/* structure */
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-image:url(images/background_repeat.jpg);
	background-repeat:repeat-y;
	background-position:bottom;
}
html>body #container {
	height: auto;
}

#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#header {
	width:700px;
	height:250px;
	margin:0px auto;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#header img.space {
	width:  700px;
	height: 250px;
	border: 0;
}
#contentholder {
	padding-bottom: 48px;
	width:700px;
	margin:0px auto;
}
#nav {
	width:215px;
	float:left;
	padding-top: 18px;
	margin-left:3px;
}
#content {
	padding-top:0px;
	width:375px;
	margin-left:290px;
	margin-right:30px
}
#break {
	clear:both;
}
#footer {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height:40px;
	line-height:40px;
	text-indent: 235px;
	/*background-image:url(images/footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;*/
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
}

/* text */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:normal;
	color:white;
	line-height: 1.4;
} 
a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: white;
	}
a:hover {
	color: white;
} 
h1 {
	font-family: arial;
	font-size: medium;
	font-weight: bold;
	color: white;
	margin: 18px 0px 0px 0px;
}
p {
	margin: 0px 0px 15px 0px;
}

img.left {
	margin: 0px 8px 4px 0px;
	float: left;
	border: solid 3px white;
}

img.right {
	margin: 0px 0px 4px 8px;
	float: right;
	border: solid 3px white;
}
img.normal {
	margin: 4px;
	border: solid 3px white;
}
img.noborder {
	margin: 4px;
}
img {
	border: solid 1px white;
}

/* menu */
#nav ul {
	list-style-type: none;
}

#nav ul li {
	width: 174px;
	height: 24px;
	background-image:url(images/menuitem.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#nav a:link, #nav a:active, #nav a:visited {
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
}

/* overige opmaak */
.imgHolder {
	margin-bottom: 10px;
}
.imgHolder .text {
	font-style: italic; 
}

/* form fields */
.naam, .emailadres, .telefoon, .fax { width: 230px; }
.straat { width: 180px; }
.huisnummer { width: 40px; }
.postcode { width: 65px; } 
.plaats { width: 155px; } 
.opmerking { width: 230px; height: 50px; }