/*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*/

*{
	margin: 0;
	padding: 0;
}

body{
	background: #ffd0d0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #ff0;
}

img{
	border: none;
}

/*Pseudolinks*/
.pseudolink{
	cursor:pointer;
}

.pseudolink:hover{
	text-decoration: underline;
}

#container{
	width: 770px;
	background: #e04646;
	margin: 20px auto 0;
}

/*CSS voor de header, met de tabjes en de bar*/
#header{
  background-color: #ffd0d0; 
}

#header_top{
  padding-left: 8px; 
  color: #d00058;
}

#header_bottom{
  width: 770px;
  height: 163px;
	background: url(../img/headerbg.jpg) no-repeat;
	/*background: url(../img/KP_kerstheader2011.jpg) no-repeat;*/
}

#header a{
	color: #d00058;
}

#tabjes{
  float: right;
  margin: 84px -152px 0 0;
}

#tabjes ul li{
	float: left;
	text-align: center;
	list-style: none;
	display: block;
	width: 68px;
	height: 19px;
	font-size: 11px;
	color: #ffd600;
	line-height: 20px;
	vertical-align: middle;
}

#tabjes ul li a{
	display: block;
	width: 68px;
	height: 19px;
	color: #bd0019;
	background: url(../img/tabyellow.gif) no-repeat;
	cursor:pointer;
}
	
#tabjes ul li a:hover{
	text-decoration: underline;
	color: #ffd600;
	background: url(../img/tabred.gif) no-repeat;
}

#tabjes ul li .selected{
	display:block;
	color: #ffd600;
	background: url(../img/tabred.gif) no-repeat;
}

#tabjes ul li span.selected{
	text-decoration: none;
	cursor:default;
}

#nieuwsbrief{
  height: 18px;
	margin-top: 110px;
	margin-right: 10px;
  float: right;
  font-size: 11px;
}

.email{
	height: 18px;
	width: 133px;
	color: #fff;
	font-size: 11px;
	padding-left: 3px;
	margin-left: 5px;
	border: solid 1px #fff;
	background: #c01414;
}

.send{
	width: 97px;
	height: 18px;
	color: #c01414;
	font-size: 11px;
	font-weight: bold;
	background: #ffd600;
	border: solid 1px #fff;
	margin-left: 4px;
	
}

#dropdown{
	margin: 110px 10px 0 0;
	float: right;
}

#snelkiezer_top{
	width: 150px;
	height: 18px;
	font-size: 11px;
	color: #fff;
	background: #c01414 url(../img/snelkiezer/bg_snelkiezer_16.jpg) 132px 0 no-repeat;
	border: solid 1px #fff;
	text-align:left;
}

/*linkerbalk*/

#left{
	width: 160px;
	float: left;
	background: #e04646 url(../img/leftbg.jpg) no-repeat;
	text-align: center;
	font-size: 13px;
}

#nav ul{
	margin: 18px 0 0 12px;
	text-align: left;
}

#nav li{
	list-style: none;
}

#nav li a{
	font-family: "Arial Black";
	font-size: 0.80em;
	text-transform: uppercase;
	color: #bd0019;
	text-decoration: none;
	display: block;
	height: 17px;
	width: 115px;
	background: url(../img/menubg.gif) no-repeat;
	padding: 2px 0 0 9px;
	margin-bottom: 2px;
}

#nav li a:hover{
	color: #ffd600;
	background: url(../img/menurollover.gif) no-repeat;
}

#kinky{
	margin: 0 0 0 12px;
	text-align: left;
}

#kinky li{
	list-style: none;
}

#kinky li a{
	font-family: "Arial Black";
	font-size: 0.80em;
	text-transform: uppercase;
	color: #ffd600;
	text-decoration: none;
	display: block;
	height: 17px;
	width: 115px;
	background: url(../img/menurollover.gif) no-repeat;
	padding: 2px 0 0 9px;
	margin-bottom: 2px;
}

#kinky li a:hover{
	color: #bd0019;
	background: url(../img/menubg.gif) no-repeat;
}

.leftdivider{
	width: 160px;
	height: 30px;
	background: url(../img/leftdivider.gif) no-repeat 50%;
}

/*rechterbalk*/

#rechts{
	width: 150px;
	float: right;
	margin-top: 18px;
	font-size: 12px;
}

#rechts a{
	text-decoration: none;
	color: #c01414;
}

#rechts a:hover{
	text-decoration: underline;
	color: #f05151;
}

#rechts p{
	margin: 0 4px 0 4px;
	padding-bottom: 8px;
}

#rechts .afbeelding{
	border: solid #000000 1px;
	width: 100px;
}

.yellowtop{
	width: 125px;
	height: 10px;
	background: url(../img/yellowtop.gif) no-repeat;
}

* html .yellowtop{
	margin-bottom: -6px;
}

