* {
	margin:0;
	padding:0;
}
body, html {
	height:100%;
	width:100%;
	background:#fff url('http://images.weserv.nl/?url=heegerwal.wedev.eu/upload/website-achtergrond.jpg') center top fixed no-repeat;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
p { margin-top:10px; }
a img { border:0; }
#wrapper1 {
	width:100%;
	height:100%;
	background:transparent url('http://images.weserv.nl/?url=heegerwal.wedev.eu/images/foto-banner.jpg') 0 120px repeat-x;
}
#wrapper2 {
	width:1024px;
	margin:0 auto;
	height:100%;
	background:transparent url('images/logo-vogel.gif') 40px 55px no-repeat;
}
#header {
	width:624px;
	height:210px;
	padding:80px 0 0 510px;
	text-align:left;
}
#menu {
	width:500px;
	height:40px;
}
#menu ul {
	height:40px;
	list-style:none;
}
#menu ul li {
	float:right;
	color:#fff;
}

#menu ul li a {
	display:block;
	height:30px;
	padding:0 10px;
	font-size:22px;
	text-decoration:none;
	color:#fff;
}
#menu ul li a:hover, #menu ul li#current a { text-decoration:underline; }
#content, #submenu {
	color: black;
	font-size:16px;
	padding:10px;
	border:1px solid #000;
	background:url('images/content-bg.png') repeat;
}
#content {
	float:right;
	margin-right:20px;
	width:720px;
}
#submenu {
	float:left;
	width:160px;
	background:url('images/content-bg.png') repeat;
}
#submenu ul { margin-left:30px; }
#submenu ul li a {
	text-decoration:none;
	color: black;
}
#submenu ul li a:hover { text-decoration:underline; }
/* Forms */
form {
	width:460px;
	}
form br {
	clear:both;
}
fieldset {
	padding:10px;
	width:460px;
	margin-bottom:10px;
	}
legend {
	padding:2px 5px;
	margin-bottom:5px;
	font-size:0.9em;
	}
label {
	float:left; 
	width:95px;
	margin-right:5px;
	text-align:right;
	font-size:0.8em;
	}
input {
	float:left;
	width:195px;
	margin:1px 0;
	padding:1px;
	font-size:0.8em;
	}
#submit, #reset {
	background-color:#fff;
	width:140px;
	margin-left:100px;
	text-align:center;
	letter-spacing:1px;
	}
#reset {
	margin-left:20px;
	}
.radio {
	display:inline;
	width:45px;
	border:0px;
	}
select	{
	display:block;
	float:left;
	width:199px;
	margin:1px 0;
	padding:1px;
	text-align:left;
	background-color:#fff;
	font-size:0.8em;
	}
textarea {
	width:300px;
	padding:1px
	}
.form-right label {
	display:none;
	}
.fout {
	border:1px solid !important;
}
select, input, textarea {
	border:1px solid;
	}
fieldset, legend {
	border:1px solid;
	}
/* Fotoalbum */
a.fotothumb {
	display:block;
	float:left;
	width:125px;
	padding:0 0 0 25px;
	margin:0 0 0 25px;
	text-decoration:none;
	}
a.fotothumb img {
	display:block !important;
	float:none !important;
	margin:0 0 0 -25px !important;
}
