/******************************* Algemene gegevens ********************************/
body {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	
	scrollbar-3dlight-color:	#FFFFFF;
	scrollbar-base-color:		#FFFFFF;
	scrollbar-darkshadow-color:	#FFFFFF;
	scrollbar-face-color:		#FFFFFF;
	scrollbar-track-color:		#FFFFFF;
	scrollbar-highlight-color:	#000000;
	scrollbar-shadow-color:		#000000;
	scrollbar-arrow-color:		#000000;	
}

p {
	padding: 0px;
	margin: 0px;
}

h1 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	color:#333399;
}


.button {
	border:1px solid #000000;
}


.enter_button {
	border:0px solid #000000;
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #005A9E;
	font-weight: bold;
}

.textfield {
	font-family: arial;
	font-size: 12px;
	width: 		175px;
	border: 	1px solid #2260A6;
	margin:	1px;
}

.textfield_25 {
	font-family: arial;
	font-size: 12px;
	width: 		25px;
	border: 	1px solid #2260A6;
	margin:	1px;
}

.textfield_50 {
	font-family: arial;
	font-size: 12px;
	width: 		50px;
	border: 	1px solid #2260A6;
	margin:	1px;
}


.textarea{
	font-family: arial;
	font-size: 12px;
	width: 		400px;
	border: 	1px solid #000000;
}


.select {
	font-family: arial;
	font-size: 11px;
	width: 		240px;
	border: 	1px solid #2260A6;
	margin:	1px;

}

.select_branche {
	font-family: arial;
	font-size: 11px;
	width: 		180px;
	border: 	1px solid #000000;
	margin:	1px;

}

a.sitemap_blue:link, a.sitemap_blue:visited {	
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #2360A5;
	text-decoration: none;

}

a.sitemap_blue:hover, a.sitemap_blue:active {
	text-decoration: underline;
}

a.cat_menu:link, a.cat_menu:visited {	
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #337BB1;
	text-decoration: none;

}

a.cat_menu:hover, a.cat_menu:active {
	text-decoration: underline;
}



a.sitemap_yellow:link, a.sitemap_yellow:visited {	
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #2360A5;
	text-decoration: none;

}

a.sitemap_yellow:hover, a.sitemap_yellow:active {
	text-decoration: underline;
}


#divTooltip {
	position:			absolute;
	visibility:			hidden;
	width:				relative;
	border:				1px Solid WindowFrame;
	background:			Infobackground;
	color:				InfoText;
	font:				StatusBar;
	font:				Status-Bar;
	padding:			3px;
	z-index:			10000;
	filter: 			progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
}

.clDescriptionCont {
	position:			absolute;  
	visibility:			hidden; 
	layer-background-color:         #FEF9CE; 
	z-index:			200;
}

.clDescription     {
	position:			absolute;
	width:				relative;
	border:				1px Solid WindowFrame;
	background:			Infobackground;
	color:				InfoText;
	font:				StatusBar;
	font:				Status-Bar;
	padding:			3px;
	filter:				progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:			10000;
}

.clDescription a:link, .clDescription a:hover, .clDescription a:active, .clDescription a:visited {
	color:				blue !important;
	background:			none;
}

@media print {
	#divMain_left, #div_bottom, #divMain_print, #divMain_leesverder, #divMenuItem_selected, #divMenuItem, #divMenuItem_home, #divMenu2, #divMenu, #divTopMenu, #divKop{ 
		  display : none; 
	} 
}

.defaultText {
	border: 1px solid #c1c1c1;
}

.defaultTextActive {
	color: #a1a1a1;
}

.defaultTextError {
	background-color: #FFD7D7;
}