.yellow{
	width: 125px;
	background: url(../img/yellowbg.gif) repeat-y;
	text-align: center;
	color: #000;
}

.yellowbottom{
	width: 125px;
	height: 10px;
	background: url(../img/yellowbottom.gif) no-repeat;
	margin-bottom: 9px;
}

#meisjehead{
	width: 80px;
	height: 32px;
	background: url(../img/meisjehead.gif) no-repeat;
	text-indent: -9999em;
	margin: 0 auto 5px;
}

#amateurhead{
	width: 89px;
	height: 29px;
	background: url(../img/amateurhead.gif) no-repeat;
	text-indent: -9999em;
	margin: 0 auto 5px;
}

#amateur p img{
    width:104px;
}

#amateurlist li{
	display: block;
	height: 16px;
	list-style: none;
	padding: 2px 0 2px 0;
}

#amateurlist li a{
	text-decoration: underline;
}

#omahead{
	width: 90px;
	height: 28px;
	background: url(../img/omahead.gif) no-repeat;
	text-indent: -9999em;
	margin: 0 auto 5px;
}

.whitetop{
	width: 125px;
	height: 10px;
	background: url(../img/whitetop.gif) no-repeat;
}

* html .whitetop{
	margin-bottom: -6px;
}

.white{
	width: 125px;
	background: url(../img/whitebg.gif) repeat-y;
	text-align: center;
	color: #5e5e5e;
}

.whitebottom{
	width: 125px;
	height: 10px;
	background: url(../img/whitebottom.gif) no-repeat;
	margin-bottom: 9px;
}

#filmhead{
	width: 112px;
	height: 14px;
	background: url(../img/filmvandedag.gif) no-repeat;
	text-indent: -9999em;
	margin: 0 auto 5px;
}

* html #filmhead{
	margin: 0 auto 0 auto;
}

#top10head{
	width: 106px;
	height: 24px;
	background: url(../img/top10.gif) no-repeat;
	text-indent: -9999em;
	margin: 0 auto 5px;
}

* html #top10head{
	margin-bottom: -6px;
}

#top10{
	font-size: 12px;
	list-style-position:inside;
	color: #000000;
	margin-left: 10px;
	text-align: left;
}

/* kimpromootje */
#kimitem{
  width: 125px;
	text-align: center;
	padding: 5px 0;
	margin: 0 0 5px 0;
	background: url(../img/kimpromobg.jpg) no-repeat;
	background-color: #a73006;
}

#kimitem h1{
	text-indent: -9999px;
	margin-bottom: 8px;
}

*html #kimitem h1, *+html #kimitem h1{
	margin-bottom: -8px;
}

#kimitem img{
	border:#fff 1px solid !important;
	width: 100px;
}

#kimitem a{
	color: #f0ff1b;
}

#kimitem a:hover{
	text-decoration: underline;
}

/*CSS voor de footer*/
#footer{
	background:url(../img/bg_footer.gif) repeat-x;
	margin-top:5px;
	text-align:left;
}
#footer a{
	font-size:11px;
}

#footercontent{
	width: 770px;
	margin: 0px auto 0 auto;
	overflow: hidden;
}

#footerleft{
	background:url(../img/logo_footer.gif) no-repeat;
	width: 220px;
	padding-top: 85px;
	margin-top: 0px;
	margin-left: 10px;
	float: left;
}

#footerleft form{
	padding: 0px;
	margin: 0 0 10px 0;
}

#footerleft form .rounded{
	background: url(../img/bgsearch.gif) no-repeat left top;
	padding: 0px 0px 0px 23px;
	float: left;
	margin: 10px 1px 5px 0;
	height:20px;
}

#footerleft form .rounded input{
	border: none;
	background: #fff;
	width: 135px;
	font-size: 11px;
	padding-top: 3px;
}

#footerleft form .searchbutton{
	font-size: 9px;
	margin: 10px 0 0 0;
}

#footerleft form label{
	padding-bottom: 4px;
}

#snelkiezer_bottom{
	height: 18px;
	color: #fff;
	background: #c01414 url(../img/snelkiezer/bg_snelkiezer_16.jpg) 172px 0 no-repeat;
	border: solid 1px #fff;
	text-align:left;
	width: 190px;
	margin: 0 0 10px 0;
	font-size: 11px;
}

#footerleft p{
	font-size: 10px;
}

#footerleft .pseudolink:hover{
	color: #ffd600;
}

#footerright{
	float: right;
	padding-top: 35px;
	width: 540px;
}

#footerright .list{
	width: 170px;
	padding-right: 10px;
	float: right;
	text-align:left;
}

#footerright .list h1{
	font-size: 14px;
	color: #ffd600;
}

#footerright .list ul{
	list-style: none;
	padding-top: 10px;
}

