/* 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;
}

a {
	text-decoration: underline;
	color: #7a7a7a;
}

a:hover {
	color: #7a7a7a;
	text-decoration: none;
}
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%;
	width: 100%;
}
body {
	background: #149208 url(../images/template/body.gif) repeat-x 0px -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a7a7a;
}
#container {
	position: relative;
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	width: 950px;
	margin: 0 auto;
	margin-bottom: -70px;
	background: #fff url(../images/template/container_bg.gif) bottom left repeat-y;
	z-index: 25;
}
#imageHeader {
	position: absolute;
	top: 100px;
	right: 35px;
	z-index: 50;
	width: 236px;
	height: 182px;
	background: url(../images/template/header_foto.png) no-repeat;
}
#header {
	float: left;
	width: 900px;
	height: 170px;
	background: url(../images/template/header.jpg) no-repeat;
	padding: 53px 0px 0px 50px;
	z-index: 35;
	position: relative;
}
#left {
	float: left;
	position: relative;
	width: 247px;
	margin-top: -44px;
	z-index: 50;
}
#orange_block {
	float: left;
	width: 236px;
	height: 47px;
	background: url(../images/template/orange_block.gif) no-repeat;
	color: #fff;
	font-size: 11px;
	padding: 15px 0px 0px 0px;
	overflow: hidden;
	text-align: center;
}
#orange_block img {
	margin: auto;
}
#menu {
	float: left;
	width: 247px;
	background: url(../images/template/menu_block.gif) repeat-y;
	z-index: 50;
	position: relative;
}
#menu ul {
	float: left;
	padding-top: 25px;
}
#menu ul li {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	z-index: 10;
	padding-bottom: 7px;
}
#menu ul li ul.submenu {
	position: absolute;
	background: #2d8bcf;
	left: 235px;
	width: 235px;
	padding: 10px 0px 10px 0px;
	z-index: 50;
}
#menu ul li ul.submenu li {
	padding: 0px;
	text-transform: none;
}
#menu ul li ul.submenu li a {
	padding: 0px 25px 0px 25px;
	width: 185px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
#menu ul li ul.submenu li a:hover {
	text-decoration: underline;
	background: none;
}
#menu ul li a {
	float: left;
	display: block;
	width: 210px;
	color: #fff;
	text-decoration: none;
	padding-left: 25px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
#menu ul li a.active {
	background: url(../images/template/menu_active.gif) no-repeat;
}
#menu ul li a:hover,
#menu ul li a.active2 {
	background: url(../images/template/menu_hover.gif) repeat-x;
}
#menu_footer {
	float: left;
	background: url(../images/template/menu_footer.gif) no-repeat;
	width: 247px;
	height: 21px;
	z-index: 50;
}
#content {
	float: left;
	position: relative;
	width: 646px;
	background: #fff url(../images/template/content_bg.gif) repeat-x;
	padding: 45px 35px 35px 34px;
	margin-left: -12px;
	z-index: 25;
	line-height: 20px;
}
#content p {
	padding-bottom: 25px;
	line-height: 20px;
}
#content h1 {
	color: #3398e1;
	font-size: 14px;
	font-family: "Comic Sans MS", sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.kopje {
	color: #149208;
	font-size: 14px;
	font-family: "Comic Sans MS", sans-serif;
	font-weight: bold;
}
#content .nieuwsitem {
	float: left;
	width: 646px;
	margin-top: 25px;
}
#content .foto {
	float: left;
	margin: 0px 8px 16px 8px;
}
.nieuwsitem .datum {
	float: left;
	width: 62px;
	height: 50px;
	background: url(../images/template/datum.gif) no-repeat;
	text-align: center;
	color: #fff;
	padding-top: 12px;
}
.nieuwsitem span {
	float: left;
	width: 62px;
	font-size: 18px;
	font-family: "Comic Sans MS", sans-serif;
	text-transform: lowercase;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}
.nieuwsitem .intro {
	float: left;
	margin-left: 20px;
	width: 564px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 25px;
}
.nieuwsitem .intro h2 {
	font-size: 15px;
	padding: 0px;
	margin: 0px;
}
.nieuwsitem .intro h2 a {
	color: #cc4d2e;
	text-decoration: none;
}
.nieuwsitem .intro h2 a:hover {
	text-decoration: underline;
}
.terugNieuws {
	float: right;
	padding-top: 15px;
}
.terugNieuws a {
	color: #cc4d2e;
	text-decoration: none;
	font-weight: bold;
}
.terugNieuws a:hover {
	text-decoration: underline;
}
.push {
	height: 70px;
	clear: both;
}
#footer {
	position: relative;
	clear: both;
	margin: auto;
	width: 950px;
	height: 70px;
	background: #149208 url(../images/template/footer.gif) no-repeat top;
	z-index: 50;
}
#footerContent {
	float: right;
	width: 703px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 70px;
}
#footer span {
	padding: 0px 7px 0px 7px;
}
#footer a {
	color: #fff;
}

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

.form {
	height: 16px;
	padding: 2px 4px;
}
td.body {
	vertical-align: top;
}
.body textarea {
	overflow: auto;
	height: 125px;
}

.form-knop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #2d8bcf;
	width: 210px;
	height: 22px;
	border: none;
	cursor: pointer;
}

.form-knop:hover {
	background: #1a78bb;
}

