/*
#################
#	ALGEMEEN	#
#################
*/
body, html,
span, div,
h1, h2, h3, h4, h5, h6,
a, p,
img,
ul, ol, li {
	margin: 0;
	padding: 0;
}

h2 {

}

h3 {

}

h4 {

}

p {

}

img {
	border: none;
	vertical-align: bottom;

}

.hidden {
	display: none;
}

.clear {
	clear: both;
	height: 0;
}

body {
	color: #484848;
	font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff url(/images/bg_body.gif);
	padding: 10px 0 20px;
}



/*
#################
#	LAY-OUT		#
#################
*/

/* HOOFDPAGINA */

div#container {
	width: 781px;
	background: #fff url(/images/bg_main.png) no-repeat;
	font-size: 1.2em;
	margin: auto;
	padding: 0 0 14px 14px;
}

h1#siteLogo {
	float: left;
	background: url(/images/logo.png) no-repeat 50px 50px;
	width: 795px;
	height: 159px;
}
div#frontImg {
	width:775px;
	height:110px;
	float: left;
	padding: 0 10px 0 0;
}
div#frontImg img {
	float: left;
}
div#kolomLeft {
	width: 186px;
	padding-left: 15px;
	float: left;
}
div#content {
	width: 338px;
	float:left;
	line-height: 1.4em;
	padding: 35px 20px 20px 20px;
	position: relative;
}
div#content H2 {
	color: #88c030;
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 10px;
}
body.mainBody div#content a,
body.subBody div#content a {
	text-decoration: underline;
	color: #649910;
	font-weight: bold;
}
body.subBody div#content a:hover,
body.mainBody div#content a:hover {
	text-decoration: none;
}
div#content img.right {
	margin: 0 0 10px 10px;
}
div#content img.left {
	margin: 0 10px 10px 0;
}
div#content div.tekstvak {
	margin: 0 0 20px 0;
}
div#kolomRight {
	width: 185px;
	float: right;
	margin-right: 12px;
	padding-left: 5px;
}
div#footer {
	width: 769px;
	height: 73px;
	background: url(/images/bg_footer.gif);
	clear: left;
	color: #fff;
}
div#footerImg {
	width: 769px;
	height: 181px;
	background: url(/images/bg_bottom_img.png);
	float: left;
	margin: -70px 0 0 0;
}
div#wistje {
	background: url(/images/wistje.png);
	position: absolute;
	margin: -30px 0 0 20px;
	height: 32px;
	width: 193px;
	padding: 47px 7px 20px 15px;
	color: #484848;
	overflow: hidden;
}
div#endat {
	background: url(/images/endat.png);
	position: absolute;
	margin: -30px 0 0 250px;
	height: 32px;
	width: 193px;
	padding: 47px 7px 20px 15px;
	color: #484848;
	overflow: hidden;
}

/* SUBPAGINA */

body.subBody div#container {
	background: #fff url(/images/bg_sub.png) no-repeat;
}

body.subBody div#footerImg {
	height: 153px;
	/* background: url(/images/bg_bottom_img.png); */
	margin: -60px 0 0 0;
}
body.subBody div#kolomRight {
	width: 170px;
	padding: 35px 0 0 20px;
}
body.subBody div#kolomRight img {
	padding-bottom: 10px;
}
body.subBody div#content {
	width: 358px;
	float:left;
	line-height: 1.4em;
	padding: 35px 0px 20px 20px;
}
div#content H3 {
	color: #88c030;
	font-size: 1.6em;
	font-weight: normal;
	margin: 10px 0 3px;
}
body.subBody div#content a.reserveer {
	padding: 3px 6px 3px 6px;
	background: #88c030;
	color: #484848;
	text-decoration: none;
	clear: left;
	float: left;
	margin: 3px 0 3px;
}
body.subBody div#content a.reserveer:hover {
	background: #aed471;
}

div#content table {
	width: 100%;
	background: #e2e6d6;
	border-collapse: collapse;
	margin: 10px 0 10px;

}
div#content table td {
	border: solid 1px #fff;
	padding: 2px 4px 2px 5px;
}
div#zieOok {
	padding-left: 5px;
}
div#content p.intro {
	margin-bottom: 15px;
	font-weight: bold;
}

/* CONTENT XL */
body.contentxl div#content {
	width: 510px;
}

/*
#########################
#	MENU'S & LIJSTEN	#
#########################
*/

