/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

* {
	outline: none;
}

a {
	color: #000;
}

#container {
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	position: relative;
	padding: 0;
	width: 100%;
	z-index: 50;
}

#bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background: #93ca64;
	z-index: 1;
}

#site {
	width: 904px;
	position: relative;
	height: 100%;
	padding: 0px 0px 50px 0px;
	text-align: left;
	margin: 0px auto;
	background: url(../images/site.gif) top left repeat-y #fff;
	z-index: 2;
}

#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#header {
	position: relative;
	float: left;
	width: 904px;
}

#header #logo {
	position: relative;
	float: left;
	width: 225px;
	height: 204px;
	padding: 0px 0px 0px 0px;
}

#header #logo img {
	position: absolute;
	left: 10px;
	top: 45px;
}

#header #paginafoto {
	position: relative;
	float: left;
	width: 679px;
	height: 204px;
	background: url(../images/paginafoto.gif);
}

#header #paginafoto span {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 4px;
	height: 200px;
	background: url(../images/shadow.png);
}

#menu {
	position: relative;
	float: left;
	width: 204px;
	padding: 21px 0px 330px 21px;
}

#menu .button {
	position: relative;
	float: left;
	width: 204px;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
	background: url(../images/button.gif);
	margin: 5px 0px 5px 0px;
	display: inline;
}

#menu .button a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
}

#menu .button a:hover, #menu .button a.active {
	color: #fff;
}

#menu #submenu {
	position: relative;
	float: left;
	width: 174px;
	padding: 0px 0px 0px 31px;
}

#menu #submenu a {
	position: relative;
	float: left;
	width: 174px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
}

#content {
	position: relative;
	float: left;
	width: 629px;
	padding: 25px 25px 200px 25px;
}

#content h1 {
	padding: 10px 0px 19px 0px;
	margin: 0px;
	font-size: 14px;
}

#content #tekst {
	position: relative;
	float: left;
	width: 629px;
	font-size: 13px;
	line-height: 24px;
}

#content #tekst form.frm {
	position: relative;
	float: left;
	width: 629px;
	padding: 0px 0px 20px 0px;
}

#content #tekst form.frm .caption {
	width: 200px;
}

#content #tekst form.frm input.text, #content #tekst form.frm textarea {
	padding: 3px;
	border: 1px #203d8f solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px 0px;
	display: inline;
	width: 200px;
}

#content #tekst form.frm textarea {
	height: 50px;
	overflow: auto;
}

#content #tekst form.frm .required {
	width: 20px;
	text-align: right;
}

#content #tekst form.frm .submit {
	padding: 3px;
	border: 1px #203d8f solid;
	background: #203d8f;
	cursor: pointer;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px 0px;
	display: inline;
	width: 150px;
}

#content #tekst .fout {
	position: relative;
	float: left;
	width: 609px;
	margin: 0px 0px 10px 0px;
	display: inline;
	padding: 10px;
	border: 1px #203d8f solid;
	background: #d2d8e9;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 200px;
	background: url(../images/footer.gif);
	z-index: 100;
}

#footer #fcontent {
	position: relative;
	margin: 0px auto;
	width: 900px;
	height: 200px;
}

#footer #fcontent .kolom {
	position: relative;
	float: left;
	width: 185px;
	height: 160px;
	padding: 20px;
	color: #d2d8e9;
	line-height: 22px;
	font-size: 12px;
}

#footer #fcontent .kolom a {
	text-decoration: none;
	color: #d2d8e9;
}

#footer #fcontent .kolom h2, #footer #fcontent .kolom span {
	position: relative;
	float: left;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

#footer #fcontent #realisatie {
	position: absolute;
	top: 170px;
	left: 20px;
	color: #9babd7;
	font-size: 10px;
	font-weight: normal;
}

#footer #fcontent #realisatie a {
	color: #9babd7;
	text-decoration: none;
}

#footer #fcontent #realisatie span {
	padding: 0px 15px;
}

#footer #fcontent #komo {
	position: absolute;
	left: 20px;
	top: -98px;
}

#footer #fcontent #nvs {
	position: absolute;
	left: 112px;
	top: -98px;
}
