@charset "utf-8";
/* CSS Document */

body{
	margin:							0px;
	
	background-color:				#492907;
	
	background-image:				url('../img/bg.gif');
	background-repeat:				repeat-x;
	
	height:							100%;
	
	font-family:					Arial, Helvetica, sans-serif;
	font-size:						11px;
}



.main{
	position:						absolute;
	width:							1000px;
	
	left:							50%;
	margin-left:					-500px;
}

.main_content{
	font-size:						12px;
	line-height:					18px;
	margin-left:					10px;
	
}

.mainleft{
	position:						absolute;
	margin-left:					0px;
	margin-top:						0px;
	
	width:							10px;
	
	background-image:				url('../img/zijkant_links.gif');
	background-repeat:				no-repeat;
	height:							100%;
}

.mainmid{
	position:						absolute;
	margin-left:					10px;
	margin-top:						0px;
	
	background-color:				#ffffff;	
	width:							980px;
	
	width:							895px;
	
	padding-left:					43px;
	padding-right:					42px;
}

.mainright{
	position:						absolute;
	margin-left:					990px;
	margin-top:						0px;
	
	width:							10px;
	
	background-image:				url('../img/zijkant_rechts.gif');
	background-repeat:				no-repeat;
	height:							100%;
}




.logo{
	margin-top:						26px;
	margin-bottom:					26px;
}


.main_index_top{
	margin-top:						26px;
}





.content_lijstitem{
	line-height:					18px;
	margin-top:						10px;
	margin-bottom:					10px;
	margin-left:					10px;
		
}
	
.content_titel{
	font-weight:					bold;
	line-height:					18px;
	margin-bottom:					2px;
}

.content_content{
	line-height:					18px;
}

.content_leesmeer{
	text-align:						right;
	margin-right:					20px;
	line-height:					18px;
	margin-top:						6px;
}


.agenda_overzicht{
	margin-top:						5px;
	background-color:				#dddddd;	
	line-height:					18px;
}


.main_footer{
	margin-top:						26px;
	margin-bottom:					16px;
	
	font-weight:					bold;

	height:							21px;
	line-height:					21px;
	text-align:						right;
	vertical-align:					middle;
}

.titel_balk{
	color:							#ffffff;
	font-weight:					bold;
	height:							20px;
	
	line-height:					20px;
	vertical-align:					middle;
	
	font-size:						12px;
	
	padding-left:					10px;
}
.titel_balk_bruin{
	background-image:				url('../img/balk_bruin.gif');
	background-color:				#7f5c00;
	background-repeat:				repeat-x;
}
.titel_balk_geel{
	background-image:				url('../img/balk_geel.gif');
	background-color:				#feae01;
	background-repeat:				repeat-x;
}
.titel_balk_groen{
	background-image:				url('../img/balk_groen.gif');
	background-color:				#145f00;
	background-repeat:				repeat-x;
}
.titel_balk_oranje{
	background-image:				url('../img/balk_oranje.gif');
	background-color:				#dd5e01;
	background-repeat:				repeat-x;
}
.titel_balk_rood{
	background-image:				url('../img/balk_rood.gif');
	background-color:				#380303;
	background-repeat:				repeat-x;
}


 /* standaard link eigenschappen */
a:link 		{color: #dd5e01; text-decoration: none}
a:visited 	{color: #dd5e01; text-decoration: none}
a:hover 	{color: #dd5e01; text-decoration: underline}
a:active	{color: #dd5e01; text-decoration: none}



a.bigtopitem:link 		{color: #ffffff; text-decoration: none}
a.bigtopitem:visited 	{color: #ffffff; text-decoration: none}
a.bigtopitem:hover 		{color: #babbbd; text-decoration: underline}
a.bigtopitem:active		{color: #ffffff; text-decoration: none}
