@charset "utf-8";
/* 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*/

a {
color:#cb008f;
text-decoration:none;

}

a:hover{
	text-decoration: underline;
}


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: #000 url(../img/bgbody.jpg) repeat-x;
}

img{
	border: none;
}

#wrapper {
	width:966px;
	margin:auto;
	background:url(../img/header.jpg) no-repeat;
	padding: 168px 0 0 0 ;
	
	
}

#maincontent {
	width:894px;
	background:#fff;
	margin:auto;
	padding: 3px;
}

#maincontent_in {
	width: 872px;
	border: 1px solid #999;
	padding: 10px;

}

#contentleft{
	width:445px;
	float:left;

}

#contentright{
	width: 400px;
	float: right;

}

.replace {
	font-size: 22px;
	font-weight: bold;
	color:#cb008f;
}

.smallreplace {
	font-size: 14px;
	font-weight: bold;
	color:#cb008f;
}
	
.pagina {
	width: 350px;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 0 125px;
}
	
.meisjes {
	width: 445px;
	border-bottom:1px solid #cb008f;
	padding: 20px 0 20px 0;
}

.meisjeimg img{
	width:112px;
	height:150px;
	float:left;
}

.right {
	width: 320px;
	float: right;
}

.datum {
	width: 31px;
	height: 34px;
	background: url(../img/datum.jpg) no-repeat;
	float: left;
	text-align: center;
	padding: 6px 0 0 0;
}

.meisjes .datum .maand {
	font-size: 12px;
	color:#cb008f;
}

.dag {
	font-size: 14px;
	font-weight: bold;
	color:#cb008f;
}

.head{
	width: 275px;
	height: 55px;
	float: left;
	margin-left: 10px;
}

.subtitel {
	font-size: 11px;
	color: #aeaeae;
}

.subtitel a{
	color: #ad6096;
}

.tekst{
	clear: both;
}

.tekst a{
	font-weight: bold;
}

.fotos{
	margin-top: 10px;
}

.fotos a{
	margin-right: 8px;
	font-weight: bold;
	font-size: 12px;
}


#menu {
	width:128px;
	float:left;
}

.homebutton{
	display: block;
	overflow: hidden;
	width: 128px;
	height: 44px;
	background: url(../img/buttonhome1.png) no-repeat;
	margin-bottom: 5px;
}

.homebutton:hover{
	background: url(../img/buttonhome2.png) no-repeat;
}

.bookmarkbutton{
	display: block;
	overflow: hidden;
	width: 128px;
	height: 45px;
	background: url(../img/buttonbookmark1.png) no-repeat;
	margin-bottom: 10px;
}

.bookmarkbutton:hover{
	background: url(../img/buttonbookmark2.png) no-repeat;
}

#navkop {
	width:128px;
	height:29px;
	background:url(../img/bgarchief.png) no-repeat; 
	font-size: 14px;
	text-indent: -9999em;
}

#navlist{
	border-bottom: 1px solid gray;
	width: 128px;
	background-color:#000;
	font-size: 12px;
}



#navlist li{
	list-style: none;
	border-top: 1px dotted #cb008f;
	height: 23px;
	width: 128px;
}

#navlist li a { 
	text-decoration: none; 
	padding: 5px 0 5px 12px;
	width: 116px;
	height: 13px;
	display: block;
	color: #ccc;
}

#navlist li a:hover { 
	text-decoration: none; 
	color: #cb0090;
	background: #1b1b1b;
}


.meisjevandaagkop {
	width:255px;
	height:30px;
	background:url(../img/bgmeisjevandaag.jpg);
	font-size: 14px;
	text-indent: -9999em;
	float: right;
}

.meisjevandaagkop2 {
	width:255px;
	height:30px;
	background:url(../img/bgmeisjemaand.jpg);
	font-size: 14px;
	text-indent: -9999em;
	float: right;
}

.meisjevandaag {
	width:233px;
	float:right;
	border:1px solid #999;
	padding: 10px;
	margin-bottom:15px;
}

.meisjevandaag p{
	width: 100px;
	float:right;
	color:#666;
	padding-bottom: 10px;
}

.meisjevandaag img{
	width:112px;
	height:150px;
	float:left;
	margin-right: 10px;
}

#webcamkop {
	width: 230px;
	font-size: 22px;
	font-weight: bold;
	color:#cb008f;
	float:left;
	padding-left:10px;

}

#webcamsub {
	width: 330px;
	font-size: 12px;
	font-weight: bold;
	padding-left:70px;
	margin-top:3px;

}

#webcams {
	width: 390px;
}

#hottexten{
	border: 1px solid #b3b3b3;
	border-top: none;
}

#hotkop {
	width:400px;
	height:31px;
	background:url(../img/headerhot.png);
	margin-top:29px;
	font-size: 14px;
	text-indent: -9999em;
}

.hotitem{
	width: 380px;
	margin: auto;
	padding: 10px;
}

.hotbg{
	background-color:#ccc;

}

.hotitemkop {
	font-size: 14px;
	font-weight: bold;
	color: #cb008f;

}
.hotimg{
	width: 100px;
	height: 100px;
	float: right;
}

.hotimg img{
	display: block;
	width: 98px;
	height: 98px;
	margin: 0 0 0 8px;
	border: solid 1px #fff;
}

.hottext{
	width: 270px;
	float: left;
	color:#333;
}

.hottext a{
	color: #cb008f;
}

.hottext p{
	margin: 0 0 6px 0;
}

.hotmeer {
	margin: 10px 0 0px 0 ;
	font-weight: bold;

}

#footer {
	width:968px;
	text-align:center;
	margin:auto;
	background-color:#000;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;

}

#archiefcontainer{
}

.archief {
	float:left;
	padding: 22px 11px 15px 11px;
	width:113px;

}

.archief img {
	display: block;
	margin-bottom: 5px;
}

.archiefkop {
	width:113px;
	font-size: 13px;
	font-weight: bold;
}
.archiefdatum {
	font-size: 10px;
	width:113px;
}

.archiefsite {
	font-size: 10px;
	width:113px;
}
