@charset "utf-8";
/* CSS Document */

html
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

body
{
	margin-top: 0px;
}

a:link
{
	color: #003E7E;
}

a:active
{
	color: #003E7E;
}

a:visited
{
	color: #003E7E;
}

a:hover
{
	color: #003E7E;
}

.left
{
	background-color: #F6FBFF; 
	background-image: url(../images/background_content.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
}

.right
{
	background-image: url(../images/background_right.png);
	background-repeat: no-repeat; 
	background-position: left bottom;
}

.bottom
{
	background-image: url(../images/background_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.content_block
{
	width: 570px;
	height: 500px;
	line-height: 150%;
	font-size: 10px;
	color: #000000;
	overflow: auto;
}

.content_block h1
{
	margin-bottom:		5px;
	font-size:			16px;
	color: 				#317BB5;
	font-weight: 		normal;	
}

.content_block .block h1
{
	margin-bottom:		5px;
	font-size:			16px;
	color: 				#317BB5;
	font-weight: 		normal;	
}

.content_block .block img
{
	border: none;
	margin-top: 3px;
}

.content_block .block table
{
	margin: 0px;
	padding: 0px;
	border: none;
	margin-top: 5px;
}

.content_block .block td
{
	border: none;
	padding: 0px;
	margin: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.leesmeer
{
	color: 				#003E7E;
	display:			block;
	width:				auto;
	width: 				70px;
	margin-top:			5px;		
}

.image
{
	float: 				left;
	margin-right:		10px;
	margin-bottom:		10px;
}

.end
{
	clear: both;
	height: 20px;
}

.news_block
{
	width: 90%;
	padding-left: 20px;
	overflow: auto;
	height: 340px;
	font-size: 10px;
}

.news_block h1
{
	margin-bottom:		0px;
	font-size:			16px;
	color: 				#317BB5;
	font-weight: 		normal;	
}

.news_block .block
{
	background-color: 	#E5ECF2;
	padding:		 	5px;
	margin-top:			5px;
	margin-bottom:		20px;
	clear: 				both;
	float: 				left;
	width:				95%;
}

.news_block .block h2
{
	font-size: 			10px;
	font-weight: 		bold;
	color: 				#003E7E;
	margin-bottom:		5px;
	padding-left:		0px;
}

.news_block .block .image
{
	
	margin-right:		10px;
	margin-bottom:		10px;
}


.news_block .block .leesmeer
{
	float: left;
}

h2
{
	font-size: 14px;
	color: #003E7E;
	margin: 0px;
}

h3
{
	font-size: 12px;
	color: #003E7E;
}

ul
{
	margin: 0px;
	padding: 0px;
	display: none;
	
	
}

ul.level0
{
	display:block;
}

/* Opmaak formulieren */

.formhandler td
{
	padding-top:				2px;
	padding-bottom:				2px;
}

.formhandler input[type='button'], .formhandler input[type='submit']
{
	background-color: 			#003E7E;
	color: 						#FFFFFF;
	border: 					1px solid #003E70;
}

.formhandler .mandatory_field {
	background-color:			#EAEAEA;
	border: 					1px solid #003E7E;
	font-size:					Verdana;
	font-size: 					11px;
}

.formhandler input
{
	background-color:			#FFFFFF;
	border: 					1px solid #003E7E;
	font-size:					Verdana;
	font-size: 					11px;
}

.formhandler textarea
{
	background-color:			#FFFFFF;
	border: 					1px solid #003E7E;
	font-size:					Verdana;
	font-size: 					11px;
}

.formhandler input[type=checkbox]
{
	background-color:			transparent;
	border: 					none;
}


.formhandler  .error_field {
	background-color:			#CCCCCC;
}

.formhandler  .ErrorMessage {
	display:					none;
}

/* aanvraagformulier specifieke CSS */

#_form_aanvraagform select
{
	font-size: 					10px;
	font-family: 				verdana;
}

