/* Main */

*{
	padding: 0;
	margin: 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: 11px;
	color: #fff;
	background: #000 url(../img/bgheader.gif) 0 36px repeat-x;
}

img{
	border: none;
}
a{
	text-decoration: none;
	color: #fff;
}
h1{
	font-size: 10px;
}
#header{
	width: 900px;
	height: 164px;
	margin: auto;
	overflow:hidden;
	cursor:default;
	/*background: url(../img/ET_kerstheader2009.jpg) no-repeat;*/
	/*background: url(../img/bgheadervalentijn2.jpg) no-repeat;*/
	/*background: url(../img/bgheader_wk.jpg) no-repeat;*/
}

/*Logo en zoeken*/
#headerleft{
	padding: 36px 0 0 0;
	float: left;
}
#headerleft a:hover{
	width: 289px;
	height: 49px;
	display: block;
	text-indent: -9999em;
	background: url(../img/logohome.gif) no-repeat;
	overflow: hidden;
}
* html #headerleft a:hover{
	width: 289px;
	height: 52px;
	display: block;
	text-indent: -9999em;
	background: url(../img/logohome.gif) no-repeat;
	overflow: hidden;
}
*+html #headerleft a:hover{
	width: 289px;
	height: 52px;
	display: block;
	text-indent: -9999em;
	background: url(../img/logohome.gif) no-repeat;
	overflow: hidden;
}
#headerleft form, #footerleft form{
	padding: 0;
	margin: 5px 0 0 0;
}
#headerleft form .search, #footerleft form .search{
	border: none;
	background: #fff;
	width: 158px;
	font-size: 11px;
}
#headerleft form .rounded, #footerleft form .rounded{
	background: url(../img/bgsearch.gif) no-repeat left top;
	padding: 4px 11px 3px 22px;
	float: left;
	margin: 0 1px 0 0;
}
#headerleft form .searchbutton, #footerleft form .searchbutton{
	font-size: 9px;
	margin: 1px 0 0 0;
}

/*Linkjes en snelkiezer*/
#headerright{
	float: right;
	padding: 8px 0 0 0;
	width: 200px;
}
#headerright ul{
	position: relative;
	left: 9px;	
}
#headerright ul li{
	display: inline;
}
#headerright ul li a:hover{
	text-decoration: underline;
}
#headerright form{
	margin: 21px 0 0 0;
	clear: both;
	width: 200px;
}
#headerright form label{
	display: block;
	text-align: right;
	margin: 0 0 5px 0;
}
#headerright form select{
	float: right;
	width: 150px;
	border: solid 1px;
	font-size: 11px;
	height: 17px;
}

/*Magazines*/
#magazines{
	clear: both;
	position: absolute;
	top: 134px;
	height: 30px;
	overflow:hidden;
}
#magazines ul li{
	float: left;
	list-style: none;
}
#magazines #magtitle{
	background: #333 url(../img/bgmagtitle.gif) top left no-repeat;
	padding: 7px 13px 9px 13px;
}
#magazines ul li a{
	display: block;
	float: left;
	padding: 7px 13px 9px 13px;
	height: 14px;
	background: #333 url(../img/bgmagdevider.gif) top right no-repeat;
}
#magazines .selected a, #magazines ul li a:hover{
	background: #ae0100 url(../img/bgmagdevider.gif) top right no-repeat;
}
#magazines ul #backhome a{
	display: block;
	float: left;
	padding: 7px 13px 9px 13px;
	height: 14px;
	background: #434343;
	border-left: #1b1b1b 1px solid;
}
#magazines ul #backhome a:hover{
	display: block;
	float: left;
	padding: 7px 13px 9px 13px;
	height: 14px;
	background: #ae0100;
	border-left: #1b1b1b 1px solid;
}

/*container & footer*/

#container{
	width: 900px;
	margin: auto;
}

/*CSS voor de footer*/
/*Footer*/

#footer{
	background:url(../img/bgfooter.gif) repeat-x;
	padding-top: 26px;
	margin-top:5px;
	text-align:left;
}

#footer a{
	font-size:11px;
}

#footer a:hover{
	text-decoration: underline;
}

#footercontent{
	width: 900px;
	margin: 0px auto 0 auto;
	overflow: hidden;
}

#footerleft{
	background:url(../img/logo_small.gif) no-repeat;
	width: 232px;
	padding-top: 41px;
	float: left;
}

#footerleft form #footersnelkiezer{
	width: 180px;
	margin: 0 0 0 0px;
	float: left;
	border: solid 1px;
	font-size: 11px;
	height: 17px;
}

#footerleft .linkslinks{
	font-size: 11px;
	margin-top: 10px;
}

#footerleft form label{
	display: block;
	text-align: left;
	margin: 0 0 5px 0;
}

#footerright{
	float: right;
	width: 640px;
}

#footerright .list{
	width: 150px;
	padding-right: 10px;
	float: left;
	text-align:left;
}

#footerright .list h1{
	font-size: 14px;
	color: #ffa210;
}

