
* { 
	
	margin: 0;
	padding: 0;

}

body { 
	
	text-align: center;
	margin: 0 auto;
	font-family: arial;
	color: #001a65;
	font-size: 12px;
	
	
}	

img { border: 0; }

#box { 
	
	float: left;
	text-align: center;
	font-size: 11px;
	
}

.box { 
	
	width: 187px;
	overflow: hidden; 
	background-image: url('/img/box_middle.jpg'); 	
	
}

.box_txt { 
	
	width: 181; 
	margin: 3px;
		
}


.box_top { 
	width: 187px;
	height: 6px;
	overflow: hidden;
	background-image: url('/img/box_top.jpg'); 
}

.box_bottom { 
	width: 187px;
	height: 6px;
	overflow: hidden;
	background-image: url('/img/box_bottom.jpg'); 
}

#top { 
	
	width: 100%;
	height: 35px;
	background-image: url('/img/top.jpg');

}

#footer { 
	
	width: 100%;
	height: 65px;
	background-image: url('/img/footer_bg.jpg');
	margin-top: 20px;
}

#container { 
	width: 986px;
	height: auto;
	margin: 0 auto;	
	text-align: left;
}

#header { 
	
	background-image: url('/img/logo.jpg');
	height: 55px;
	width: 986px;
	
}	

#zoekbox { 
	
	background-image: url('/img/search.jpg');
	height: 35px;
	width: 986px;
	margin-bottom: 10px;
}

#menu_left { 
	
	width: 199px;
	height: auto;
	float: left;	
	
}

#menu_left_cms { 

	width: 199px;
	height: auto;
	float: left;	
	margin-right: 5px;
}

.menu_top { 
	
	background-image: url('/img/menu_top.jpg');
	width: 199px;
	height: 42px;
	
}

.menu_top_white { 
	
	background-image: url('/img/menu_top_white.jpg');
	width: 199px;
	height: 42px;
	
}

.menu_content { 
	
	background-image: url('/img/menu_bg.jpg');
	border-bottom: 1px solid #6BA0CF;
	
}

.menu_content_white { 
	
	background-image: url('/img/menu_bg_white.jpg');
	border-bottom: 1px solid #E6E6E6;
	
}

.menu_content_txt { 
	
	width: 189px;
	margin: 5px;
	font-size: 11px;
	
}

.menu_title {
	
	margin-left: 10px;
	color: #FFF;
	font-weight: bold;	
	line-height: 30px;	
}	

#content { 

	width: 584px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;	
}

#content_cms { 

	width: 777px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;	
}

#menu_right { 
	width: 199px;
	float: left;
	overflow: hidden;
}

.menu_button { 
	margin-left: 1px;
	height: 30px;
	width: 198px;
}	

.menu_button_active { 
	margin-left: 1px;
	height: 30px;
	width: 198px;
	
	font-weight: bold;
}	


a.menu { 
	width: 197px;
	height: 30px;
	line-height: 30px;
	color: #001a65;
	
	border-bottom: 1px dotted #CCCCCC;
	
	text-decoration: none;
	display: block;
	
}

a.menu:hover {
	background-image: url('/img/menu_bg_over.jpg'); 
}

input { 
		
	font-family: arial;
	font-size: 12px;
	color: #001a65;
		
}

#leader { 
	width: 580px;
	height: 160px;
	background-image: url('/img/main_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 5px;
}

#leader_txt { 
	
	width: 566;
	margin: 5px;	
	
}	

h1 { 
	
	font-family: Calibri; 
	font-size: 18px;
	margin-bottom: 5px;
	
}

#content_txt { 
	
	width: 580px;
	margin-left: 2px;
	margin-right: 2px;
	
}

.error_message { 
	color: red;
}	

.form_error { 
	border: 1px dashed red;
}	

.main { 
	
	padding: 5px;	
	
}

a { 

	text-decoration: underline;
	font-family: arial;
	color: #001a65;
	
}

a:hover { 
	
	text-decoration: none;
	
}
