@charset "UTF-8";
/* CSS Document */

body, html {
	height:100%;
	margin: 0px;
	padding:0px;
	background-color:#EFE1D8;
	background-image:url(../beeld/achtergrond.gif);
	background-repeat:repeat-y;
	background-position:center;	
}
.maincontainer {
	margin: auto;
	width: 980px;
	height:100%;
	display:block;
	background-color:#B60C1C;
}
/* opmaak */
.centercontainer {
	clear: both;
	width: 830px;
	height:auto;
	display:block;
	background-color:#FFFFFF;
	float:left;
}
.topbanner {
	position:relative;
	clear:both;
	width:830px;
	height:180px;
	top:0px;
	float:left;
	background-image:url(../beeld/topbanner.jpg);
	background-repeat:no-repeat;
}
.menu {
	position:relative;
	width:170px;
	min-height:400px;
	float:left;
	background-color:#FFFFFF;
}
.content {
	position:relative;	
	width:620px;	
	float:left;	
	padding:25px 20px 20px 20px;
	vertical-align:top;
}
.footer {
	position:relative;
	width:830px;
	height:30px;
	float:left;
	background-color:#B60C1C;
	background-image:url(../beeld/contentvlakfooter.gif);
	background-repeat:no-repeat;
}
.bannerfooter {
	position:relative;
	width:150px;
	height:30px;
	float:left;
	background-color:#B60C1C;
}
.adres {
	position:relative;
	width:140px;
	height:110px;
	float:left;
	background-color:#B60C1C;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:15px;
	vertical-align:bottom;
	padding-left:10px;
	padding-top:70px;
}
.adres a {
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:15px;
	text-decoration:none;
}
.adres a:hover {
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:15px;
	text-decoration:underline;
}
.banners {
	position:relative;
	width:150px;
	height:auto;
	float:left;
	background-color:#B60C1C;
	vertical-align:top;
}
.contenttxt {
	font-family:Arial;
	font-size:11px;
	line-height:16px;
	color:#000000;
}
.contenttxt a {
	font-weight:bold;
	color:#B60C1C;
	text-decoration:none;
}
.contenttxt a:hover {
	font-weight:bold;
	color:#B60C1C;
	text-decoration:underline;
}
.contentkop {
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
	line-height:16px;
	color:#000000;
}
.nieuwstxt {
	font-family:Arial;
	font-size:14px;
	line-height:20px;
	color:#000000;
}

/* navigatie */
.navigation {
	position:absolute;
	clear:both;
	background-color:#B60C1C;
	width:150px;
	top:20px;
	left:20px;
	display:block;
	background-image:url(../beeld/menutop.gif);
	background-repeat:no-repeat;
}
.navigationfooter {
	background-image:url(../beeld/menubottom.gif);
	background-repeat:no-repeat;
	height:10px;
	width:150px;
	display:block;
	left:0px;
	position:relative;
	float:left;
}
.navigationfooterwit {
	background-image:url(../beeld/submenubottom.gif);
	background-repeat:no-repeat;
	height:5px;
	width:130px;
	display:block;
	left:-2px;
	position:relative;
}
.navigationtop {
	background-image:url(../beeld/submenutop.gif);
	background-repeat:no-repeat;
	height:5px;
	width:130px;
	display:block;
	left:-2px;
	position:relative;
}
.navigation ul {
	list-style:none;
	margin:0px;
	height:auto;
	width:170px;
	padding:10px;
}
.navigation ul li {
	padding:0px 2px;
	float: left;
	text-align: left;
	width:126px;
	height:auto;
	position:relative;
	font: bold 16px Arial;
	color: #B60C1C;
	text-decoration: none;
	background-color:#FFFFFF;
	border-bottom: solid 10px #B60C1C;	
}
.navigation ul li:last-child {
	padding:0px 2px;
	float: left;
	text-align: left;
	width:126px;
	position:relative;
	font: bold 16px Arial;
	color: #B60C1C;
	text-decoration: none;
	background-color:#FFFFFF;
	border-bottom: solid 10px #B60C1C;
	margin-bottom:10px;
}
.navigation ul li a {
	padding:2px;
	font: bold 16px Arial;
	color: #B60C1C;
	text-decoration: none;
}
.navigation ul li a:hover {
	color: #000000;
}
.navigation ul li:hover .subnavWrapper {
	display:block;
}
.subnavWrapper {
	position:relative;
	clear:both;
	background-color:#B60C1C;
	width:150px;
	top:0px;
	left:0px;
	display:none;
	margin-left:-12px;
	padding-bottom:0px;
}
.navigation ul li div ul {
	padding:0px 2px 0px 2px;
	margin-left:10px;
	clear:both;
	height:auto;
	vertical-align:middle;
	display:block;
	overflow:hidden;
	width:126px;
	background-color:#FFF;
	
}
.navigation ul li div ul li {	
	left:0px;
	border-bottom: solid 2px #FFFFFF;
	text-align:left;
	width:122px;
	height:auto;
	background-color:#FFCCCC;
	clear:both;
}
.navigation ul li div ul li:last-child {	
	left:0px;
	border-bottom: none 0px;
	text-align:left;
	width:122px;
	height:auto;
	background-color:#FFCCCC;
	clear:both;
}
.navigation ul li div ul li a {
	margin:0px;
	padding:0px;
	font: bold 12px Arial;
	color: #B60C1C;
	text-decoration: none;
}
.navigation ul li div ul li a:hover {
	color: #000;
}