/*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_kerstheader2009.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{
    text-decoration: none;
	color: #ffd600;
	background: url(../img/tabred.gif) no-repeat;
}

#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;
}

.dropdown{
	width: 150px;
	height: 18px;
	font-size: 11px;
	color: #fff;
	background: #c01414;
	border: solid 1px #fff;
}

/*linkerbalk*/

#left{
	width: 160px;
	float: left;
	background: #e04646 url(../img/leftbg.jpg) no-repeat;
	text-align: center;
	font-size: 13px;
}

#nav{
	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;
}

#footerleft form #footersnelkiezer{
	width: 180px;
	margin: 0 0 0 0px;
	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;
}

.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;
}