ul#mainMenu {
	list-style: none;
	width: 186px;
	float: left;
	background: url(/images/bg_menu.png) repeat-y;
	padding: 10px 0 0 0;
	font-size: 1.2em;
	margin-bottom: 30px;
}
ul#mainMenu li {
	margin-left: 16px;
	float:left;
	clear: left;
	width: 170px;
}
ul#mainMenu li a {
	float: left;
	clear: left;
	width: 150px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	border-bottom: 1px #fff solid;
}
ul#mainMenu li a:hover,
ul#mainMenu li a.active {
	background: #aed471;
}
ul#mainMenu li#home a {
	color: #203351;
	background: url(/images/dot.png) no-repeat 6px 9px;
}
ul#mainMenu li#home a:hover {
	color: #fff;
}
ul#mainMenu li#footerMenu {
	background: #fff url(/images/bg_menu_footer.png) no-repeat;
	width: 186px;
	height:60px;
	margin: 0;
	overflow: hidden;
}

/* MAINMENU / SUBMENU */

ul#mainMenu li ul.subMenu {
	width: 182px;
	position: absolute;
	list-style: none;
	margin: 2px 0 0 145px;
	display: none;
	padding: 0 6px 6px 0;
	z-index: 500;
}
ul#mainMenu li ul.subMenu li {
 	width: 172px;
	float: left;
	padding-left: 16px;
}
ul#mainMenu li ul.subMenu li a{
 	padding: 5px 5px 5px 20px;
 	width: 140px;
 	z-index: 500;
 	border-bottom: 1px #fff solid;
	position: relative;
}

ul#mainMenu li ul.subMenu li.top {
	background: url(/images/submenu-top.png);
	line-height: 5px;
	height: 5px;
}
ul#mainMenu li ul.subMenu li.middle {
	background: url(/images/submenu-middle.png);
}
ul#mainMenu li ul.subMenu li.bottom {
	background: url(/images/submenu-bottom.png);
	line-height: 7px;
	height: 7px;
}

ul#dingen {
	list-style: none;
	width: 190px;
	margin-top: 130px;
	font-size: 1.0em;
}
ul#dingen li{
	float: left;
	clear: left;
}
ul#dingen li a{
	float: left;
	background: url(/images/dot_wit.gif) no-repeat 6px 8px;
	text-decoration: none;
	color: #60510c;
	padding: 3px 6px 3px 14px;
	display: block;
	width: 170px;
}
ul#dingen li a:hover{
	text-decoration: underline;
}
div#footer ul#cc {
	float: right;
	list-style: none;
	margin: 35px 25px 0 0;
	width: 240px;
}
div#footer ul#cc li {
	float: left;
}
div#footer ul#cc li a{
	text-decoration: none;
	color: #fff;
}
div#footer ul#cc li a:hover{
	text-decoration: underline;
}

/* SUBPAGE */

div#content ul{
	list-style: none;
	margin: 5px 0 5px 15px;
}
div#content ol{
	margin: 5px 0 5px 25px;
}
div#content ul li {
	background: url(/images/blokje_groen.gif) no-repeat 0px 5px;
	padding-left: 15px;
	clear: left;
}

/* ZIE OOK */

div#zieOok ul {
	position: relative;
	list-style: none;
	margin: 7px 0 5px 0;
}
div#zieOok ul li {
	background: url(/images/blokje_groen.gif) no-repeat 0px 6px;
	padding: 2px 0 2px 15px;
	clear: left
}
div#zieOok ul li a {
	text-decoration: none;
	color: #484848;
}
div#zieOok ul li a:hover {
	text-decoration: underline;
}

/*
#####################
#	FORMULIEREN		#
#####################
*/

/* CONTACT */

body.contentxl form#contact {
	width: 470px;
	float: left;
	margin-top: 10px;
}
body.contentxl form#contact ul {
	list-style: none;
}
body.contentxl form#contact li {
	border-bottom: #fff 1px solid;
	font-weight: bold;
	padding: 4px 0 4px 0;
	background: none;
	margin: 0;
}
form#contact li label {
	width: 150px;
	float: left;
	margin: 5px 0 0 0px;
}
form#contact li input.regel {
	border: solid 1px #e2e6d6;
	width: 200px;
}

form#contact li input.checkbox {
	width: auto;
}

form#contact li select {
	border: solid 1px #e2e6d6;
	width: 200px;
}
form#contact li textarea {
	border: solid 1px #e2e6d6;
	width: 270px;
	height: 150px;
}
form#contact input.knop {
	background-color: #88c030;
	border: 0;
	cursor: pointer;
}