/* printstylesheet for website JSM */
/* copyright 2006 Strik Design */
/* www.strikdesign.nl */
/* office@strikdesign.nl */


/*onderstaande stijlen bepalen het menu*/
a.starter{
	display: none;
}
.menu_level_1 {
	display: none;
}
.menu_level_2 {
	display: none;
}
.menu_level_3 {
	display: none;
}

#mainMenu {
	display: none;
}

/*html selectors*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 10pt;
	line-height: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #434343;
	letter-spacing: 0.03em;
}

body {
}

p em{
	color: #FF7D01;
}

/*fotokader*/
#kop {
	display: none;
}

/*logo voor printfunctie*/
#logoprint {
	position: absolute;
	top: 0px;
	visibility: visible;
	right: 0px;
}

/*subsub menu*/
#subsubmenu {
	display: none;
}
 
/*container*/
#container {
	position: absolute;
	width: 17cm;
	height: 100%;
	margin: 0px;
	left: 0cm;
}

/*content*/
#content {
	height: 100%;
	margin: 2mm;
	position: absolute;
	width: 17cm;
}
#contentwrapper {
	position: absolute;
	top: 5cm;
	margin-bottom: 2cm;
	width: 17cm;
	margin: 2mm;
	left: 0cm;
	display: block;
}
#content table {
	margin-bottom: 15px;
	display: block;
	line-height: 20px;
}
#content td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BABEBB;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #BABEBB;
	padding-left: 4px;
	padding-right: 4px;
	border-top-color: #BABEBB;
	border-left-color: #BABEBB;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-style: none;
}
#content th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #E6E6F9;
	margin-right: 2px;
	margin-left: 2px;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #013183;
	border-right-color: #013183;
	border-bottom-color: #013183;
	border-left-color: #013183;
	padding-right: 4px;
	padding-left: 4px;
	border-bottom-style: dotted;
}
#content H1 {
	position: relative;
	font-size: 24px;
	color: #FF7D00;
	display: block;
	line-height: 34px;
	margin-bottom: 20px;
	width: 480px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	letter-spacing: 0.03em;
	font-weight: normal;
}
#content img {
	border: 1px solid #1F1D6F;
}
#content .noborder {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#content H1 .subkop {
	color: #013183;
	font-size: 14px;
	font-weight: normal;
	padding-left: 12px;
}
#content .subkop {
	color: #323232;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	width: 100%;
}
#content .subsubkop {
	color: #323232;
	font-weight: bold;
	letter-spacing: 0.5pt;
	font-size: 10px;
}
#content .voetnoot {
	color: #FF7D01;
	letter-spacing: 0.5pt;
	font-size: 9px;
}
#content .bijscrift {
	color: #999999;
	font-size: 9px;
}
#content a:link {
	color: #013183;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}
#content a:visited {
	color: #013183;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}
#content ul {
	position: relative;
	margin-bottom: 15px;
}
#content ul li {
	list-style: square;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-left: 0px;
	left: 12px;
	padding-bottom: 0px;
	width: 100%;
	position: relative;
}

/*link naar top van de pagina*/
#totop {
	display: none;
}

/*link naar printbare versie van de pagina*/
#print {
	display: none;
}

/*kolomrechts*/
#kolomrechts {
	display: none;
}


