/* CSS Document */

*{
	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{
	background: #000 url(../img/bodybg.png) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
}

a{
	color: #f358aa;
	text-decoration: none;
}

a:hover{ 
	text-decoration: underline;
}

a img{
	border: none;
}

#wrapper{
	background: url(../img/headerbg.jpg) no-repeat 0 64px;
  /*background: url(../img/SSP_kerstheader2009.jpg) no-repeat 0 64px;*/
	width: 1000px;
	margin: 0 auto 0 auto;
}

#top{
	background: url(../img/topbg.png) repeat-x;
	height: 64px;
}

#top .homebutton{
	float: left;
}

#top ul{
	float: right;
	padding-top: 25px;
	list-style: none;
	font-size: 16px;
}

#top ul li{
	float: left;
}

#top ul li a{
	float: left;
	display: block;
	color: #fff;
}

.sidebar{
	float: left;
	width: 206px;
}

#sidebartop{
	width: 206px;
	height: 12px;
	margin-top: 30px;
	background: url(../img/sidebartop.png) no-repeat;
}

#sidebarcontent{
	width: 184px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #090909 url(../img/sidebarbg.png) repeat-x;
	padding: 0px 10px 10px 10px;
}

* html #sidebarcontent{
	margin-top: -5px;
}

#sidebarcontent #snelstartpunt{
	background: url(../img/snelstart.png) no-repeat;
	width: 154px;
	height: 25px;
	font-size: 12px;
	text-indent: -9999em;
	padding: 0 0 10px 0;
}

#sidebarcontent h2{
	font-size: 13px;
	padding-bottom: 7px;
}

/* kimpromootje */
#sidebarcontent .kimitem{
  width: 155px;
	text-align: center;
	padding: 5px 0;
	margin: 10px 0 5px 0;
	background: url(../img/kimpromobg.jpg) no-repeat;
	background-color: #a73006;
}

.kimitem h1{
	text-indent: -9999px;
	margin-bottom: 11px;
}

#sidebarcontent .kimitem img{
	border:#fff 1px solid !important;
}

#sidebarcontent .kimitem a{
  color: #fff;
}

#sidebarcontent .kimitem a:hover{
	text-decoration: underline;
}

.zoeken{
	padding-bottom: 10px;
}

.zoekbalk{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 175px;
	color: #181818;
}

.zoekbutton{
	float: right;
	margin-top: 2px;
	border: none;
	background: #cacaca;
}

.snelkiezer{
	padding-bottom: 10px;
}

.dropdown{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 175px;
	color: #181818;
}

.catkiezer{
	padding-bottom: 15px;
}

#sexsmaken{
	width: 128px;
	height: 23px;
	background: url(../img/sexsmaken.png) no-repeat;
	font-size: 13px;
	text-indent: -9999em;
	padding-bottom: 7px;
}

#sidebarcontent dl dt{
	padding-top: 3px;
}

#sidebarcontent dl dt a{
	font-size: 15px;
	color: #fff;
}

#sidebarcontent dl dd a{
	font-size: 13px;
	text-indent: 8px;
}

#content{
	padding: 10px 10px 0 10px;
	width: 774px;
	float: right;
	margin-top: 130px;
	background: #181818;
}

#content h1{
	font-size: 22px;
	padding-bottom: 5px;
}

#content .aanbevolen{
	padding-bottom: 15px;
	font-size: 14px;
}

#content .aanbevolen .tip{
	float: left;
	width: 190px;
	text-align: center;
}

#topcammers{
	padding-bottom: 8px;
}

#topcammers .camitem{
	width: 192px;
	float: left;
	font-size: 14px;
}

#topcammers .camitem .imgborder{
	width: 178px;
	height: 133px;
	display: block;
	margin: 6px auto 6px;
	border: 1px solid #fff;
	background: #000;
	overflow:hidden;
}

#topcammers .camitem img{
	width: 178px;
}

#topcammers .camitem p{
	margin-left: 6px;
	font-size: 16px;
}

#topcammers .camitem p a{
	background: url(../img/bgonline.gif) no-repeat left center;
	padding: 0 0 0 17px;
	font-weight: bold;
}

#topcammers .camitem .button{
	width: 180px;
	height: 35px;
	margin: 0 auto;
	display: block;
	text-indent: -9990em;
	overflow: hidden;
}

#topcammers .camitem .button.chat{
	background: url(../img/buttonchat.gif) no-repeat left center;
}

#topcammers .camitem .button.chat:hover{
	background: url(../img/buttonchathover.gif) no-repeat left center;
}

#topcammers .camitem .button.offline{
	background: url(../img/buttoncams.gif) no-repeat left center;
}

.camactie{
	display: block;
	margin-top: 8px;
	width: 774p;
	height: 200px;
}

.hotcontainer{
	padding-bottom: 10px;
}

.hotcontainer .hottekst{
	float: left;
	width: 250px;
	padding-right: 5px;
}

.hotcontainer .hottekst h2{
	font-size: 14px;
}

