/*	In deze stylesheet worden de standaard style instellingen gedefinieerd.
	De stylespecifieke instellingen worden in de stylesheet stijlen.css gedefinieerd
*/

body 	{
	background-color: #FFFFFF;
	/*      T R B L  			Top Right Bottom Left */
	margin: 0px 0 0px 0;
	scrollbar-arrow-color: #000000; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-highlight-color: #000000; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #000000; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF;
	overflow-x:hidden;
	overflow:scroll;	
}
/* Standaard tekst instellingen */
BODY, P, TD, FONT, A {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	font-size:0.8em;
	font-style: normal;
}
#menu P, #menu TD, #menu FONT, #menu A { font-size:11px;}
P {  margin: 0 0 0 0; }


A:link, A:visited, A:hover, A:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3333;
	text-decoration: none;
	font-style: normal;
}
A:hover	{text-decoration: underline;}
A.menu:link, A.menu:visited, A.menu:hover, A.menu:active {
	font-size:11px;
}
/* Style voor formulier velden */
.form {
	border: 1px none #000000;
	background-color: #FFFFFF;
}

/* Style voor formulier knoppen */
.button	{
	border: 1px none #FFFFFF;
	color : #FFFFFF;
	background-color : #4D9FAD;
}

/* Standaard Kop instellingen */
H1, H2, H3 {
	font-style: normal;
	font-weight: bold;
	color: #3B5A6F;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* Overschrijving van tekstgrootte per kop */
H1 {font-size: 1em;}
H2 {font-size: 0.9em;}
H3 {font-size: 0.8em;font-weight:normal;}

.bijschrift	{  font-size: 9px; }

.wvslink	{  
	font-size: 11px;
	color: #3B5A6F;
	font-weight: bold;
	 }
	 
 .wvs_image	{ 
 	color: white;
 	margin-top: 0px;
 	margin-bottom: 8px;
 	margin-right: 0px;
 	margin-left: 8px;
 	border-width: thin;
	border-top: solid white;
  	border-right: solid white;
  	border-bottom: solid white;
  	border-left: solid white;
	 }
.wvs_imageaanbod	{
	color: white;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right: 12px;
	margin-left: 0px;
	border-width: thin;
	border-top: solid white;
	border-right: solid white;
	border-bottom: solid white;
	border-left: solid white;
	float: left;
		 }
.wvs_input
{
	font-family: Verdana, Lucida, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #3B5A6F;
	background-color: #D9F0E5;
	border-bottom: 1px solid #3B5A6F;
	border-top: 1px solid #3B5A6F;
	border-left: 1px solid #3B5A6F;
	border-right: 1px solid #3B5A6F;
	scrollbar-arrow-color: #D9F0E5;
	scrollbar-face-color: #3B5A6F;
	scrollbar-highlight-color: #3B5A6F;
	scrollbar-3dlight-color: #3B5A6F0;
	scrollbar-shadow-color: #3B5A6F;
	scrollbar-darkshadow-color: #3B5A6F0;
	scrollbar-track-color: #3B5A6F;

}