/*
#################
#	ALGEMEEN	#
#################
*/
body, html,
h1, h2, h3, h4, h5, h6,
p,
ul, ol, li,
dl, dt, dd
{
	margin: 0; padding: 0;
}

p { margin-bottom: 1.2em; overflow: hidden; }
h2 {}
h3 {}
h4 {}
img { border: none; }
html { font: 62.5%/200% Arial, Verdana, Tahoma, sans-serif; }
body {
	background: #f6f4ec url(/img/body_bg.gif) repeat-x;
	font-size: 1.2em;
}
.overflow { overflow: hidden; }

a.rode-actie-knop {
	background: url(/img/reserveer.jpg) repeat-y;
	display: block;
	padding: 30px 10px;
	margin: 2px 1px;
}

/*
################
#	LAYOUT	   #
################
*/


/* CONTAINER */

div#container {
	width: 926px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

/* Bovenste deel */

div#header {
	margin-left: 21px;
	height: 175px;
}

div#header a {
	display: block;
	height: 175px;
	width: 591px;
	background: url(/img/header.png) no-repeat;

}

/* inhoud container */


/* Linker blok */

div#left {
	width: 612px;
	float: left;
	min-height: 647px;
	background: url(/img/left_side.gif) no-repeat 2px top;
	padding-left: 183px;
}

/* Middelste blok */

div#middle {
	overflow: hidden;
}

div#welkom {
	height:	164px;
	padding-left: 21px;
	padding-top: 20px;
	background: url(/img/welkom_bg.gif);
}

div#welkom h1 {
	color: #000;
	font-size: 1.8em;
	margin-bottom: .4em;
}

div#welkom p {
	width: 385px;
	font-size: 1.4em;
	color: #9F1707;
}

div#welkomst_text {
	float: left;
}

div#contact {
	width: 176px;
	float: left;
	margin-left: 30px;
	color: #fff;
	padding-top: 20px;
}

/* IE ovewrite */

div#content {
	margin-left: 21px;
	background: #65B10A;
	overflow: hidden;
	padding-bottom: 6px;
	min-height: 281px;
}
/* IE ovewrite */
div#contentSub {
	margin-left: 21px;
	background: #65B10A;
	overflow: hidden;
	padding-bottom: 6px;
	min-height: 395px;
}

h1#content_top {
	height: 35px;
	margin-left: 14px;
	padding: 20px 20px;
	background: #65B10A url(/img/content_top.gif) no-repeat;
}

h1#content_top img {
	display: block;
}

h2.sub_title {
	color: #65B10A;
	font-size: 1.1em;
}

div#content_main {
	background: #fff;
	color: #9f1806;
	margin-left: 6px;
	margin-right: 6px;
	padding: 10px 70px 10px 25px;
	min-height: 375px;
}

div#content_main p a {
	color: #9f1806;
}

img.alinea_image {
	float: right;
	margin-bottom: 10px;
}

img.alinea_image_right {
	float: right;
	margin-bottom: 10px;
}

img.alinea_image_left {
	float: left;
	margin: 0 10px 10px 0;
}

/* IE ovewrite */

div#content_left {
	width: 264px;
	min-height: 269px;
	float: left;
	margin-top: 20px;
	margin-left: 6px;
	background: #fff;
	padding-left: 10px;
	padding-right: 13px;
	padding-top: 10px;
	color: #9f1806;
}

div#content_left h2 {
	margin: 10px 10px 10px 0px;
}
div#content_left a {
	color: #9f1806;
	text-decoration:underline;
}
div#content_left a:hover {
	color: #9f1806;
	text-decoration:none;
}

div#content_left img.small_image {
	float: right;
}
/* IE ovewrite */
div#content_right {
	width: 278px;
	min-height: 269px;
	float: left;
	margin-top: 20px;
	margin-left: 6px;
	background: #fff;
	padding-left: 10px;
	padding-top: 10px;
}

div#content_right img {
	display: block;
}

div#content_right h2 {
	margin: 10px 10px 10px 10px;
}
/* Rechter blok */

div#right {
	float: right;
	width: 131px;
}

img#reserveer_button {
	display: block;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

div#opening_blok {
	background: url(/img/nav_bg.gif) right repeat-y;
	padding: 20px 0px 20px 10px;
	border-left: 1px solid #fff;

}

div#blaadje {
	height: 100px;
	background: url(/img/blaadje.gif) no-repeat;
	background-position: -1px 50px;
}

/* Footer */

div#footer {
	width: 591px;
	margin-left: 21px;
	float: left;
	color: #9f1806;
}

div#footer a {
	color: #9f1806;
	text-decoration: none;
}

div#footer span.right {
	float: right;
}

/*
####################
#	FORMULIEREN	   #
####################
*/
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}


/*
####################
#	  LIJSTEN      #
####################
*/

div#contact ul {
	list-style: none;
}

ul#navigatie {
	list-style: none;
	background: url(/img/nav_bg.gif) repeat-y;
	padding: 19px 0px 20px 10px;
	border-left: 1px solid #fff;
	width: 120px;
}

ul#navigatie li { background: url(/img/nav_bg.gif) right repeat-y; }

ul#navigatie li a {
	display: block;
}

ul#navigatie li a:hover {
	color: #1e3206;
	background-position: -10px 0px
}

ul#navigatie li a img.hover,
ul#navigatie li a:hover img.non-hover,
ul#navigatie li a.active img.non-hover {
	display: none;
}

ul#navigatie li a img.non-hover,
ul#navigatie li a:hover img.hover,
ul#navigatie li a.active img.hover {
	display: inline;
}

ul#navigatie li a img {
	margin-bottom: 5px;
}

ul.sub_navigatie {
	list-style: none;
	color: #fff;
	margin-bottom: 10px;
}

ul.sub_navigatie li {
	padding: 0px 10px 0px 10px;
}

ul.sub_navigatie li a {
	color: #fff;
	text-decoration: none;
}

ul.velden {
	list-style: none;
}

ul.velden li {
	margin-bottom: 15px;
}

ul.velden li label {
	display: block;
}

ul.velden li input {
	width: 200px;
}

ul.velden li input.checkbox {
	width: 15px;
}

ul.velden li textarea {
	width: 200px;
	font: 62.5%/200% Arial, Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
}

/* Fotos
------------------------------------------------------------------*/
ul.fotos { list-style: none; }
ul.fotos li {
	float: left;
	margin: 0 9px 9px 0;
}
ul.fotos a, ul.fotos img { display: block; }
ul.fotos a {
	border: 2px solid #e6e7d3;
	padding: 1px;
}
ul.fotos a:hover,
ul.fotos a:focus { border-color: #65B10A; }

/*
####################
#	WEBAPP TABLE   #
####################
*/

table.webapp-table {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #65B10A;
}

table.webapp-table th {
	padding: 4px;
}

tr.webapp-table-row-odd {
	background: #CDE9A7 url(/img/table_arrow.gif) 3px center no-repeat;
}

tr.webapp-table-row-odd td {
	border-bottom: 1px solid #E2EFD1;
	border-top: 1px solid #699F27;
}

tr.webapp-table-row-even {
	background: #9DCF5A url(/img/table_arrow.gif) 3px center no-repeat;
}

tr.webapp-table-row-even td {
	border-top: 1px solid #699F27;
	border-bottom: 1px solid #E2EFD1;
}

table.webapp-table td {
	padding: 3px 3px 3px 10px;
}