/* CSS/XHTML RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, 
legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	font-family: Arial, "Trebuchet MS";
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* FRAMEWORK */

html, body {
	height: 100%;
}

body {
	background: url(../images/template/bg_body.jpg) center top no-repeat #000;
}

#container {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: relative;
	width: 100%;
	background: url(../images/template/bg_container.png) right top no-repeat;
}

img.kazen {
	display: none;
}

#site {
	width: 944px;
	height: 679px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
}

#header {
	width: 944px;
	height: 250px;
	float: left;
	position: relative;
}

#menu {
	width: 700px;
	height: 48px;
	float: left;
	margin-top: 153px;
}

#menu a img {
	float: left;
}

#logo {
	width: 212px;
	height: 250px;
	float: right;
}

#content {
	width: 944px;
	height: 352px;
	float: left;
	position: relative;
	margin-top: 14px;
}

#footer {
	width: 944px;
	height: 63px;
	float: left;
	color: #594940;
	text-align: center;
	line-height: 63px;
}

#footer a {
	color: #594940;
}

/* OPMAAK */

h1 {
	margin: 35px 0;
	font-size: 25px;
	color: #000;
	line-height: 25px;
}

p {
	margin-bottom: 16px;
	margin-top: 0;
	line-height: 19px;
	font-style: normal;
}

a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	margin: 0px;
	padding-left: 15px;
	margin-bottom: 16px;
}

li
{
	list-style: disc;
	margin-left: 10px;
}

.sfeerfoto {
	position: absolute;
	left: 0px;
	top: 0px;
}

.terug
{
	width: 161px;
	height: 35px;
	position: absolute;
	top: 18px;
	right: 0px; 
}

.veld
{
	width: 203px;
	height: 16px;
	font-family: Arial, "Trebuchet MS";
	font-size: 12px;
	color: #fff;
	border: 1px solid #672a00;
	background: none;
}

.textarea
{
	width: 203px;
	height: 36px;
	font-family: Arial, "Trebuchet MS";
	font-size: 12px;
	color: #fff;
	overflow: auto;
	border: 1px solid #672a00;
	background: none;
}

.submit
{
	width: 87px;
	height: 21px;
	background: #672a00;
	font-family: Arial, "Trebuchet MS";
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

.kaasmelding
{
	width: 340px;
	height: auto;
	position: absolute;
	top: 18px;
	right: 326px;
	background: #FF0000;
	color: #fff;
	line-height: 18px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
}