@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}

body {
	margin:0;
	background-color: #000000;
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	}
.topcontainer {
	width: 1000px;
	margin: 0 auto;
	height: 57px;
	}
.header {
	float:left;
	width: 1000px;
	height: 57px;
	background-color:#000000;
	}
.header1 {
	float:left;
	width: 600px;
	height: 57px;
	}
.header2 {
	float:left;
	width: 397px;
	height: 57px;
	margin-right: 3px;
		}
.header2 p {
	font-size: 12px;
	text-align: right;
	margin-top: 38px;
	font-weight: bold;
}
.header2 p a {
	color:#FF6600;
	text-decoration: none;
}
.header2 p a:hover {
	text-decoration: underline;
}

.top {
	float:left;
	width: 998px;
	height: 35px;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	}
.top h1{
	font-size: 20px;
	color: #FFFFFF;
	margin: 0px 0px 0px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 5px;
	}

.kolom1 {
	float:left;
	width: 998px;
	background-color:#000000;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
}

.kolom1 .inhoud a{
	float: left;
	text-decoration: none;
	margin-left: 3px;
	margin-top: 3px;
	color: #FFFFFF;
	width: 194px;
	height: 147px;
	border: solid 1px #666666;
}
.kolom1 .inhoud a:hover{
	color:#FF6600;
	border: solid 1px #F8530A;
}
.kolom1 img{
	margin: 3px;	
}
.kolom2 {
	float:left;
	width: 998px;
	background-color:#000000;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	}
.kolom2 .links a {
	float:left;
	width: 188px;
	display: block;
	height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 1px #666666;
	padding: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
	text-decoration: none;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	}
.kolom2 .links a:hover{
	border: solid 1px #F8530A ;
	}
.footer {
	float:left;
	height: 35px;
	width: 998px;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	text-align: center;
	font-size: 12px;
	border: 1px solid #666666;
}
.footer a{
	color: #FFFFFF;
	}


/* CSS Document */ 
.kolom1 .topnavigatie {
	float:left;
	width: 998px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}

.kolom1 .topnavigatie .navleft {
	float: left;
	width: 350px;
	height: 14px;
	padding: 3px;
	text-align: left;
}
.kolom1 .topnavigatie .navright {
	float: right;
	width: 351px;
	height: 14px;
	padding: 3px;
	text-align: right;
}
.kolom1 .topnavigatie .navright a {
	background-color:#1E1E1E;
	padding-left: 19px;
	padding-right: 20px;
	border: 1px solid #666666;
	color: #FFFFFF;
	text-decoration: none;
}
.kolom1 .topnavigatie .navleft a {
	background-color:#1E1E1E;
	padding-left: 31px;
	padding-right: 31px;
	border: 1px solid #666666;
	color: #FFFFFF;
	text-decoration: none;
}
.kolom1 .topnavigatie .navright a:hover, .kolom1 .topnavigatie .navleft a:hover {
	color: #FF6600;
	border: 1px solid #FF6600; 
}
.kolom1 .navigatie {
	float:left;
	width: 998px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px;
}
.kolom1 .navigatie .nummeractief {
	color: #FF6600;
	float: left;
	width: 23px;
	height: 15px;
	margin-right:1px;
	margin-bottom: 1px;
	border: 1px solid #FF6600;
}
.kolom1 .navigatie a {
	float: left;
	width: 23px;
	height: 15px;
	margin-right:1px;
	margin-bottom: 1px;
	border: 1px solid #666666;
	color: #FFFFFF;
}
.kolom1 .navigatie a:link,
.kolom1 .navigatie a:active,
.kolom1 .navigatie a:visited {
	text-decoration: none;
}
.kolom1 .navigatie a:hover{
	color: #FF6600;
	text-decoration: underline;
	border: 1px solid #FF6600;
}
/* einde navigatie */
