@charset "utf-8";
/* CSS Document */

body,html{
	margin:0px;
	font-family:Arial;
	font-size:10px;
	background-color:#e2e2e2;
}

a{
	outline:none;
}

#wrapper{
	width:1005px;
	margin:0px auto;
	margin-top:-4px;
}

/* COMPONENTS */
#sitepicker {
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 44px;
	background: url(../images/backgrounds/bg_sitepicker.png) repeat-x left top;
	padding: 0 0 3px;
}

#sitepicker .section {
	width: 984px;
	height: 41px;
	margin: 0 auto;
	padding: .3em 0 0;
}


#topmenu {
	position: relative;
	float: right;
	width: auto;
	height: 44px;
	margin: 0 1.7em 0 1.5em;
}
#topmenu li {
	float: left;
	list-style: none;
	margin: 0 .6em;
	margin-top:4px;
	line-height: 28px;
}
#topmenu li.title {
	padding: 0 
}

/* Menu's */
#topmenu li a,
#topmenu li a span {
	display: block;
	width: auto;
	
	height: 27px;
	vertical-align: middle;
	background: url(../images/backgrounds/bg_topmenu_item.png) no-repeat left top;
}
#topmenu li a {
	text-decoration: none;
	padding: 0 10px 0 0;
	background-position: right -27px;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
}
#topmenu li a span {
	padding: 0 0 0 10px;
	background-position: left -0px;
}
#topmenu a:hover,
#topmenu li.current a,
#topmenu li.current a:hover {
	text-decoration: none;
	color: #FFF;
	background-position: right -81px;
}
#topmenu a:hover span,
#topmenu li.current a span,
#topmenu li.current a:hover span {
	background-position: left -54px;
}

#header{
	width:1005px;
	height:143px;
	background-image:url(../images/header_bg.jpg);
}

#headernav{
	width:228px;
	height:25px;
	float:right;
	color:#003876;
	line-height:25px;
}

#headernav a{
	color:#5b5b5b;
	text-decoration:none;
}


#submenu{
	width:954px;
	padding-left:51px;
	height:24px;
	background-image:url(../images/submenu_bg.jpg);
}

#submenu, #submenu a{
	font-size:11px;
	color:#848484;
	text-decoration:none;
	line-height:24px;
}
#main{	
	width:979px;
	background-image:url(../images/main_bg.png);
	padding-left:26px;
	padding-bottom:25px;
}

#left{
	float:left;
	width:256px;
}

#content{
	float:right;
	width:715px;
}

.content{
width:628px;
}
.content p{
	font-size:11px;
	color:#202020;
	line-height:16px;
}

.content h1{
	font-size:15px;
	font-weight:bold;
	color:#003876;
}

.clear{
	clear:both;
}

#footer{
	width:1005px;
	height:22px;
	background-image:url(../images/footer_bg.png);
	text-align:right;
}

#nieuws{
	width:230px;
	background-color:#e1e1e1;
	padding:0px;
	margin:0px;
}

#nieuwstab{
	width:230px;
	height:35px;
	background-image:url(../images/nieuws_tab.jpg);
}

#nieuwstab a{
	float:right;
	display:block;
	width:14px;
	height:12px;
	margin-top:10px;
	margin-right:16px;
	text-decoration:none;
}

.nieuwscontent{
}

.nieuwscontent a{
	width:206px;
	border-bottom:1px solid #fff;
	padding:6px 0px 6px 24px;
	margin:0px;
	height:auto;
	display:block;

}

.nieuwscontent a:hover{
background-image:url(../images/nieuws_hover_bg.jpg);
background-repeat:repeat-x;
background-position: left bottom;
}
.nieuwscontent h1{
	font-size:13px;
	color:#003876;
	margin:0px 0px 3px 0px;
}

.nieuwscontent p{
	color:#292929;
	margin:0px;
	line-height:12px;
	margin-bottom:3px;
}

.nieuwscontent a{
	font-size:11px;
	color:#003876;
	text-decoration:blink;
}

#advertentie{
	width:230px;
	margin-top:15px;
}

#advertentietab{
	width:230px;
	height:36px;
	background-image:url(../images/advertentie_tab.jpg);
}

#advertentietab h1{
	font-size:15px;
	font-weight:bold;
	font-family:Arial;
	color:#003875;
	padding-left:23px;
	line-height:36px;
}

#advertentietab a{
	float:right;
	display:block;
	width:14px;
	height:12px;
	margin-top:10px;
	margin-right:16px;
	text-decoration:none;
}

#advertentiecontent{
	width:230px;
	height:219px;
	background-image:url(../images/advertentie_bg.jpg);
}

#advertentiecontent img{
margin-left:24px;
margin-top:11px;}

#footer a{
margin-right:30px;
text-decoration:none;
font-size:9px;
color:#acacac;
line-height:18px;
}

#footer a:hover{
text-decoration:underline;}

#map_canvas a{
	display:none;
}
