html, body, #container { 
	min-height: 100%; 
	width: 100%; 
	height: 100%;
}
html>body, html>body #container { 
	height: auto;
}
body { 
	margin: 0; 
	padding:0;
	background-image:url(images/background-repeater.jpg);
	background-position:top center;
	background-repeat:y-repeat;
}
body,div,td,tbody,table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	color:#471F05;
} 
a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#635F19;
	}
a:hover {
	color:#000000;
	font-weight:bold;
} 
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #635F19;
}
#container { 
	position: absolute; 
	top: 0; 
	left: 50%; 
	width:700px;
	margin-left: -350px;
}
#topspace {
	position:absolute;
	height:664px;
	width:100%;
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	height: 254px; 
	width: 100%;
	background-position:center top;
}
#nav {
	width: 167px; 
	float: left; 
	padding-bottom: 50px; 
	height: 357px;
}
#content {
	width: 517px;
	float: right;
	height: auto;
	padding-bottom:50px;
}
#footer a{
	color: #BCB531;
}
#footer {
	clear: both; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #BCB531;
	height: 22px; 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	border: none; 
	width: 100%;
	line-height:22px;
	text-align:center;
	background-image: url(images/footer.jpg);
}
.activelink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #635F19;
}
/*//////////////////gastenboek////////////////////////*/
.gb_outer_table{ 
	width: 100%; 
} 
.gb_outer_td{ 
	text-align: center; 
} 
.gb_title_table{ 
	width: 100%; 
} 
.gb_title_td{ 
	text-align: center; width: 50%; 
} 
.gb_form_table{ 
	width: 450; border: dashed 0px #492002; 
} 
.gb_form_td{ 
	text-align: right; 
} 
.gb_berichten_table { 
	text-align: left; width: 100%; border: 0; 
} 
.gb_berichten_td { 
	align: left; 
} 
.gb_entry_table { 
	width: 100%; 
} 
.gb_entry_td { 
	border-top: dashed 0px #492002; 
} 
.gb_entry_bericht_td { 
	padding-bottom: 15px; 
} 
.gb_content_title { 
	color: #492002; font-size: medium;  font-weight: bold;
} 
.gb_content_naam { 
	color: #492002; font-size: small; 
} 
.gb_content_datum { 
	color: #492002; font-size: small; 
} 
.gb_content_bericht { 
	color: #492002; font-size: medium; 
} 
.gb_content_spacer { 
	color: #492002; font-size: small; 
} 
a.gb_link:visited { 
	color: #635F19; 
} 
a.gb_link:link { 
	color: #635F19; 
} 
a.gb_link:hover {
	color:#000000;
	font-weight:bold;
} 
.gb_content_link { 
	font-size: small; 
} 
.gb_content_toevoegtext { 
	color: #492002; 
	font-size: small; 
}
hr {
	color: #492002; 
}

/*//////////////////formulieren////////////////////////*/
#straatnaam {
	width: 200px;
}
#naam, #telefoon, #email {
	width: 262px;
}
#nummer {
	width: 50px;
}
#postcode {
	width: 100px;
}
#woonplaats {
	width: 150px;
}
#idee {
	width: 427px;
	height: 100px;
}
form {
	font-size: small;
}
