/* CSS/XHTML RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,  tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
}

/* FRAMEWORK */

html, body {
	height: 100%;
}

body {
	background: #5d6b15;
}

#container {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: relative;
	width: 100%;
	background: url(../images/template/bg_container.gif) top repeat-x;
}

#site {
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	background: url(../images/template/bg_site.gif) repeat-y;
}

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

#header {
	position: relative;
	float: left;
	width: 1000px;
	height: 200px;
}

#header_left {
	position: relative;
	float: left;
	width: 280px;
	height: 200px;
	background: url(../images/template/bg_header_left.jpg) no-repeat;
}

#header_left #logo {
	position: absolute;
	width: 179px;
	height: 160px;
	top: 11px;
	left: 46px;
}

#header_left #topmenu {
	position: absolute;
	width: 200px;
	height: 19px;
	bottom: 3px;
	left: 74px;
}

#header_left #topmenu img {
	float: left;
}

#header_right {
	position: relative;
	float: left;
	width: 720px;
	height: 200px;
}

#header_right #sfeerfoto {
	position: relative;
	width: 720px;
	height: 171px;
}

#header_right #adres {
	position: relative;
	width: 720px;
	height: 29px;
	background: #947a62;
	text-indent: 48px;
	line-height: 29px;
	color: #ffffff;
	font-size: 11px;
}

#header_right #adres strong {
	color: #ffffff;
}

#header_right #adres span {
	padding: 0px 5px;
	color: #ffffff;
}

#header_right #adres a {
	font-size: 11px;
	color: #ffffff;
}

#menu {
	position: relative;
	float: left;
	width: 232px;
	height: auto;
	padding: 27px 0px 60px 48px;
	background: #cacaa0 url(../images/template/bg_menu.jpg) top no-repeat;
	overflow: hidden;
}

#menu #hoofdmenu {
	position: relative;
	float: right;
	width: 232px;
	height: auto;
	margin-bottom: 16px;
}

#menu #productmenu {
	position: relative;
	float: right;
	width: 232px;
	height: auto;
}

#menu .menuitem {
	width: 232px;
	height: auto;
	position: relative;
	float: right;
}

#menu .menuitem .item {
	width: 232px;
	height: auto;
	position: relative;
	float: right;
}

#menu .menuitem .item a {
	position: relative;
	float: right;
	width: 232px;
	height: 23px;
	text-indent: 28px;
	line-height: 23px;
	font-size: 15px;
	color: #536501;
	text-decoration: none;
}

#menu .menuitem .item a:hover {
	background: url(../images/template/menu/bg_menuitem.png);
}

#menu .menuitem .item a.active:hover {
	background: none;
}

#menu #hoofdmenu .menuitem .item a {
	color: #663300;
}

#menu #productmenu .menuitem .item a:hover {
	color: #cc6633;
}

#menu #productmenu .menuitem .item a.active:hover {
	color: #536501;
}

.submenu {
	width: 232px;
	height: auto;
	position: relative;
	float: right;
}

.submenu .subitem {
	width: 232px;
	height: 20px;
	position: relative;
	float: right;
}

.slider_container {
	width: 232px;
	height: auto;
	position: relative;
	float: right;
}

.slider_content {
	width: 232px;
	height: auto;
	position: relative;
	float: right;
}

.slider_content a {
	width: 232px;
	height: 20px;
	float: left;
	text-indent: 48px;
	line-height: 20px;
	font-size: 12px;
	color: #536501;
	text-decoration: none;
}

.slider_content a:hover {
	color: #cc6633;
}

#content {
	position: relative;
	float: left;
	width: 640px;
	height: auto;
	padding: 30px 33px 50px 47px;
	background: none;
}

.intro {
	font-weight: bold;
	color: #536501;
	width: 315px;
}

#content #leftcol {
	position: relative;
	float: left;
	width: 640px;
	height: auto;
}

#content #rightcol {
	position: relative;
	float: left;
	width: 287px;
	height: auto;
}

#content #rightcol .sfeerimg {
	border: 1px solid #536501;
}

.referentie {
	position: relative;
	float: left;
	width: 122px;
	height: 129px;
	margin: 0px 25px 8px 0px;
	color: #536501;
}

.referentie img {
	position: relative;
	float: left;
	width: 120px;
	height: 92px;
	border: 1px solid #536501;
}

#footer {
	position: relative;
	float: left;
	width: 1000px;
	height: 200px;
}

#footer_left {
	position: relative;
	float: left;
	width: 280px;
	height: 200px;
	background: #b2b680;
}

#footer_left .banner {
	position: absolute;
	width: 158px;
	height: 61px;
	top: 45px;
	left: 0px;
	padding-left: 75px;
	padding-top: 12px;
	background: url(../images/template/banner_footer_left.gif);
	color: #663300;
	font-weight: bold;
}

#footer_left .banner a {
	text-decoration: none;
	font-weight: bold;
	color: #cc6633;
}

#footer_left #realisatie {
	position: absolute;
	width: 280px;
	height: 15px;
	bottom: 8px;
	left: 0px;
	font-size: 10px;
	text-align: center;
}

#footer_left #realisatie a {
	font-size: 10px;
	text-decoration: none;
}

#footer_left #realisatie a:hover {
	font-size: 10px;
	text-decoration: underline;
}

#footer_left #realisatie span {
	padding: 0px 6px;
	font-size: 10px;
}

#footer_right {
	position: relative;
	float: left;
	width: 720px;
	height: 200px;
	background: #dde0cc;
}

#footer_right #images {
	position: relative;
	float: left;
	width: 325px;
	height: 123px;
	margin: 41px 0px 0px 48px;
	display: inline;
}

#footer_right #images img {
	border: 2px solid #ffffff;
}

#footer_right #images .imgleft {
	margin-right: 14px;
}

#footer_right #onlangs {
	position: relative;
	float: left;
	width: 295px;
	height: 153px;
	margin-left: 32px;
	margin-top: 28px;
	display: inline;
}

#footer_right #onlangs p {
	font-size: 11px;
}

#footer_right #onlangs strong {
	font-size: 11px;
	color: #000000;
}

#footer_right #onlangs h2 {
	font-size: 16px;
	color: #536501;
}

#footer_right #onlangs a {
	font-size: 11px;
	color: #536501;
	text-decoration: none;
}

#footer_right #onlangs a:hover {
	text-decoration: underline;
}

/* OPMAAK */

h1 {
	font-size: 26px;
	color: #536501;
	line-height: 25px;
	font-family: Garamond, "Times New Roman", Arial;
}

p {
	margin: 16px 0;
	line-height: 16px;
	font-style: normal;
}

a {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

strong {
	color: #536501;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	width: 200px;
	border: 1px #000 solid;
}