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;
}
#text_box {
	text-align:left;
	color:#fcfcfc;
	width:140px;
	margin-left:43px;
}
#content_left {
	margin-left:20px;
	margin-top:25px;
	color:#fcfcfc;
	width:650px;
	margin-right:15px;
}
#content_left2 {
	color:#fcfcfc;
	text-align:center;
	width:240px;
	margin-left:20px;
	margin-top:-408px;
	margin-right:16px;
	height:414px;
	float:right;
	background:url(../_img/bg_left2.jpg);
	background-repeat:repeat-y;
}
#content_index{
	display:block;
	background:#6e6e6e;
	margin-left:10px;
	margin-right:10px;
 	width:947px;
	height:450px;
	border: 1px solid #a8a8a8;
	background-position:left bottom;
}
#content_product{
	display:block;
	background:#6e6e6e;
	background:url(../_img/product_bg.jpg);
	margin-left:10px;
	margin-right:10px;
 	width:947px;
	height:900px;
	border: 1px solid #a8a8a8;
}
#product_left{
	display:block;
	background:#6e6e6e;
 	width:650px;
	height:108px;
	margin-left:225px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
h1 {
	color:#CCCCCC;
}
h3 {
	text-decoration:none;

}
.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;
}