.hotcontainer .hottekst p{
	padding: 5px 0;
}

.flitsenpromo{
	padding-bottom: 10px;
}

.flitsenpromo .flitsleft{
	float: left;
	width: 380px;
}

.flitsenpromo .flitsleft .flash{
	float: left;
	width: 210px;
}

.flitsenpromo .flitsleft p{
	float: right;
	width: 170px;
}

.flitsenpromo .flitsleft p a{
	display: block;
}

.flitsenpromo .flitsright{
	float: right;
	width: 380px;
}

.flitsenpromo .flitsright .flash{
	float: left;
	width: 210px;
}

.flitsenpromo .flitsright p{
	float: right;
	width: 170px;
}

.flitsenpromo .flitsright p a{
	display: block;
}

#camcontainer{
}

#camcontainer .camitem{
	width: 100px;
	float: left;
	padding: 0 8px 8px 0;
}

#camcontainer .camitem .imgborder{
	width: 100px;
	height: 75px;
	overflow:hidden;
	display: block;
}
#camcontainer .camitem .imgborder a{
	width: 100px;
	height: 75px;
	display: table-cell; 
	vertical-align: middle;
}

#camcontainer .camitem .imgborder a img{
	width: 100px;
}

#camcontainer .camitem p{
	padding-bottom: 4px;
	font-size: 11px;
	height:15px;
}

#camcontainer .camitem .profiel{
	padding: 4px 0;
	background: #747474;
	width: 98px;
	display: block;
	border: 1px solid #fff;
	font-size: 11px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2px;
}

#camcontainer .camitem .profiel:hover{
	background: #4a4a4a;
	text-decoration: none;
}

#camcontainer .camitem .chat{
	padding: 4px 0;
	background: #409546;
	width: 98px;
	display: block;
	border: 1px solid #fff;
	font-size: 11px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#camcontainer .camitem .chat:hover{
	background: #2f7a34;
	text-decoration: none;
}

#camcontainer .camitem .offline{
	padding: 4px 0;
	background: #62282c;
	width: 98px;
	display: block;
	border: 1px solid #fff;
	font-size: 11px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#camcontainer .camitem .offline:hover{
	text-decoration: none;
}

.spacer{
	margin-top:10px;
}

.dagitems{
	padding-bottom: 15px;
}

.dagitems .item{
	width: 280px;
	float: left;
	padding-right: 15px;
}

.dagitems .item h2, .dagitems .top10 h2{
	padding-bottom: 8px;
	font-size: 16px;
}

.dagitems .item a img{
	width: 130px;
	float: left;
}

.dagitems .item p{
	width: 130px;
	float: right;
	padding-bottom: 8px;
}

.dagitems .item ol{
	list-style-position: inside;
}

.dagitems .item ol li a{
	padding-left: 5px;
}

.dagitems .top10{
	width: 150px;
	float: right;
	padding-right: 8px;
}

.dagitems .top10 a{
	width: auto;
	float: none;
}

/*Footer*/

#footer{
	background:#481c34 url(../img/footerbg.gif) repeat-x;
	margin-top:5px;
	text-align:left;
	color: #fff;
}

#footerbg{
  background:url(../img/footerbg2.gif) no-repeat right top;
  padding-top: 26px;
  width: 900px;
	margin: 0 auto 0 auto;
}

#footer a{
	font-size:10px;
	color: #fff;
}

#footercontent{
	width: 900px;
	margin: 0px auto 0 auto;
	overflow: hidden;
}

#footerleft{
	background:url(../img/footerlogo.jpg) no-repeat;
	width: 226px;
	padding-top: 41px;
	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: 158px;
	font-size: 11px;
}

#footerleft form .searchbutton{
	font-size: 9px;
	margin: 10px 0 0 0;
}

#footerleft form label{
	padding-bottom: 4px;

	
}

#footerleft form #footersnelkiezer{
	width: 214px;
	margin: 0 0 0 0px;
}

#footerleft p{
	font-size: 10px;
}

#footerright{
	float: right;
	width: 640px;
}

#footerright .list{
	width: 150px;
	padding-right: 10px;
	float: left;
	text-align:left;
}

#footerright .list h1{
	font-size: 14px;
	color: #fff;
}

#footerright .list ul{
	list-style: none;
	padding-top: 10px;
}

#footerbottom{
	clear: both;
	text-align: center;
	padding: 25px 0 10px 0;
}

#dateprive{
	background: url(../img/dpBanBack2.gif) no-repeat;
	width: 155px;
	height: 195px;
	padding: 50px 0 0 0;
	margin: 0 0 5px 0;
	text-align: center;
}

#dateprive a img{
	display: block;
	width: 125px;
	height: 160px;
	margin: 0 auto 5px;
}

#dateprive .datebanner{
	display: block;
	width: 125px;
	height: 160px;
	margin: 0 auto 5px;
}

#dateprive a{
	color: #6b0000;
}

/*scs*/
#scs{
  width: 155px;
	background-image: url(../img/ebBack.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin:0px;
	color:#000;
}