#footerright .list ul{
	list-style: none;
	padding-top: 10px;
}

#footerbottom{
	background: url(../img/icons_pay.png) no-repeat center 20px;
	padding: 65px 0 10px  0;
	clear: both;
	text-align: center;
}

/*overlay*/
#greylayer{	
	position:fixed;
	display:none;
	z-index:90;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	background-color:#000000;
}
#infoholder{
	width: 900px;
	height: 0;
	margin: auto;
	overflow:visible;
}
#infolayer{
	position:fixed;
	top:110px;
	margin-left: 180px;
	width: 520px;
	height: auto;
	background:#fff;
	color:white;
	padding: 0px;
	border:2px solid #000;
	display:none;
	z-index:100;
}
* html #infolayer{
	position: absolute;
	top: 210px;
	margin-left: 300px;
	width: 520px;
	height: auto;
	background:#fff;
	color:white;
	padding: 0px;
	border:2px solid #000;
	display:none;
	z-index:100;
}
#infolayer a:hover{
	text-decoration:none;
}
#info{
	float:left;
	width:494px;
	margin-left:10px;
	padding-bottom:10px;
}
#infoclose{
	float:right;
	margin-right:10px;
	color:red;
	background:#fff;
}
/*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{
	width: 460px;
	margin: 5px 0 0 10px;
	padding: 6px 0 10px 0;
	overflow: hidden;
	float:left;
	background: #000 url(../img/bgcats.gif) repeat-x;
}
.error h1{
	height: 16px;
	text-indent: 10px;
	margin: 0 0 20px 10px;
	font-size: 12px;
}
.error p{
	margin: 0 0 5px 10px;
}/*	cams default	*/

#camcontent{
	background: url(../img/webcamsex/bginbellen.gif) repeat-x #030303;
	padding: 10px 10px 0 10px;
	width: 880px;
	color: #fff;
}

#camcontent h1{
	width: 288px;
	height: 15px;
	font-size: 12px;
}

#cammain{
	width: 600px;
	float: right;
}

#cammain h1{
	border-bottom: 1px solid #fff;
	width: 595px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

#cammain p{
	text-align: center;	
	margin: 0 0 5px 0;
}

.webcamitem{
	width: 135px;
	height: 105px;
	background: url(../img/webcamsex/bgcammer.gif) repeat-x #4b0000;
	padding: 8px 0 0 8px;
	float: left;
	margin: 0 6px 10px 0;
}

.webcamitem .imgborder{
	width: 100px;
	height:75px;
	border: 1px solid #fff;
	margin: 0 0 5px 0;
	overflow:hidden;
	background:#000;
}

.webcamitem .imgborder img{
	width: 100px;
	margin:auto;
}

.icoontjes{
	width: 22px;
	padding: 6px 3px 0 0;
	float: left;
}
.icoontjes a{
	display:block;
	border: none;
	margin: 10px 0px 0px 0;
	margin: 0 0 5px 0;
	width:22px;
	height:22px;
}
.icoontjes .chat{
	background: url(../img/iconchat.gif) no-repeat;
}
.icoontjes .info{
	background: url(../img/iconinfo.gif) no-repeat;
}
.icoontjes .mail{
	background: url(../img/iconmail.gif) no-repeat;
}


.webcamitem p{
	font-size: 10px;
}
.webcamitem .online{
	background: url(../img/icononline.gif) no-repeat;
	padding: 0 0 0 13px;
}
.webcamitem .offline{
	background: url(../img/iconoffline.gif) no-repeat;
}
.icoontjes{
	width: 22px;
	padding: 6px 0 0 0;
	float: left;
}
.icoontjes img{
	border: none;
	margin: 0 0 9px 0;
}
.camnav{
	clear: both;
	width: 100%;
}

#ctl00_contentholder_NextLink, #ctl00_contentholder_LastLink, #ctl00_contentholder_PreviousLink, #ctl00_contentholder_FirstLink{
	clear: both;
	color: #fff; 
}

#camside{
	width: 270px;
	float: left;
}
#camzoeken{
	background: #000;
	width: 250px;
	padding: 10px;
	line-height: 20px;
}
#camzoeken h1{
	border-bottom: 1px solid #fff;
	line-height: 15px;
	width: 250px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

#camzoeken .dropdown{
	width: 140px;
}

#camzoeken td{
	vertical-align: top;
}
.zoekbuttoncam{
	display: block;
	margin: 27px 0 0 0;
	background: url(../img/webcamsex/buttonzoeken.gif) no-repeat;
	width: 114px;
	height: 23px;
	border: none;
	color: #fff;
	font-size: 12px;
	padding: 0 0 3px 0;
	text-indent: -9999em;
}

.zoekbuttoncam:hover{
	cursor:hand;
}

#camside p{
	font-size: 12px;
	margin: 5px 0 0 0;
}


.refreshing{
	margin:200px auto;
}@charset "iso-8859-1";
/*©2008 midhold*/
.pseudolink{
	cursor:pointer;
}
.pseudolink:hover{
	text-decoration: underline;
}

#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;
}