* {
	margin: 0;
	padding: 0;
}

body {
	font: 75% Verdana, sans-serif;
	line-height: 150%;
	behavior: url(/js/csshover.htc);
	background-color: #f1f1f1;
	text-align: center;
}

#oranjeboven {
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
	width: 100%;
	background-color: #fe5d05;
	_display: none;
}

#oranjeonder {
	z-index: -5;
	width: 100%;
	background-color: #fe5d05;
	_display: none;
}


#wrap {
	width: 1020px;
	margin: 0 auto;
	background: url(/images/wrapper_bg.png) repeat-y 0 0;
	_background: url(/images/wrapper_bg.jpg) repeat-y 0 0;
	position: relative;
	text-align: left;
}

#wrapper {
	width: 1000px;
	margin-left: 9px;
}

.oranjebalk {
	height: 35px;
	width: 100%;
	background-color: #fe5d05;
	position: relative;
}

.onder {
	background: #fe5d05 url(/images/oranjebar_schaduw_onder.jpg) no-repeat center top;
}

.oranjebalk p {
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 90%;
}

.oranjebalk img {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 4px;
	left: 195px;
}

*:first-child+html .oranjebalk img {
	left: 190px;
}

#menu {
	width: 1000px;
	margin: 0 auto;
}

#menu ul {
	list-style: none;
	float: right;
}

#menu ul li {
	float: left;
	position: relative;
}

#menu ul li a, #menu ul li a:visited {
	color: #fff;
	text-transform: uppercase;
	line-height: 35px;
	font-size: 120%;
	margin: 10px;
	text-decoration: none;
}

#menu ul li.selected ul li a {
	color: #fff;
}

#menu ul li ul li {
	float: none;
}

#menu ul li a:hover, #menu ul li ul li a:hover, #menu ul li ul li.selected a {
	color: #32699c;
}

#menu ul li.selected a {
	color: #32699c;
	font-weight: bold;
}

#menu ul li.selected ul li a {
	font-weight: normal;
}
#menu ul li ul {
	position: absolute;
	top: 35px;
	left: 0;
	background-color: #fe5d05;
	margin-left: 0;
	float: none;
	width: 200px;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

#nieuwsbalkwrap {
	background: #2D6599 url(/images/bg11.gif) repeat-x 0 0;
}

#nieuwsbalk {
	width: 1000px;
	margin: 0 auto;
	height: 200px;
	overflow: hidden;
}

#nieuwsbalk img.logo {
	margin: 10px 0 0 20px;
	float: left;
}

.nieuwsbericht {
	width: 200px;
	float: right;
	margin-top: 32px;
	padding-right: 40px;
	font-size: 90%;
	line-height: 130%;
	color: #fff;
}

.nieuwsbericht h1 {
	color: #fff;
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 0.5em;
}

p.leesmeer {
	text-align: right;
}

p.leesmeer a, p.leesmeer a:visited {
	color: #D9571C;
	font-weight: bold;
}

#contentwrap {
	clear: both;
	margin-top: 10px;
	background: url(/images/contentwrap_bg.gif) repeat-y 0 20px;
	width: 1000px;
	margin: 0 auto;
}

#linkerbalk {
	float: left;
	width: 170px;
	margin-left: 35px;
	_margin-left: 17px;
	padding-top: 5px;
}

#linkerbalk ul {
	list-style: none;
	padding: 10px 10px 3em 10px;
}

#linkerbalk ul li {
	padding-bottom: 3px;
}

#linkerbalk ul li a,
#linkerbalk ul li a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #0018ED;
}

#linkerbalk ul li a:hover,
#linkerbalk ul li.selected a {
	color: #FF4900;
}

#linkerbalk h1.menuheader {
	font-size: 16px;
	color: #000;
}

#rechterbalk {
	float: right;
	width: 170px;
	margin-right: 36px;
	_margin-right: 17px;
	padding-top: 5px;
}

#contentwrap h1, #contentwrap h2 {
	font-size: 140%;
	font-weight: normal;
	color: #292929;
	margin-bottom: 0.5em;
}

#contentwrap h2 {
	font-size: 120%;
	margin-bottom: 0.1em;
	margin-top: 1em;
}

#content {
	padding-top: 5px;
	float: left;
	width: 450px;
	margin-left: 69px;
	min-height: 600px;
	height:auto !important;
	height: 600px;
}

#contentwrap p, #contentwrap ul, #contentwrap table {
	margin-bottom: 1em;
	color: #292929;
}

#content ul, #content ol {
	padding-left: 2em;
}

.clear {
	clear: both;
}

#content_top {
	width: 1000px;
	height: 27px;
	overflow: hidden;
	background: #fff url(/images/content_top.gif) no-repeat bottom left;
}

/*
	FORMS
*/
#content .zend_form {
	border: 1px solid #CCC;
	padding: 10px;
}

#content .zend_form dd {
	margin-bottom: 1em;
}

#content .zend_form dt {
	font-weight: bold;
	color: #333;
}
#content .zend_form ul.errors {
	border: 1px solid #f00;
	margin: 5px 0 0 0;
	padding: 2px 5px;
	background-color: #FFF9F9;
}
#content .zend_form ul.errors li {
	margin: 0;
	list-style-position: inside;
	color: #800000;
	font-weight: bold;
}
#content .zend_form input.text {
	border: 1px solid #999;
	width: 300px;
	padding: 3px;
}
#content .zend_form select.select {
	border: 1px solid #999;
	padding: 3px;
}

/* End Forms */

/* Oranje balk onderkant hack */
html, body {
height: 100%;
}

#wrap {
min-height: 100%;
}

* html #wrap {
height: 100%;
}
#oranjeonder {
height: 35px;
margin-top: -35px;
}

a img {
	border: 0;
}

#myform textarea {
	width: 300px;
	height: 200px;
}

/* Gastenboek */

.gastenboekreactie {
	border: 1px solid #FB5909;
	margin-bottom: 20px;
	padding: 10px 10px 0 10px;
}

#content p.gastenboekdata {
	color: #7D7D7D;
	font-style: italic;
	text-align: right;
}

#content div.gastenboekbedankt {
	border: 1px solid #008A00;
	color: #298900;
	font-weight: bold;
	background-color: #87D880;
	margin-bottom: 20px;
	line-height: 20px;
	height: 20px;
	padding: 5px;
}

#content table th, #content table td {
	padding: 2px 5px;
	vertical-align: top;
}

#content table td {
	border-top: 1px solid #CDCDCD;
}

#content table th {
	border-bottom: 1px solid #FB5909;
}

#content table.forum span {
	font-size: 80%;
}

#content table.forum {
	border: 1px solid #FB5909;
	border-collapse: collapse;
	width: 100%;
}

/* End Gastenboek */