@charset "iso-8859-1";
/*©2009 midhold*/

*{
	margin: 0;
	padding: 0;
}

/*Floatfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end Floatfix*/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #000 url(../img/bg_body.gif) repeat-x;
}

img{
	border: none;
}

a, .pseudolink{
	color: #df39a5;
	text-decoration: none;
}

a:hover, .pseudolink:hover{
	text-decoration: underline;
}

.pseudolink{
  cursor: pointer;
}

#wrapper{
	width: 1000px;
	margin: 0 auto;
}

#top{
	background: url(../img/logo.png) no-repeat left bottom;
	height: 65px;
}

#top .homelink{
	display: block;
	height: 65px;
	width: 193px;
	float: left;
	text-indent: -9999em;
}
	
#top .topright{
	width: 282px;
	float: right;
}	
	
#top .topright .label{
	height: 20px;
	width: 274px;
	background: url(../img/bg_bookmark.png) no-repeat;
	color: #c0c0c0;
	padding: 4px 0 0 8px;
}

#top .topright .label a, #top .topright .label .pseudolink{
	font-weight: bold;
	font-size: 12px;
}

#top .topright .label .bookmark{
	background: url(../img/star_bookmark.png) no-repeat;
	padding: 0 0 0 20px;
}

#zoektop{
	margin: 6px 0 0 0;
	width: 282px;
}

#zoektop .zoeken{
	height: 25px;
	width: 174px;
	border: none;
	background: url(../img/bg_zoeken.png) no-repeat;
	color: #838282;
	padding: 5px 0 0 34px;
	font-style: italic;
	float: left;
	overflow: hidden;
}

#zoektop .button{
	width: 66px;
	height: 25px;
	display: inline;
	border: none;
	float: right;
}

#container{
	width: 980px;
	padding: 10px;
	background: #fff;
}

#balk{
	height: 50px;
	background: url(../img/bg_balk.png) repeat-x;
	width: 980px;
}

#balk ul{
	float: left;
	width: 805px;
}

#balk ul li{
	list-style: none;
	float: left;
}

#balk ul li a, #balk ul li span{
	padding: 13px 10px 0 10px;
	height: 37px;
	display: block;
	border-right: 1px solid #353535;
	float: left;
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 13px;
	color: #b3b6c1;
}

#balk ul li span{
  cursor:default;
}

#balk ul li a:hover, #balk ul li span{
	background: url(../img/bg_nav.png) repeat-x;
	color: #fff;
	text-decoration: none;
}

#balk #snelkiezer{
	float: right;
	width: 175px;
}

#balk #snelkiezer .dropdown{
	width: 165px;
	font-size: 11px;
	color: #000;
	position: relative;
	top: 15px;
}

#footer_wrapper{
	background: url(../img/bg_footer.png) repeat-x;
	height: 228px;
}

#footer{
	background: url(../img/logo_footer.png) no-repeat;
	height: 158px;
	width: 1000px;
	margin: auto;
	padding: 70px 0 0 6px;
}

#footerleft{
	width: 282px;
	float: left;
}

#footer #zoekbottom{
	width: 282px;
}

#footer #zoekbottom .zoeken{
	height: 25px;
	width: 174px;
	border: none;
	background: url(../img/bg_zoeken.png) no-repeat;
	color: #838282;
	padding: 5px 0 0 34px;
	font-style: italic;
	float: left;
	overflow: hidden;
}

#footer #zoekbottom .button{
	width: 66px;
	height: 25px;
	display: inline;
	background: url(../img/button_zoeken.png) no-repeat;
	border: none;
	float: right;
}

#footer #snelkiezer_bottom{
	margin: 8px 0 8px 0;
}

#footer #snelkiezer_bottom .dropdown{
	width: 210px;
}

#footerright{
	width: 700px;
	float: right;
}

#footerright .list{
	width: 150px;
	float: left;
}

#footerright .list h1{
	font-size: 14px;
}

#footerright .list ul li{
	list-style: none;
}

#disclaimer{
	width: 1000px;
	margin: 0 auto;
	font-size: 11px;
	padding-bottom: 10px;
	text-align: center;
}