@charset "utf-8";
* {
	border:none;
	list-style:none;
	margin:0px;
	padding:0px;
}
body {
background:#282828;
font-family:Tahoma;
font-size:11px;
color:#ffffff;
}
a.navigatie {
color:#ffffff;
text-decoration:none;
}
a.navigatie:hover {
color:#ffffff;
text-decoration:none;
font-weight:bold;
}
a.menu {
color:#ffffff;
text-decoration:none;
display:block;
width:210px;
height:25px;
}
a.menu:hover {
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
div#container {
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
overflow:hidden;
width:900px;
}
* html div#container {
overflow:visible;
}
.rand {
border:1px solid #e91b8e;
color:#ffffff;
}

/* Einde CSS algemeen */
/* Begin header website */

div#container div#header_naam {
background:url(../afbeeldingen/header_naam.jpg);
width:900px;
height:46px;
float:left;
}
div#container div#header_afbeelding {
background:url(../afbeeldingen/header_afbeelding.jpg);
width:900px;
height:175px;
float:left;
}

/* Einde header website */
/* Begin Content website */

div#container div#content_banner {
background:url(../afbeeldingen/content_banner.jpg);
width:530px;
height:80px;
float:left;
}
div#container div#content_banner p.banner {
padding-top:9px;
margin-left:31px;
}
div#container div#content_links {
	background:#282828;
	width:82px;
	height:1125px;
	float:left;
}
div#container div#content_rechts {
background:#282828;
width:81px;
height:879px;
float:right;
}

/* Einde header website */
/* Begin Menu gedeelte */

div#container div#menu_bovenbalk {
background:url(../afbeeldingen/menu_bovenbalk.jpg);
width:207px;
height:9px;
float:left;
}
div#container div#menu_hoofd {
float:left;
margin-top:-71px;
}
div#container div#menu_leeftijd {
width:207px;
height:128px;
float:left;
margin-top:-2px;
}
div#container .titel {
background:url(../afbeeldingen/menu_titel.jpg);
display: block; 
border:none;
width:207px;
height:23px;
}
p.titeleen {
padding-top:5px;
margin-left:11px;
font-weight:bold;
}
p.link {
padding-top:5px;
margin-left:31px;
}
p.linkbodem {
padding-top:6px;
margin-left:31px;
}
div#container .balk {
background:url(../afbeeldingen/menu_balk.jpg);
display: block; 
border:none;
width:207px;
height:25px;
}
div#container .bodem {
background:url(../afbeeldingen/menu_bodem.jpg);
display: block; 
border:none;
width:207px;
height:30px;
}
div#container div#menu_reclame {
	background:url(../afbeeldingen/menu_reclame.jpg);
	width:207px;
	height:930px;
	float:left;
	margin-top:0px;
}
div#container div#menu_reclame p.titeleen {
padding-top:5px;
margin-left:11px;
font-weight:bold;
}
div#container div#menu_reclame p.banner1 {
padding-top:18px;
margin-left:30px;
color:#ffffff;
text-decoration:none;
}
div#container div#menu_reclame p.banner2 {
padding-top:30px;
margin-left:30px;
color:#ffffff;
text-decoration:none;
}

/* Einde Menu gedeelte */
/* Begin Webcams gedeelte */

div#container div#content_webcams {
	background:#EABCD6;
	width:530px;
	float:right;

	clear: none;
}
div#container div#content_webcams p.webcams {
margin-top: 15px;
margin-left: 40px;
}
div#container div#content_webcamsnav {
background:url(../afbeeldingen/content_webcamsnav.jpg);
width:737px;
height:30px;
float:left;
margin-top:-1px;
}
div#container div#content_webcams p.uitlegnav {
padding-top: 30px;
text-align:center;
}
div#container div#content_webcams p.nav {
padding-top: 45px;
margin-left: 80px;
}

/* Einde Webcams gedeelte */
/* Begin Footer website */

div#container div#footer {
	background:#282828;
	width:900px;
	height:24px;
	float:left;
}
div#container div#footer p {
	color:#FFFFFF;
	padding-top: 7px;
	text-align:center;
}