#footerbottom{
  color: #bd0019;
	clear: both;
	text-align: center;
	padding: 25px 0 10px 0;
}

#footerbottom a{
  color: #bd0019;
  font-weight: bold;
}

#adcontainer{
	padding-bottom: 10px;
	background-color: #e04646;
	width: 435px;
	height: 266px;
	display: block;
}

#topadvertentie{
	height:45px;
}

#topadtop{
	width: 435px;
	background: #b41313 url(../img/topadtop.gif) no-repeat;
	padding: 5px 0 5px 10px;
}

* html #topadtop{
	margin-top: -3px;
}

#topadtop a{
	text-decoration: none;
	color: #ffd600;
}

#topadtop a:hover{
	text-decoration: underline;
}

#topad{
	width: 435px;
	min-height: 176px;
	background: url(../img/topadbg.gif) repeat-y;
}

* html #topad{
  height: 176px;
}


#topad p{
	width: 300px;
	float: left;
	margin: 10px 0 10px 10px;
	font-size: 12px;
}

#topad p a{
	color: #c01414;
}

#topadbottom{
	width: 435px;
	height: 10px;
	background: #e04646 url(../img/topadbottom.gif) no-repeat;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #c01414 solid 1px;
}

img.topad{
	float: right;
	border: #000000 solid 1px;
	margin: 10px 10px 0;
}

.clear{
	clear: both;
}

/*Pseudolinks*/
.pseudolink{
	cursor:pointer;
}
.pseudolink:hover{
	text-decoration: underline;
}

/*Ajax Refresh*/
.refreshing{
	text-indent: -9999em;
	height:48px;
	width:48px;
	background: url(../img/ajax/loadpref.gif) no-repeat;
	margin:128px auto;
	display:block;
}

/*snelkiezer*/
#snelkiezer_content{
	position:absolute;
	background: #c01414;
	border: 1px solid #fff;
	display: none;
	height:inherit;
	width:170px;
	overflow:auto;
	z-index: 2;
}

#snelkiezer_content ul{
	width:100%;
	padding-right:-16px;
	float: left;
}

#snelkiezer_content ul li{
	list-style: none;
	overflow:hidden;
}

#snelkiezer_content ul li a, #snelkiezer_content ul li span{
	padding: 2px 0 2px 0;
	width: 100%;
	height:12px;
	display:block;
	text-indent:3px;
	cursor:default;
	color:#fff;
	font-size:11px;
	text-decoration:none;
}

#snelkiezer_content ul li a:hover, #snelkiezer_content ul li span:hover{
	background:#11d;
	text-decoration:none;
}

/*overlay*/
.overlay{
  display: none;
	background: #000;
  min-height: 100px;
  border: 1px solid #e60909;
  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/ajax/loadpref.gif) 50% 50% no-repeat;
}

.overlay .close{
  background-image: url(../img/overlay/closered.png);
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  height: 30px;
  width: 30px;
}

a.active img{
  outline: 1px solid #000;
  z-index: 9999;
  position: relative;
}

/*Error*/

.error{
	text-align:center;
	margin:80px 0 100px;
}

.error h1{
	font-size:18px;
}

.error a{
	text-decoration:underline;
}

/*campopup*/
.popupkader{
	position:fixed;
	top:0;
	left:0;
}
#campopup{
	background: url(../img/popup/bg.png) no-repeat;
	width: 213px;
	height: 126px;
	z-index: 2;
	display: none;
}

#campopup a{
  text-decoration: none;
  color:#666;
}

#campopup a img{
	border: none;
}

#campopup h2{
	width:150px;
	height:20px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	padding:10px 0 0 40px;
	background-image: url(../img/popup/cam.png);
	background-repeat: no-repeat;
	background-position: 11px 5px ;
	margin-top:5px;
	float:left;
}
#campopup .close{
	width:8px;
	height:8px;
	float:right;
	margin:18px 15px 0 0;
	cursor: pointer;
	background-image: url(../img/popup/x.jpg);
}
#campopup a.img{
	width:65px;
	height:65px;
	float:left;
	background:url(../img/popup/bg_pic.jpg) no-repeat;
	margin:10px 0 0 15px;
}
#campopup a.img img{
	width:46px;
	height:46px;
	margin:7px 0 0 9px;
}
#campopup a.text{
	width:120px;
	float:right;
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	margin-top:8px;
	padding:1px 10px 0 0px;
}
#campopup a.button {
	width:88px;
	height:19px;
	float:right;
	margin:5px 25px 0 0;
}

/*ajaxloading*/
.refreshing, .loading{
	text-indent: -9999em;
	height:48px;
	width:48px;
	background: url(../img/ajax/loadpref.gif) no-repeat;
	margin:50px auto 50px;
	display:block;
}

.camdiv .loading{
	margin:120px auto 0;
}
