@charset "utf-8";
/* CSS Document */

/* Algemene informatie en lettertypes/groottes */
body{
	background:url(../Images/body_bg.jpg) repeat-x #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}
img{
	border:none;
	}
a{
	color:#000000;
	text-decoration:underline;
	}
h1{
	font-size:24px;
	}
h2{
	font-size:14px;
	}
h3{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	}
.clear{
	clear:both;
	height:0px;
	}

/* Vlakverdeling */
#container{
	background:#000000;
	width:800px;
	min-height:730px;
    height:auto !important;
	height:730px;
	margin:0 auto 0 auto;
	padding:0px;
	border:1px solid #ff0000;
	}
#header{
	background:url(../Images/header_bg.jpg) left top no-repeat #000000;
	width:800px;
	height:220px;
	margin:0px;
	padding:0px;
	}
#menu{
	width:800px;
	height:39px;
	margin:0px;
	padding:0px;
	}
#links{
	width:218px;
	min-height:456px;
    height:auto !important;
	height:456px;
	margin:0px;
	padding:0px;
	float:left;
	}
#rechts{
	width:582px;
	min-height:456px;
    height:auto !important;
	height:456px;
	margin:0px;
	padding:0px;
	float:left;
	}
#footer{
	background:#ff0000;
	width:800px;
	height:15px;
	margin:10px 0 0 0;
	padding:1px 0 0 0;
	color:#ffffff;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	}
#footer1{
	background:#ff0000;
	width:800px;
	height:45px;
	margin:0px 0 0 0;
	padding:1px 0 0 0;
	color:#ffffff;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	}
#footer1 A{	
color:#d7d7d7;
}
/* Header Styles */
#taalkeuze{
	width:120px;
	height:24px;
	margin:10px 10px 0 0;
	padding:0px;
	float:right;
	}
#taalkeuze img{
	margin:0 0 0 10px;
	padding:0px;
	float:right;
	}
	
/* Menu Styles */
#menu ul{
	width:800px;
	min-height:20px;
    height:auto !important;
	height:20px;
	margin:0px;
	padding:0px;
	float:left;
	}
#menu ul li{
	width:98px;
	height:18px;
	margin:0px;
	padding:0px;
	float:left;
	text-align:center;
	list-style-type:none;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	}
#menu ul li.laatste{
	width:105px;
	height:18px;
	margin:0px;
	padding:0px;
	float:left;
	text-align:center;
	list-style-type:none;
	border:1px solid #ffffff;
	}
#menu ul li a{
	width:98px;
	height:16px;
	float:left;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
	padding:2px 0 0 0;
	}
#menu ul li a:hover, #menu ul li.laatste a:hover{
	background:#666666;
	}
#menu ul li.laatste a{
	width:105px;
	height:16px;
	float:left;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
	padding:2px 0 0 0;
	}
	
/* Links Styles */
#links_houder{
	background:#333333;
	width:194px;
	min-height:454px;
    height:auto !important;
	height:454px;
	margin:0 0 0 8px;
	padding:0px;
	border:1px solid #ff0000;
	}
#submenu{
	background:#cccccc;
	width:182px;
	min-height:125px;
    height:auto !important;
	height:127px;
	margin:19px 0 0 5px;
	padding:0px;
	border:1px solid #ff0000;
	text-align:center;
	}
#submenu h2{
	margin:0px;
	padding:6px 0 0 0;
	}
#submenu ul{
	margin:12px 11px 4px 12px;
	padding:0px;
	text-align:left;
	}
#submenu ul li{
	margin:0 0 8px 0;
	padding:0px;
	list-style-type:none;
	}
#submenu ul li a{
	background:url(../Images/submenu_btn.jpg) top left no-repeat #cccccc;
	width:133px;
	min-height:16px;
    height:auto !important;
	height:16px;
	margin:0px;
	padding:0 0 0 26px;
	text-decoration:none;
	font-size:10px;
	color:#000000;
	display:block;
	}
#submenu ul li a:hover{
	background:url(../Images/submenu_btn_over.jpg) top left no-repeat #cccccc;
	}
	
/* Rechts Styles */
#rechts_houder{
	background:#333333;
	width:558px;
	min-height:454px;
    height:auto !important;
	height:454px;
	margin:0px;
	padding:0px;
	border:1px solid #ff0000;
	}
#tekstvak{
	background:#cccccc;
	width:500px;
	min-height:300px;
    height:auto !important;
	height:300px;
	margin:19px 28px 19px 28px;
	padding:0px;
	border:1px solid #ff0000;
	}
#content{
	width:420px;
	margin:0px;
	padding:0 40px 0 40px;
	}
#content h1{
	text-align:center;
	margin:0px;
	padding:0px;
	}
#content p{
	margin:0px;
	padding:6px 0 16px 0;
	}
#content ul{
	margin:0px;
	padding:0 0 16px 0;
	list-style-type:none;
	}
#content table{
	margin:6px 0 16px 0;
	padding:0px;
	}
#content form{
	margin:0px;
	padding:0px;
	}
input.contactform{
	background:#ffffff;
	width:126px;
	height:16px;
	margin:0 0 6px 0;
	padding:0px;	
	border:1px solid #000000;
	}
select.contactform{
	background:#ffffff;
	width:128px;
	margin:0 0 6px 0;
	padding:0px;	
	border:1px solid #000000;
	}
textarea.contactform{
	background:#ffffff;
	width:242px;
	height:120px;
	border:1px solid #000000;
	margin:0 0 6px 0;
	padding:0px;
	}
input.contactform_submit{
	background:#ffffff;
	border:1px solid #000000;
	}
	
/* Fotoboek Styles */
#fotoboek{
	width:420px;
	min-height:120px;
    height:auto !important;
	height:120px;
	margin:6px 40px 16px 40px;
	padding:0px;
	}
.foto_vak{
	position:relative;
	background:#5a5a5a;
	width:130px;
	height:164px;
	margin:0 6px 6px 0;
	padding:0px;
	float:left;
	}
.foto_vak_4{
	position:relative;
	background:#5a5a5a;
	width:130px;
	height:164px;
	margin:0 0 6px 0;
	padding:0px;
	float:left;
	}
.foto_houder{
	width:92px;
	margin:4px 0 0 4px;
	padding:0px;
	}
.foto_houder img{
	width:122px;
	max-height:123px;
	margin:0px;
	padding:0px;
	}
.foto_titel{
	position:absolute;
	background:#cccccc;
	width:118px;
	height:29px;
	left:0px;
	bottom:4px;
	margin:4px 0 0 4px;
	padding:0 2px 0 2px;
	overflow:hidden;
	color:#000000;
	}
	
/* Footer Styles */
#footer p{
	margin:0px;
	padding:0px;
	}
#footer a{
	color:#ffffff;
	text-decoration:none;
	}
#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
	}
