/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

.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 */

body{
	background: #000 url(../img/bg.png) no-repeat top center;
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper{
	width: 842px;
	background: #000 url(../img/bg.png) no-repeat top center;
	margin: auto;
}
a{
	text-decoration: none;
}

img{
  border: none;
}
#top{
	width: 833px;
	margin: auto;
	padding: 15px 0 0 0;
}
#logo a{
	background: url(../img/logo.png) 1px 0 no-repeat;
	display: block;
	width: 310px;
	height: 43px;
	text-indent: -9999em;
	float: left;
	overflow: hidden;
}
* html #logo a{
	background: url(../img/logo.png) 2px 0 no-repeat;
	display: block;
	width: 310px;
	height: 43px;
	text-indent: -9999em;
	float: left;
	overflow: hidden;
}
#top p{
	margin: 9px 0 0 0;
	float: right;
	width: 132px;
	height: 20px;
	text-align: center;
	padding: 6px 0 0 0;
	background: #bf1515;
}
#container{
	width: 842px;
	margin: auto;
}
#sidebar{
	width: 150px;
	position: relative;
	top: 155px;
	float: left;
	padding: 0 0 20px 0;
}
#sidezoeken{
	padding: 0 0 0 10px;
}
#sidebg{
	background: url(../img/sidebg.png) repeat-y;
	padding: 0 0 10px 10px;
}
#sidebottom{
	background: url(../img/sidebottom.png) no-repeat;
	height: 15px;
	width: 150px;
}
#sidebar #sidezoeken h1{
	font-size: 19px;
	margin: 10px 0 0 0;
}
#sidebar h1, #sidebar h2{
	font-size: 19px;
	margin: 13px 0 0 0;
}
#sidebar label{
	display: block;
	margin: 0 0 7px 0;
}
#sidebar select{
	margin: 0 0 7px 0;
}
#sidebar .button{
	background: url(../img/buttonred.png) no-repeat;
	display: block;
	width: 100px;
	height: 19px;
	text-align: center;
	color: #fff;
	padding: 4px 0 0 0;
	overflow: hidden;
}
#sidebar .button:hover{
	background: url(../img/buttonredhover.png) no-repeat;
}
#sidebar ul li{
	list-style: none;
	text-transform: capitalize;
}
#sidebar ul li a{
	background: url(../img/list.png) no-repeat 0 1px;
	display:block;
	color: #fff;
	font-weight: bold;	
	height: 21px;
	padding: 0 0 0 15px;
}
#sidebar ul li a:hover{
	background: url(../img/listhover.png) no-repeat 0 1px;
}

#maincontent{
	float: right;
	position: relative;
	right: 4px;
	width: 648px;
	padding: 0 0 20px 0;
}
#intro{
	padding: 12px 0 10px 0;
}
#intro h1{
	font-size: 20px;
}	
#intro p{
	line-height: 20px;
}	
#menubar{
	background: url(../img/menubg.gif) repeat-x;
	height: 27px;
	padding: 0 0 13px 0;
}
#menubar ul li{
	display: inline;
	float: left;
}
#menubar ul li a{
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 6px 7px 4px 7px;
}
#menubar a:hover{
	text-decoration: underline;
}

#links{
  padding: 20px 0 30px 0;
}

#links a{
  color: #fff;
  text-decoration: none;
}

#links a:hover{
  text-decoration: underline;
}

/*overlay*/
.overlay{
  display: none;
	background: #000;
  min-height: 100px;
  border: 1px solid #e68609;
  width:100px;
  /* CSS3 styling for latest browsers*/
  -moz-box-shadow: 0 0 90px 5px #000;
  -webkit-box-shadow: 0 0 90px #000;
}

#overlayContent{
	background: #000 url(../img/overlay/loadpref.gif) 50% 50% no-repeat;
}

.overlay .close{
  background-image: url(../img/overlay/closeorange.png);
  position: absolute;
  right: -30px;
  top: -30px;
  cursor: pointer;
  height: 30px;
  width: 30px;
}

a.active img{
  outline: 1px solid #000;
  z-index: 9999;
  position: relative;
}
