@charset "utf-8";

body{
	background: #e6e6e6;
}

#container {
	width: 750px;
	min-height: 850px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -375px;
	background: url(background.jpg) no-repeat;
}

#audio{
	position: absolute;
	top: 12px;
	left: 562px;
	background: #000;
}

#vlaggen{
	position: absolute;
	width: 34px;
	top: 15px;
	left: 30px;
}

#vlagen{
	float: left;
	margin-top: 8px;
	border: none;
}

#vlagne{
	float: left;
	border: none;
}

#menu{
	position: absolute;
	top: 155px;
	left: 185px;
}

#menu img{
	border: 0px;
}

#content{
	float: left;
	margin-top: 190px;
	margin-left: 205px;
	width: 440px;
	min-height: 400px;
	background: #fff;
	
}

#data{
	position: absolute;
	width: 110px;
	height: 228px;
	top: 285px;
	left: 45px;
}

h1{
	margin: 5px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #82141b;
	font-weight: bold;
}

h2{
	margin: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #82141b;
	font-weight: bold;
}

p{
	margin: 0px 0px 15px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 13px;
	line-height: 1.3;
}

a{
	color: #990000;
	text-decoration: none;
}

a:hover{
	color: #CC3300;
	text-decoration: underline;
}

.light{
	color: #666666;
}

#data p{
	font-size: 11px;
	margin-bottom: 5px;
}

img.left {
	float: left;
	margin: 3px 5px 3px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 3px 5px;
}

#form_naam{
	width: 340px;
}

#form_code{
	width: 250px;
}

#form_bericht{
	width: 340px;
	height: 100px;
}

#veiligheidscode{
	margin-right: 10px;
	float: left;
}

#form_naam, #form_bericht, #form_submit, #form_code{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 13px;
	line-height: 1.3;
	border: 1px solid #999;
	padding: 2px;
	background-color: #fff;
}

