/* CSS Document */



#logo {
position:absolute;
left: 80px;
top: 70px;

}

#banner{
	left:300px;
	position:absolute;
	top: 70px;
}
 

#menu {
	position:absolute; 
	left:90px; 
	top:250px; 
	width:170px; 
	height:590px; 
	z-index:100;
}

#menu img {
padding-bottom: 6px;
}

#inhoud {
	position:absolute;
	left:300px;
	top:250px;
	width:545px;
	height:600px;
	z-index:101;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #FFFFFF;
}

#kolom_rechts{
	position: absolute;
	left: 890px;
	top: 250px;
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	z-index:102;
}



 .oranje_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FC6703;
}

 .blauw_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4E97BB;
}



.oranje_foutmelding_groot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FC6703;
	font-weight: bold;
}

.oranje_foutmelding_klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FC6703;
}
.oranje_veld_achtergrond {
	background-color:#FC6703; 
	} 
.vraag_bold {
	font-weight: bold;	
}

.inspringen {
	margin-left: 20px;
	}
.kolom { 

}



a:link, a:visited,  a:active {
	text-decoration: underline;
	 color: #FC6703;
}

a:hover {
	text-decoration: none;
	}
div.kolom a:link, div.kolom a:visited,  div.kolom a:active {
color:#4E97BB;
} 
img {
	border: 0px none;
}