html,body {
	margin:0;
	padding:0;
	height:100%;
	/* needed for container min-height */
	font-family : Arial, Helvetica, sans-serif;
	text-transform : none;
	color : #000000;
	font-size : 12px;
	background-image : url('back_body.png');
	background-position : top center;
	background-repeat : repeat-y;
}


div#container {
	position:relative;
	/* needed for footer positioning*/
	margin:0 auto;
	/* center, not in IE5 */
	width:1000px;
	height:auto !important;
	/* real browsers */
	height:100%;
	/* IE6: treaded as min-height*/
	min-height:100%;
	/* real browsers */
	background-color : White;
}

div#header {
	padding:0em;
	background-image : url('menutop.jpg');
	background-position : top center;
	background-repeat : no-repeat;
}

div#content {
	background-image : url('back_content.png');
	background-position : top center;
	background-repeat : no-repeat;
	padding:0em 0em 5em; /* bottom padding for footer */
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}

A.hoofdmenu, A.hoofdmenu:ACTIVE, A.hoofdmenu:HOVER, A.hoofdmenu:LINK, A.hoofdmenu:VISITED {
	color : White;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font : 14px;
	text-transform : uppercase;
}

.hoofdmenu {
	color : White;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font : 14px;
	text-transform : uppercase;
}

H1{
	text-transform : uppercase;
	font-size : 14px;
	color : #01812C;
	display : block;
	line-height : 14px;
}

H2{
	font-size : 14px;
	color : #01812C;
	display : block;
	line-height : 14px;
}


A.submenu, A.submenu:ACTIVE, A.submenu:LINK, A.submenu:VISITED {
	color : #01812C;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font : 12px;
	text-transform : none;
}

A.submenu:HOVER {
	color : #01812C;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font : 12px;
	text-transform : none;
}

A.submenuwit, A.submenuwit:ACTIVE, A.submenuwit:LINK, A.submenuwit:VISITED {
	color : white;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font : 12px;
	text-transform : none;
}

A.submenuwit:HOVER {
	color : white;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font : 12px;
	text-transform : none;
}


.bottom {
	color : #000000;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font : 9px;
	text-transform : none;
}

.submenu {
	color : White;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font : 14px;
	text-transform : none;
}

TD {
	color : #000000;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : normal;
}

.titel {
	color : #00812B;
	font-size : 20px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-transform : uppercase;
}

.formulier {
	color : #000000;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	border: solid 1px #00812B;
}

INPUT, TEXTAREA {
	color : #000000;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	border: solid 1px #00812B;
}

A, A:ACTIVE, A:LINK, A:VISITED {
	color : #000000;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-weight : normal;
}

A:HOVER {
	color : #000000;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : normal;	
}


