body { 
	margin-top: 0; 
	margin-left: 0; 
	background-color: #000000; 
	font-family: Arial; 
	font-size: 9pt; 
}

H3, h3 {
        font-size: 13pt;
}

div#bodydiv { 
	background-image: url(images/body_BG.jpg); 
	background-repeat: no-repeat;  
	background-position: 0px 0px;
	position: absolute; 
	width: 950px; 
	height: 480px;
	left: 50%;
	top: 50%;	
	margin-left:-475px; /*helft van de breedte*/
	margin-top:-300px; /*helft van de hoogte*/
}

a {
	color: white;
}

div#koptekst { 
	position: absolute; 
	top: 28px; 
	left: 76px; 
	width: 800px; 
	overflow: hidden; 
	color: #FFFFFF;
	font-family:Arial Narrow;
	font-size: 21pt;
	letter-spacing:0.7em;
}

div#number { 
	position: absolute; 
	top: 332px; 
	left: 76px; 
	width: 80px; 
	overflow: hidden; 
	color: #FB9F00;
	font-family:Arial Narrow;
	font-size: 71pt;
}
 
div#navTop { 
	position: absolute; 
	top: 47px; 
	left: 0px; 
	width: 950px; 
	height: 88px; 
	overflow: hidden; 
	border: 0px solid Black;
}

div#navLeft { 
	position: absolute; 
	top:150px; 
	left: 0px; 
	width: 131px; 
	height: 392px; 
	overflow: hidden; 
}

div#navBottom { 
	position: absolute; 
	top:472px; 
	left: 0px; 
	width: 950px; 
	height: 20px; 
	overflow: hidden; 
	z-index: 1000;
	border: 0px solid White;
}

div#mainContent { 
	position: absolute; 
	top: 150px; 
	left: 138px; 
	width: 390px; 
	height: 295px; 
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 0px;
	font-family: Arial; 
	font-size: 9pt; 
	color: #FFFFFF; 
	font-weight: normal; 
	overflow: hidden; 
	border: 0px solid Red;
   line-height: 2.0em;
}

table.bottommenu {
	position: relative; 
	top: 0px;
	left: 75px;
}

td.bottommenu { 
	white-space: nowrap; 
	color: #CDCDCD;
}

table.leftmenu {
	position: relative; 
	top: 0px; 
	height: 200px; 
	left: 77px;
	width: 50px;
	border: 0px solid White;
}

td.leftmenu { 
	white-space: nowrap; 
	padding-right: 0px;
	vertical-align: top;
}

div.leftmenuitem {
	background-image: url(images/leftmenuitem_bg.jpg); 
	background-repeat: no-repeat;  
	background-position: 0px 0px;
	position: relative; 
   text-align: center;
	color: #FFFFFF; 
	cursor: pointer; 
	font-size: 7.5pt; 
	font-weight: bold;
	height: 33px;
	padding-top: 10px;
	width: 50px;
}

div.leftmenuitemover { 
	background-image: url(images/leftmenuitem_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	position: relative; 
   text-align: center;
	color: #FFFFFF; 
	cursor: pointer; 
	font-weight: bold;
	height: 33px;
	padding-top: 10px;
	width: 50px;
}

table.topmenu {
	position: relative; 
	top: 50px;
	left: 65px;
	border: 0px solid Yellow;
	width: 820px;
}

td.topmenu { 
	white-space: nowrap; 
	padding: 0px 3px 0px 3px;
}

div.topmenuitem {
	color:					#FFFFFF;
	cursor: 					pointer;
	font-size: 				9pt;
	font-weight: 			normal;	
   padding:					0px 9px 0px 3px;
   text-align:				center;
}
div.topmenuitemover {
	color:					#FB9F00;
	cursor: 					pointer;
	font-size: 				9pt;
	font-weight: 			normal;	
   padding:					0px 9px 0px 3px;
   text-align:				center;   
}
div.topmenuitem_border {
	color:					#FFFFFF;
	cursor: 					pointer;
	font-size: 				9pt;
	font-weight: 			normal;	
   padding:					0px 9px 0px 3px;
   text-align:				center;
   border-right:			1px solid #FFFFFF;
}
div.topmenuitemover_border {
	color:					#FB9F00;
	cursor: 					pointer;
	font-size: 				9pt;
	font-weight: 			normal;	
   padding:					0px 9px 0px 3px;
   text-align:				center;   
   border-right:			1px solid #FFFFFF;
}
div.topmenuitem_extra {
	color:					#FFFFFF;
	cursor: 					pointer;
	font-size: 				9pt;
	font-weight: 			normal;	
   padding:					0px 9px 0px 3px;
   text-align:				center;
}
div.topmenuitem_extra_border {
	color:					#FFFFFF;
	cursor: 					pointer;
	font-size: 				9pt;
	font-weight: 			normal;	
   padding:					0px 9px 0px 3px;
   text-align:				center;
   border-right:			1px solid #FFFFFF;
}

form button {
	background-color:		#FB9F00;
	border:					1px solid #CDCDCD;
}

 
/*  slider stijl - instellingen klantspecifiek */

/* Breedte, hoogte van de gehele container, tekst incl. slider */
div#mainContainer {  
	width:						100%;	
	height:						295px;
	overflow:					hidden;
	float:						left;
	position:					relative;
	border:						0px solid Yellow;
}

/*	stijl van de scrollende inhoud, let op stijl van mainContent 	*/
div#mainContent_content {
	position:					relative;
	color: 						#FFFFFF; 
	top:							0px;
	border:						0px solid Red;
}

/*		De div waar de gehele slider in staat 	*/
div#div_slider {
	width:						11px;
	height: 						280px;
   position:					absolute;
   left:							5px;
   top:							2px;
	border:						0px solid Yellow;

}

/*		De scrollbar 	(het gedeelte tussen het up en down pijltje	waar het handletje in glijdt.	*/
div#div_scrollBar {
	width:						1px;
	height:						280px;							
	border-left:				1px solid #CCCCCC;
	position:					absolute;
	left: 						0px;
   top:                    0px;
}

/*		De handle, het vlakje	*/
div#div_scrollHandle {
	margin:						1px;
	width:						11px;
	height:						11px;
	background-color:	      #CCCCCC;
	position:					absolute;	
	top:							0px;
	left:							-7px;
	top:                    0px;
	cursor:						pointer;
}

/*		De up en down pijltjes		*/
div#div_scrollUp, #div_scrollDown {
	width:						0px;
	height:						0px;
}

div#div_scrollUp {
	margin-bottom:		0px;

}

div#div_scrollDown {

}


