html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#000 url(../_img/bg_page.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	height: 100% auto;
	padding-bottom:10px;
}
a {
	color:#ddd;
}
a:hover {
	color:#fff;
}
#banner {
	width:967px;
	height:172px;
	display:block;
	float:left;
}
#nav {
	display: block;
	float: left;
}
#container {
	margin-left:auto;
	margin-right:auto;
 	width:967px;
	height:100%;
	margin-bottom:10px;
}
#contentborder{
	border: 1px solid #7a7a7a;
 	width:967px;
	height:100%;
}
#content_home{
	display:block;
	background:#6e6e6e;
	background:url(../_img/bg_home.jpg);
	background-repeat:repeat-y;
	margin-left:10px;
	margin-right:10px;
 	width:947px;
	border: 1px solid #a8a8a8;
	background-position:left bottom;
}
#content_products{
	display:block;
	background:#6e6e6e;
	background:url(../_img/bg_products.jpg);
	background-repeat:repeat-y;
	margin-left:10px;
	margin-right:10px;
 	width:947px;
	border: 1px solid #a8a8a8;
	background-position:left bottom;
}
#content_about{
	display:block;
	background:#6e6e6e;
	background:url(../_img/bg_about.jpg);
	background-repeat:repeat-y;
	margin-left:10px;
	margin-right:10px;
 	width:947px;
	border: 1px solid #a8a8a8;
	background-position:left bottom;
}
#content_location{
	display:block;
	background:#6e6e6e;
	background:url(../_img/bg_location.jpg);
	background-repeat:repeat-y;
	margin-left:10px;
	margin-right:10px;
 	width:947px;
	border: 1px solid #a8a8a8;
	background-position:left bottom;
}
#content_links{
	display:block;
	background:#6e6e6e;
	background:url(../_img/bg_links.jpg);
	background-repeat:repeat-y;
	margin-left:10px;
	margin-right:10px;
 	width:947px;
	border: 1px solid #a8a8a8;
	background-position:left bottom;
}
#content_contact{
	display:block;
	background:#6e6e6e;
	background:url(../_img/bg_contact.jpg);
	background-repeat:repeat-y;
	margin-left:10px;
	margin-right:10px;
 	width:947px;
	border: 1px solid #a8a8a8;
	background-position:left bottom;
}
#content_guestbook{
	display:block;
	background:#6e6e6e;
	background:url(../_img/bg_guestbook.jpg);
	background-repeat:repeat-y;
	margin-left:10px;
	margin-right:10px;
 	width:947px;
	border: 1px solid #a8a8a8;
	background-position:left bottom;
}
#content_right {
	margin-left:270px;
	color:#fcfcfc;
	margin-top:20px;
	margin-right:15px;
	/*background:url(../_img/bg_content.jpg);*/
	background-repeat:no-repeat;
	background-position:right bottom;
}
h1 {
	color:#CCCCCC;
}
.contact_form {
	width:220px;
	background:#d4d4d4;
}
.comments {
	font-family: Arial, Helvetica, sans-serif;
	background:#d4d4d4;
	width:220px;
	overflow:auto;
}
.verzend {
	background:#000;
	color:#d4d4d4;
	width:120px;
	border: 1px solid;
	border-top:#aaa;
	border-left:#aaa;
		border-bottom:#333;
	border-right:#333;
}
#footer {
	line-height:24px;
	margin-left:10px;
	color:#ababab;
	height:22px;
}
#footer a {
	text-decoration:none;
	color:#666666;
	line-height:24px;
	margin-right:10px;
}
#footer a:hover {
	text-decoration:underline;
}

