@charset "utf-8";
/* CSS Document */

body{
	margin:						0px;
	background-image:			url('../img/bg.gif');
	background-repeat:			repeat-x;
	background-color:			#274e85;
	
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					12px;
}

.main_table{
	width:						980px;
	margin-top:					10px;
}

.main_td{
	background-color:			#ffffff;
}

.main_bottomtd{
	text-align:					right;
	color:						#ffffff;
	
	font-size:					10px;
	padding-top:				4px;
}

.main_div{
	margin:						10px;
}


.logo{
	margin-bottom:				10px;
}

.menu{
	margin-bottom:				20px;
}


.links{
	
}


.rechts{
	margin-left:				20px;
}

.linksvlak_blauw{
	background-color:			#274e85;
	background-image:			url('../img/linksvlak_bottom_blauw.gif');
	background-repeat:			no-repeat;
	background-position:		bottom;
	width:						280px;
	
	padding:					20px;
	padding-top:				15px;
	padding-bottom:				50px;
	
	margin-bottom:				20px;
	line-height:				18px;
	
	color:						#ffffff;
}

.linksvlak_geel{
	background-color:			#f4c414;
	background-image:			url('../img/linksvlak_bottom_geel.gif');
	background-repeat:			no-repeat;
	background-position:		bottom;
	width:						280px;
	
	padding:					20px;
	padding-top:				15px;
	padding-bottom:				50px;
	
	margin-bottom:				20px;
	line-height:				18px;
	
	color:						#ffffff;
}


.links_list_item{
	background-image:			url('../img/pijltje.gif');
	background-repeat:			no-repeat;
	background-position:		0px 6px;
	padding-left:				16px;
	color:						#ffffff;
	margin-top:					8px;
	margin-bottom:				6px;
}

.links_archief{
	float:						right;
	margin-left:				30px;
	
	background-image:			url('../img/pijltje.gif');
	background-repeat:			no-repeat;
	background-position:		0px 6px;
	padding-left:				16px;
	color:						#ffffff;
	margin-top:					8px;
	margin-bottom:				6px;
}


.main_tekst{
	margin-right:				35px;
	margin-left:				35px;
	margin-top:					10px;
	margin-bottom:				20px;
	line-height:				20px;
}

.foot{
	background-color:			#274e85;
	/*background-image:			url('../img/foot_bg.gif');*/
	background-repeat:			no-repeat;
	background-position:		right bottom;
	
	line-height:				18px;
	
	margin-bottom:				10px;
	margin-top:					20px;
	
	height:						94px;
}


.foot_content{
	float:						left;
	
	color:						#ffffff;
	font-size:					10px;
	
	width:						279px;
	padding-left:				20px;
	padding-right:				20px;
	margin-top:					10px;
	margin-bottom:				10px;
}

.foot_content_mid{
	float:						left;
	
	color:						#ffffff;
	font-size:					10px;
	
	width:						280px;
	padding-left:				20px;
	padding-right:				20px;
	margin-top:					10px;
	margin-bottom:				10px;
	
	border-left:				1px dotted #ffffff;
	border-right:				1px dotted #ffffff;			
}

.foot_titel{
	font-size:					11px;
	font-weight:				bold;
}




.inputtext{
	background-color:			#ffffff;
	border:						1px solid #274e85;
}

.submitbutton{
	background-color:			#ffffff;
	border:						1px solid #274e85;
	
	background-image:			url('../img/pijltje_blauw.gif');
	background-repeat:			no-repeat;
	background-position:		6px 8px;
	padding:					3px;
	padding-left:				16px;
	padding-right:				16px;
	
	text-align:					left;
	
	color:						#274e85;
	font-weight:				bold;
	font-size:					11px;
	
	
}


.backup_menu{
	margin:						0px;
	padding:					0px;
}

.backup_menu_item{
	margin:						0px;
	padding:					0px;
	float:						left;
}


.links_titel_noflash{
	font-family:				"Times New Roman", Times, serif;
	font-size:					18px;
	font-weight:				bold;
}

.titel_main_noflash{
	font-family:				"Times New Roman", Times, serif;
	font-size:					22px;
	font-weight:				bold;
	color:						#274e85;
	
	background-image:			url('../img/titel_blad.gif');
	background-repeat:			no-repeat;
	
	height:						46px;
	padding-left:				32px;
	padding-top:				14px;
}



 /* standaard link eigenschappen */
a:link 		{color: #274e85; text-decoration: none}
a:visited 	{color: #274e85; text-decoration: none}
a:hover 	{color: #274e85; text-decoration: underline}
a:active	{color: #274e85; text-decoration: none}

a.link_wit:link 		{color: #ffffff; text-decoration: none}
a.link_wit:visited	 	{color: #ffffff; text-decoration: none}
a.link_wit:hover 		{color: #ffffff; text-decoration: underline}
a.link_wit:active		{color: #ffffff; text-decoration: none}