/* CSS Document */
body {
	color: #000000;
	font-weight: normal;
	background-color: #eaf2f6;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
.midden { 
	margin: 0 auto;
	width: 1000px;
	background-color: #eaf2f6;
	text-align: left;
	background-image: url(bg_content.gif);
	background-repeat: repeat-y;
}
h1 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #9a1010;
}
.hp {
	display: none;
}
.header {
	float: left;
	width: 1000px;
	text-align: center;
	background-image: url(bg_header.gif);
	background-repeat: no-repeat;
}
.separate {
	width: 25%;
	float: left;
}
.separate2 {
	width: 50%;
	float: left;
}
.kolom1 {
	float: left;
	width: 175px;
	padding-left: 16px;
	margin-right: 0px;
	}
.kolom2 {
	float: left;
	width: 610px;
	padding: 3px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #a4bfdf; 
}
.kolom3 {
	float: left;
	width: 174px;
	margin-left: 0px;
}

.kolom1inhoud {
	border-top: 1px solid #a4bfdf; 
	border-bottom: 1px solid #a4bfdf; 
	background-color: #CADFED;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.kolom1inhoud img, .kolom3inhoud img{
	border: solid 1px #A4B6FF;
	margin-left: 5px;
	margin-top: 5px;
}
h3 {
	margin: 0px;
	font-size: 12px;
	color: #9a1010;
	border-bottom: 1px solid #a4bfdf; 
	font-weight: bold;
}	
.kolom3inhoud {
	border-top: 1px solid #a4bfdf; 
	border-bottom: 1px solid #a4bfdf; 
	background-color: #CADFED;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	overflow: hidden;
}
.kolom1 a{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.kolom3 a {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	}
.kolom2 .inhoud a{
	float: left;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 14px;
	background-image:url(loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	width: 143px;
	height: 104px;
	border: solid 1px #A4B6FF;
}
.kolom2 .inhoud a:hover{
	background-color: #CADFED;
	border: solid 1px #000000;
}
.kolom2 img{
	margin: 3px;
	border: 0px;
}
.footer {
	float: left;
	width: 1000px;
	margin-top: 10px;
	color: #000000;
	height: 70px;
	text-align: center;
	background-image: url(bg_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.footer a {
	color: #000000;
	}
	
/* Navigatie */ 
.kolom2 .topnavigatie {
	float: left;
	width: 600px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	margin-top: 3px;
	padding-left: 5px;
}

.kolom2 .topnavigatie .navleft {
	float: left;
	width: 290px;
	height: 14px;
	padding-top: 3px;
	padding-bottom: 1px;
	text-align: left;
}
.kolom2 .topnavigatie .navright {
	float: right;
	width: 290px;
	height: 14px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 1px;
	text-align: right;
}
.kolom2 .topnavigatie .navright a {
	background-color:#ffffff;
	padding-left: 36px;
	padding-right: 29px;
	border: 1px solid #CADFED;
	color: #000000;
	text-decoration: none;
}
.kolom2 .topnavigatie .navleft a {
	background-color:#ffffff;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #CADFED;
	color: #000000;
	text-decoration: none;
}
.kolom2 .topnavigatie .navright a:hover, .kolom2 .topnavigatie .navleft a:hover {
	background-color:#CADFED;
	color: #000000;
	border: 1px solid #000000; 
}
.kolom2 .navigatie {
	float: left;
	width:600px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.kolom2 .navigatie .nummeractief {
	color: #000000;
	background-color:#CADFED;
	float: left;
	width: 23px;
	height: 15px;
	margin-right:1px;
	margin-bottom: 1px;
	border: 1px solid #000000;
}
.kolom2 .navigatie a {
	background-color:#FFFFFF;
	float: left;
	width: 23px;
	height: 15px;
	margin-right:1px;
	margin-bottom: 1px;
	border: 1px solid #CADFED;
	color: #000000;
}
.kolom2 .navigatie a:link,
.kolom2 .navigatie a:active,
.kolom2 .navigatie a:visited {
	text-decoration: none;
}
.kolom2 .navigatie a:hover{
	background-color:#CADFED;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
}
/* einde navigatie */