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 : 14px;
	background-color : #B6B5AF;
}

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-image : url('back.jpg');
	background-position : top center;
	background-repeat : repeat-y;
}

div#header {
	padding:0em;
}

div#content {
	padding: 0em 0em 65px;
	/* bottom padding for footer */
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}

A.hoofdmenu, A.hoofdmenu:ACTIVE, A.hoofdmenu:LINK, A.hoofdmenu:VISITED {
	color : #000000;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font : 15px;
	text-transform : uppercase;
}

A.hoofdmenu:HOVER {
	color : #000000;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font : 15px;
	text-transform : uppercase;
}

TD {
	color : Black;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : normal;
	scrollbar-3dlight-color :#6D6B5E;
	scrollbar-arrow-color : #6D6B5E;
	scrollbar-base-color : #6D6B5E;
	scrollbar-darkshadow-color : #6D6B5E;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #6D6B5E;
	scrollbar-track-color : #FFFFFF;
}

H1{
	color : #000000;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-transform : uppercase;
	display : block;
	line-height : 14px;
}

H2{
	color : #000000;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-transform : none;
	display : block;
	line-height : 14px;
}

.titel {
	color : #000000;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-transform : uppercase;
}

.formulier {
	color : Black;
	font-size : 14px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: solid 1px #6D6B5E;
}

A, A:ACTIVE, A:LINK, A:VISITED {
	color : #000000;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-weight : normal;
}

A:HOVER {
	color : #000000;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : normal;
}

INPUT {
	color : Black;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	border: solid 1px #6D6B5E;
}

TEXTAREA {
	color : Black;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	border: solid 1px #6D6B5E;
}

A.toplink, A.toplink:ACTIVE, A.toplink:LINK, A.toplink:VISITED {
	color : #000000;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-weight : normal;
}

A.toplink:HOVER {
	color : #000000;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : normal;
}

.bottom {
	color : Black;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : normal;
}

.melding {
	color : red;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : normal;
}

A.bottom, A.bottom:ACTIVE,A.bottom:LINK,A.bottom:VISITED{
	color : Black;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-weight : normal;
}