/* 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: 1000px;
	height: 138px;
	margin: auto;
	overflow:hidden;
	cursor:default;
	/*background: url(img/bgheadervalentijn.jpg) no-repeat;*/
}

/*Logo en zoeken*/
#headerleft{
	padding: 46px 0 0 0;
	float: left;
}
#headerleft a:hover{
	width: 600px;
	height: 59px;
	display: block;
	text-indent: -9999em;
	
}
* html #headerleft a:hover{
	width: 589px;
	height: 62px;
	display: block;
	text-indent: -9999em;
	background: url(img/logohome.gif) no-repeat;
	overflow: hidden;
}
*+html #headerleft a:hover{
	width: 589px;
	height: 62px;
	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: 458px;
	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;
}




/*container & footer*/

#container{
	width: 1100px;
	margin: auto;
}

/*CSS voor de footer*/
/*Footer*/

#footer{
	background:url(img/bgfooter.gif);
	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{
	clear: both;
	text-align: center;
	padding: 25px 0 10px 0;
}

/*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/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;
}@charset "iso-8859-1";
/*home*/

#sideleft{
	background: #000 url(img/bgsideleft.gif) repeat-x;
	width: 245px;
	float: left;
	padding: 12px 6px 10px 6px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#sideleft {padding: 12px 0 10px 6px;}
}


/*Gratis Video*/

.gratisvideo{
	margin: 7px 0 0 0;
	padding: 7px;
	width: 230px;
	background: url(img/bgtiptop.gif) no-repeat;
}

.gratisvideo h1{
	background: url(img/kopvideo.gif) no-repeat;
	height: 12px;
	width: 110px;
	overflow: hidden;
	text-indent: -9999em;
	margin: 0 0 5px 0;
}

.gratisvideo .video{
	width: 228px;
	height: 173px;
	border: 1px solid #fff;
}

.gratisvideo .videobg{
	width: 228px;
	height: 173px;
	background: url(img/videobg.png) no-repeat;
	display: block;
}

.gratisvideo .videopreview{
	width: 230px;
	height: 175px;
}

.gratisvideo .videocontent{
	width: 230px;
}

.gratisvideo .buttons{
	padding-top: 10px;
	width: 230px;
}

.gratisvideo .buttons .preview{
	width: 200px;
	height: 37px;
	background: url(img/buttonstart.gif) no-repeat;
	display: block;
	margin: 0 auto;
	text-indent: -9999em;
}

.gratisvideo .buttons .stoppreview{
	width: 200px;
	height: 37px;
	background: url(img/buttonstop.gif) no-repeat;
	display: block;
	margin: 0 auto;
	text-indent: -9999em;
}

.gratisvideo .buttons .toegang{
	width: 200px;
	height: 37px;
	display: block;
	margin: 5px auto 0 auto;
	background: url(img/buttonkijk.gif) no-repeat;
}




/*Erotips*/
#sideleft .erotips{
	margin: 7px 0 0 0;
	padding: 7px;
	width: 230px;
	background: url(img/bgtiptop.gif) no-repeat;
}

#sideleft .erotips ul li{
	list-style: none;
	text-indent: 12px;
	background: url(img/icontips.gif) 0 4px no-repeat;
	margin: 4px 0 0 0;
}
#sideleft .erotips a:hover{
	text-decoration: underline;
}
#sideleft .tipbottom{
	background: url(img/bgtipbot.gif) no-repeat;
	height: 6px;
	width: 244px;
}



/*pijpslet*/

#pijpslet{
	background: #393939;
	margin: 7px 0 0 0;
	padding: 7px;
	width: 230px;
}
#pijpslet h1{
	background: url(img/kopdagslet.gif) no-repeat;
	height: 14px;
	width: 127px;
	overflow: hidden;
	text-indent: -9999em;
	margin: 0 0 5px 0;
}
#pijpslet a img{
	width: 100px;
	float: left;
	border: 1px solid #939393;
	margin: 0 10px 5px 0;
}
#pijpslet p{
	margin: 0 0 5px 0;
}
#pijpslet a{
	color: #ffa210;
	display: block;
}
#pijpslet a:hover{
	text-decoration: underline;
}



/*Main*/
#main{
	width: 560px;
	float: left;
	padding: 5px 0 0 9px;
}

/*Aankeilers*/
#aankeilers{
	width: 560px;
	background: #000 url(img/bgmainitem.gif) repeat-x;
	padding: 8px 0 0 0;
}

}
.aankeilitem{
	float: left;
	text-align: center;
	padding: 0 13px;
}


/*Hottext*/

.hottext{
	width: 536px;
	border: 2px solid #630000;
	background: #630000 url(img/bghottxt.gif) repeat-x;
	padding: 10px;
	margin: 0 0 7px 0;
}
.hottext img{
	border: 1px solid #fff;
	float: left;
}
.hottext h1 a{
	color: #ffa210;
	font-size: 12px;
	width: 352px;
	float: right;
}
.hottext p{
	width: 352px;
	float: right;
}
.stars{
	height: 18px;
	float: right;
	margin: 8px 0 8px 0;
}

.stars .star{
	background: url(img/star_whole.gif) no-repeat;
	float: left;
	width: 25px;
	height: 21px;
	margin-left: 3px;
	border: none;
}

.stars .halfstar{
	background: url(img/star_half.gif) no-repeat;
	float: left;
	width: 25px;
	height: 21px;
	margin-left: 3px;
	border: none;
}

.hottext a:hover{
	text-decoration: underline;
}

/*Top 10 en kim promo*/

#top10enpromo{
	width: 460px;
	height: 235px;
}

#top10{
	width: 222px;
	height: 225px;
	background: #1e1e1e;
	float: left;
	padding: 5px 5px 5px 15px;
}
#top10 h1{
	background: url(img/koptop10.gif) no-repeat;
	height: 13px;
	width: 154px;
	text-indent: -9999em;
	overflow: hidden;
}
#top10 p{
	margin: 5px 0 0 0;
}
#top10 a{
	color: #ffa210;
}
#top10 a:hover{
	text-decoration: underline;
}
#top10promo{
	float: right;
	margin: 0 0 7px 0;
}

.flashpromo{
	margin: 0 0 7px 0;
}


/*Side right*/

#sideright{
	width: 255px;
	margin: 5px 0 0 0;
	float: right;
	background: #000000;
	padding: 5px 5px 0 5px;
}

.item{
	background: #000000;
	text-align: center;
	padding: 5px 0;
	margin: 0 0 5px 0;
}
.item a img{
	margin: 5px auto 5px;
	display: block;
	border: 1px solid #939393;
}
.item a:hover{
	text-decoration: underline;
}

.item .mvdd{
	margin: 8px 0;
}

#sideright .kim img{
	border:#fff 1px solid !important;
}






