/* 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%;
	vertical-align: baseline;
	background: transparent;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}

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: #fff;
}

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

#site {
	width: 864px;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding-bottom: 159px;
}

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

#header {
	position: relative;
	float: left;
	width: 864px;
	height: 182px;
}

#header #logo {
	position: relative;
	float: left;
	width: 326px;
	height: 106px;
	margin-left: -20px;
	margin-top: 38px;
}

#header #menu {
	position: relative;
	float: left;
	width: 489px;
	height: 43px;
	margin-top: 91px;
	margin-left: 65px;
}

#header #menu li {
	display: inline;
}

#header #menu #btn_home a {
	position: relative;
	float: left;
	width: 64px;
	height: 43px;
	background: url(../images/template/btn_home.gif) no-repeat;
}

#header #menu #btn_home a:hover {
	position: relative;
	float: left;
	width: 64px;
	height: 43px;
	background: url(../images/template/btn_home_ro.gif) no-repeat;
}

#header #menu #btn_home a.home_actief {
	position: relative;
	float: left;
	width: 64px;
	height: 43px;
	background: url(../images/template/btn_home_actief.gif) no-repeat;
	cursor: default;
}

#header #menu #btn_home a.home_actief:hover {
	position: relative;
	float: left;
	width: 64px;
	height: 43px;
	background: url(../images/template/btn_home_actief.gif) no-repeat;
	cursor: default;
}

#header #menu #btn_groeneleefruimte a {
	position: relative;
	float: left;
	width: 149px;
	height: 43px;
	background: url(../images/template/btn_groeneleefruimte.gif) no-repeat;
}

#header #menu #btn_groeneleefruimte a:hover {
	position: relative;
	float: left;
	width: 149px;
	height: 43px;
	background: url(../images/template/btn_groeneleefruimte_ro.gif) no-repeat;
}

#header #menu #btn_groeneleefruimte a.groeneleefruimte_actief {
	position: relative;
	float: left;
	width: 149px;
	height: 43px;
	background: url(../images/template/btn_groeneleefruimte_actief.gif) no-repeat;
	cursor: default;
}

#header #menu #btn_groeneleefruimte a.groeneleefruimte_actief:hover {
	position: relative;
	float: left;
	width: 149px;
	height: 43px;
	background: url(../images/template/btn_groeneleefruimte_actief.gif) no-repeat;
	cursor: default;
}

#header #menu #btn_aanleg a {
	position: relative;
	float: left;
	width: 75px;
	height: 43px;
	background: url(../images/template/btn_aanleg.gif) no-repeat;
}

#header #menu #btn_aanleg a:hover {
	position: relative;
	float: left;
	width: 75px;
	height: 43px;
	background: url(../images/template/btn_aanleg_ro.gif) no-repeat;
}

#header #menu #btn_aanleg a.aanleg_actief {
	position: relative;
	float: left;
	width: 75px;
	height: 43px;
	background: url(../images/template/btn_aanleg_actief.gif) no-repeat;
	cursor: default;
}


#header #menu #btn_aanleg a.aanleg_actief:hover {
	position: relative;
	float: left;
	width: 75px;
	height: 43px;
	background: url(../images/template/btn_aanleg_actief.gif) no-repeat;
	cursor: default;
}

#header #menu #btn_onderhoud a {
	position: relative;
	float: left;
	width: 105px;
	height: 43px;
	background: url(../images/template/btn_onderhoud.gif) no-repeat;
}

#header #menu #btn_onderhoud a:hover {
	position: relative;
	float: left;
	width: 105px;
	height: 43px;
	background: url(../images/template/btn_onderhoud_ro.gif) no-repeat;
}

#header #menu #btn_onderhoud a.onderhoud_actief {
	position: relative;
	float: left;
	width: 105px;
	height: 43px;
	background: url(../images/template/btn_onderhoud_actief.gif) no-repeat;
	cursor: default;
}

#header #menu #btn_onderhoud a.onderhoud_actief:hover {
	position: relative;
	float: left;
	width: 105px;
	height: 43px;
	background: url(../images/template/btn_onderhoud_actief.gif) no-repeat;
	cursor: default;
}

#header #menu #btn_contact a {
	position: relative;
	float: left;
	width: 75px;
	height: 43px;
	background: url(../images/template/btn_contact.gif) no-repeat;
}

#header #menu #btn_contact a:hover {
	position: relative;
	float: left;
	width: 75px;
	height: 43px;
	background: url(../images/template/btn_contact_ro.gif) no-repeat;
}

#header #menu #btn_contact a.contact_actief {
	position: relative;
	float: left;
	width: 75px;
	height: 43px;
	background: url(../images/template/btn_contact_actief.gif) no-repeat;
	cursor: default;
}

#header #menu #btn_contact a.contact_actief:hover {
	position: relative;
	float: left;
	width: 75px;
	height: 43px;
	background: url(../images/template/btn_contact_actief.gif) no-repeat;
	cursor: default;
}

#sfeer {
	position: relative;
	float: left;
	width: 864px;
	height: 217px;
}

#sfeer_top {
	position: absolute;
	width: 864px;
	height: 142px;
	background: url(../images/template/sfeer_top.png) top left;
	z-index: 2;
}

#sfeer #foto {
	position: relative;
	float: right;
	width: 785px;
	height: 217px;
	z-index: 1;
	overflow: hidden;
}

#sfeer #foto .links-onder {
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/template/hoekjes.png) 0px -8px;
	z-index: 50;
}

#sfeer #foto .rechts-onder {
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/template/hoekjes.png) -8px -8px;
	z-index: 50;
}

#sfeer #foto #slideshow_foto img {
	width: 785px;
	height: 217px;
}

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

#content #left {
	position: relative;
	float: left;
	width: 425px;
	height: auto;
	margin-left: 104px;
	margin-top: 50px;
	display: block;
}

#content #left h1.titel {
	height: 27px;
	padding-bottom: 30px;
}

#content #left h1.subkop {
	height: 19px;
}

#content #right h1.titel {
	height: 27px;
	padding-bottom: 30px;
}

#content #left p.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #a8d500;
	margin-bottom: 33px;
}

#content #left p.tekst, 
#content #left p.tekst a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #808080;
	margin-bottom: 33px;
}

#content #left ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #808080;
	padding: 0px;
	margin: 0px;
}

#content #left ul li span {
	position: relative;
	float: left;
	width: 33px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #a8d500;
}

#content #left #adreslinks {
	position: relative;
	float: left;
	width: 100px;
	height: 90px;
}

#content #left #adresrechts {
	position: relative;
	float: left;
	width: 210px;
	height: 90px;
	margin-left: 53px;
}

#content #left p.adrestekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #808080;
	margin: 0px;
	padding: 0px;
}

#content #left p.adrestekst strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #a8d500;
}

#content #left p.adrestekst span {
	position: relative;
	float: left;
	width: 58px;
}

#content #left p.adrestekst a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #808080;
	text-decoration: underline;
}

#content #left p.adrestekst a:hover {
	text-decoration: none;
}

#content #left #map a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #a8d500;
	text-decoration: none;
}

#content #left #map a:hover {
	text-decoration: underline;
}

#content #right {
	position: relative;
	float: right;
	width: 258px;
	height: auto;
	margin-top: 50px;
	margin-right: 22px;
}

#content #right tr {
	height: 35px;
}

#content #right #form_wrap {
	margin-top: 25px;
}

#content #right td.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #a8d500;
	vertical-align: top;
}

#content #right #melding_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #a8d500;
	margin-bottom: 15px;
}

#content #right td.invul {
	width: 178px;
	background: url(../images/template/bg_veld.png) no-repeat;
}

#content #right input {
	width: 167px;
	height: 20px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;
	color: #808080;
	background: none;
	vertical-align: top;
}

#content #right td.txtarea {
	width: 178px;
	height: 61px;
	background: url(../images/template/bg_txtarea.png) no-repeat;
}

#content #right textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	padding-top: 5px;
	padding-left: 5px;
	width: 167px;
	height: 52px;
	background: none;
	border: none;
	resize: none;
	overflow: hidden;
}

#content #right .knop {
	width: 80px;
	height: 31px;
	background: url(../images/template/bg_button.png) no-repeat;
	margin-top: 12px;
	cursor: pointer;
}

#footer {
	width: 100%;
	height: 129px;
	position: absolute;
	bottom: 0px !important;
	bottom: -1px;
	left: 0;
	background: url(../images/template/bg_footer.jpg) repeat-x;
}

#footer #copyright {
	position: relative;
	width: 283px;
	height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	padding-right: 380px;
	margin: 35px auto;
}

#footer #copyright a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	text-decoration: none
}

#footer #copyright a:hover {
	text-decoration: underline;
}

/* OPMAAK */

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

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

a:hover {
	text-decoration: none;
}

/* AANVULLINGEN */
.foto_rechts {
	width: 260px;
	height: 300px;
	position: relative;
	float: left;
}
