@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 {
	color: #000; 
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	background-color:#fff;
	background:#00a3fe url(../img/bg_body.jpg) repeat-x;
}

a{
	text-decoration: none;
	color: #000;
}

a:hover{
	text-decoration: underline;
}

img{
	border: none;
}

#wrapper{
	width: 960px;
	margin: 0px auto 0;

}

#header{
	height: 143px;
	background: url(../img/header.jpg) no-repeat;
	margin:25px 0 10px 0;
}

#header .homelink{
	display: block;
	width: 321px;
	height: 85px;
	position: relative;
	margin: 37px 0 0 45px;
}
.container{
	width:957px;
	background-color:#c5511e;
	border:1px solid #fff;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom: 15px;
}

.content{
	width:933px;
	background-color:#fff;
	padding-bottom:20px;
	margin:auto;
}

.camnav{
	padding-top: 20px;
	clear: both;
	text-align: center;
	color:#000;
	font-weight:bold;
}
.camnav a{
	color:#000;
}
.camnav p{
	padding-bottom: 14px;
}
.camnav.camnav_top{
	padding-top: 0;
	padding-bottom: 10px;
}

.search{
	width: 219px;
	float: left;
	padding: 10px;
	background:#c5511e;
	margin:10px 0 0 20px;
	color:#fff;
}

.search h1{
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 15px 0;
}

.search table{
	width: 220px;
	
}

.search table tr{
	margin-bottom: 5px;
}

.search table tr td{
	width: 110px;
}

.search .dropdown{
	width: 110px;
	margin-bottom: 5px;
}

.search .button{
	background: url(../img/button_zoek.gif) no-repeat;
	border: none;
	display: block;
	width: 114px;
	height: 29px;
	cursor: pointer;
}

.search .filterH1{
	margin-top:20px;
}

.search #filters{
	width: 219px;
	border: solid 1px #fff;
	padding-bottom:-1px;
}

.search #filters input{
	padding: 0 0 0 10px;
	text-align: left;
	color:#fff;
	font-weight:bold;
	width: 219px;
	height:30px;
	background:#c5511e url(../img/arrows.gif) no-repeat 200px 10px;
	border-bottom: 1px solid #fff;
	border-top: none;
	border-left: none;
	border-right: none;
	cursor:pointer;
}

.search #filters input:hover{
	background:#d5612e url(../img/arrows.gif) no-repeat 200px 10px;
}

#camoverzicht{
	width: 645px;
	float: right;
	margin-left:25px;
	margin-top:10px;
}

.cammer{
	float: left;
	width: 160px;
	margin-bottom: 10px;
	position:relative;
}
.cammer .top{
	height: 7px;
	width: 136px;
	background: url(../img/bg_cammer_top.gif) no-repeat;
}
* html .cammer .top{
	margin-bottom: -6px;
}
.cammer .middle{
	height: 198px;
	overflow: hidden;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #fff;
	width: 128px;
	padding: 0 3px 0 3px;
}
.cammer .middle p{
	padding-bottom: 5px;
	display: block;
	height: 10px;
	overflow: hidden;
}
.cammer .middle a{
	color:#fff;
}
.cammer .middle p a{
	color:#000;
}
.cammer .middle .online{
	font-weight: bold;
	background: url(../img/online.gif) no-repeat left center;
	padding: 0 0 0 13px;
}
.cammer .camimg{
	width: 128px;
	height: 96px;
	display: block;
}
.cammer .middle .transparant{
  display:none;
  margin:1px;
}
.cammer .middle:hover .transparant{
  display:block;
  filter:alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}
.cammer .middle .transparant:hover{
  filter:alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.8;
  margin:0;
  border:dotted 1px #999;
  background-color:#ddf;
}
.cammer .notify{
  position:absolute;
  top:90px;
  left:95px;
  width:30px;
  height:21px;
  background:url(../img/envelope.png) 1px 1px no-repeat;
}
.cammer .chat{
	background: url(../img/bg_chat.jpg) repeat-x;
	display: block;
	height: 20px;
	width: 128px;
	text-align: center;
	padding-top: 6px;
	font-weight: bold;
	color: #fff;
	margin: 3px 0 2px 0;
}
.cammer .profiel{
	background: url(../img/bg_profiel.jpg) repeat-x;
	display: block;
	height: 20px;
	width: 128px;
	text-align: center;
	padding-top: 6px;
	font-weight: bold;
	color: #fff;
}
.cammer .freechat{
	background: url(../img/bg_freechat.jpg) repeat-x;
	display: block;
	height: 20px;
	width: 128px;
	text-align: center;
	padding-top: 6px;
	font-weight: bold;
	color: #fff;
	margin: 2px 0 0 0;
}

.cammer .bottom{
	height: 4px;
	width: 136px;
	background: url(../img/bg_cammer_bottom.gif) no-repeat;
}

#maincontent #camoverzicht .camnav_top{
	clear: both;
	text-align: center;
	padding-bottom: 10px;
}

#maincontent #camoverzicht .camnav_bottom{
	clear: both;
	text-align: center;
}

.footer{
	margin: 10px 0;
	text-align: center;
	font-size: 10px;
	color:#fff;
}
.disclaimer{
	text-align:center;
	color:#fff;
	padding:20px;
}
.disclaimer a{
	color:#fff;
}

/*meldingen*/

.melding{
	padding: 50px 0 50px 30px;
	background:#004696;
	color:#fff;
	margin-bottom:-20px;
}
.melding a{
	font-weight:bold;
	color:#fff;
}
.melding h1{
	height: 16px;
	text-indent: 10px;
	margin: 0 0 20px 10px;
	font-size: 12px;
}
.melding p{
	margin: 0 0 5px 10px;
}

/*overlay*/

#greylayer{
	position:absolute;
	display:none;
	top:0;
	left:0;
	height:0;
	width:0;
	z-index:200;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	background-color:#000000;
}

#overlayer{
	position:fixed;
	z-index:200;
	top:0;
	left:0;
	width: auto;
	height: auto;
	background:#fff;
	color:white;
	padding: 0px;
	border:2px solid #333;
	display:none;
	text-align:right;
}

* html #overlayer{
	position: absolute;
}

#overlayer a:hover{
	text-decoration:none;
}

#overholder{
	float:left;
	clear:both;
	padding:0 10px 10px 10px;
}

#overclose{
	/*float:left;*/
	margin-right:10px;
	color:#cc0000;
	background:#fff;
}

#overcontent{
	border:solid 1px #666;
	overflow:hidden;
}

/*ajax*/
.refreshing{
	text-indent: -9999em;
	height:48px;
	width:48px;
	background: url(../img/ajax/loadpref.gif) no-repeat;
	margin:128px auto;
	display:block;
}

/*pseudolink*/
.pseudolink{
	cursor:pointer;
}
.pseudolink:hover{
	text-decoration: underline;
}

/*errors*/
.error{
	margin: 5px 0 0 10px;
	padding: 6px 0 10px 0;
}
.error h1{
	height: 16px;
	text-indent: 10px;
	margin: 0 0 20px 10px;
	font-size: 12px;
}
.error p{
	margin: 0 0 5px 10px;
}
