* {
    margin: 0;
    padding: 0;
}
html,body {
    height: 100%; /* HEEL BELANGRIJK! */
    background: #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:89%;
}

.clear {
    clear: both; /* deze class om de floats #menu en #content en #rechts te clearen. */
}
#container {
    min-height: 100%;
    width: 790px;
    margin: 0 auto; /* deze div centreren */
    background: #FFF url(../images/achtergrond.gif) top left repeat-y; /* Faux column */
    position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. Dus position: relative moet dan hier toegevoegd worden */
}
#header {
    height: 96px;
    background: #ffffff;
	background-image: url(../images/top1.jpg);
	background-repeat:no-repeat;
}
	
#content {
    width: 430px;
	margin-left:170px;
	height: auto;
	padding-left:20px;
    padding-bottom: 15px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}				
#content a:link {
	color: #000080;
	text-decoration: underline;
}
#content a:visited {
	color: #000080;
	text-decoration: underline;
}
#content a:hover {
	color: #000080;
	text-decoration: underline;
}
#content a:active {
	color: #000080;
	text-decoration: underline;
}
#content h1{
padding-top: 50px;
padding-bottom:20px;
font-size:1.5em;
}
#content h2{
font-weight:bold;
font-size:1em;
}
#content ul {
	margin-left:0;
	width:350px;
	padding-left:20px;
	top: 0;
	}
#content ol {
	margin-left:0;
	width:350px;
	padding-left:20px;
	
	top: 0;
	}
	.wit{
	color:#ffffff;}
	
#content p {
	padding-top:10px;
	padding-left:0;
			}
#menu {
	  width: 200px;
    float: left;
    height: auto;
    padding-bottom: 15px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}
    #left h2, #left p {
        padding: 10px;
    }
		
#menu a:link {
	color: #585A59;
	text-decoration: underline;
}
#menu a:visited {
	color: #585A59;
	text-decoration: underline;
}
#menu a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#menu a:active {
	color: #FF0000;
	text-decoration: underline;
}

#menu p{
color:#585A59;
font-size:0.9em;
}

#menu .actueel{
position:absolute;
    width:130px;
	height: 150px;
	left: 15px;
	top: 200px;
	color:#585A59;
	font-size:0.9em;
	
	}
	
	#menu .actueelbalk{
position:absolute;
	width:130px;
	background-color:#E8EFEB;
	background-image:url(../images/linkerbalk.jpg);
	background-repeat: no-repeat;
	height: 15px;
	left: 0;
	top: -20px;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	padding-left: 10px;
			}
			
#menu .actueelbalk a:link {
	color: #ffffff;
	text-decoration: none;
}
#menu .actueelbalk a:visited {
	color: #ffffff;
	}
#menu .actueelbalk a:hover {
	color: #FF0000;
	}
#menu .actueelbalk a:active {
	color: #FF0000;
	}
	
#menu .media{
position:absolute;
    width:130px;
	height: 150px;
	left: 15px;
	top: 350px;
	color:#585A59;
	font-size:0.9em;
	
	}

#menu .mediabalk{
	position:absolute;
	width:130px;
	background-color:#E8EFEB;
	background-image:url(../images/linkerbalk.jpg);
	background-repeat: no-repeat;
	height: 15px;
	left: 0;
	top: -20px;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	padding-left: 10px;
	
		}
#menu .mediabalk a:link {
	color: #ffffff;
	text-decoration: none;
}
#menu .mediabalk a:visited {
	color: #ffffff;
	}
#menu .mediabalk a:hover {
	color: #FF0000;
	}
#menu .mediabalk a:active {
	color: #FF0000;
	}


#menu .aanmelden{
position:absolute;
	width:130px;
	height: 240px;
	left: 15px;
	top: 580px;
	color:#ffffff;
	font-size:0.9em;
	font-weight:bold;
		}
	
#menu .aanmeldbalk{
	position:absolute;
	width:130px;
	background-color:#E8EFEB;
	background-image:url(../images/linkerbalk.jpg);
	background-repeat: no-repeat;
	height: 15px;
	left: 0;
	top: -20px;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	padding-left: 10px;
	
		}
#menu .aanmeldbalk a:link {
	color: #ffffff;
	text-decoration: none;
}
#menu .aanmeldbalk a:visited {
	color: #ffffff;
	}
#menu .aanmeldbalk a:hover {
	color: #FF0000;
	}
#menu .aanmeldbalk a:active {
	color: #FF0000;
	}
#menu .afmeldbalk{
	position:absolute;
	width:130px;
	background-color:#E8EFEB;
	background-image:url(../images/linkerbalk.jpg);
	background-repeat: no-repeat;
	height: 15px;
	left: 0;
	top: 0;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	padding-left: 10px;
	
		}
#menu .afmeldbalk a:link {
	color: #ffffff;
	text-decoration: none;
}
#menu .afmeldbalk a:visited {
	color: #ffffff;
	}
#menu .afmeldbalk a:hover {
	color: #FF0000;
	}
#menu .afnmeldbalk a:active {
	color: #FF0000;
	}
#menu h2{
font-size:1.2em;
font-weight:bold;
}
#menu h3{
font-size:1em;
font-weight:bold;
padding-bottom:1.2em;
padding-top:1.5em;

}
#right {
    width: 140px;
    float: right;
    height: auto;
	padding-bottom: 30px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}

#right .linkbalk{
    position:absolute;
    width:135px;
	height: 150px;
	left: 650px;
	top: 150px;
	color:#585A59;
	font-size:0.9em;
	font-weight:bold;
	}

#right ul {
	list-style:none;
	margin-left:0;
	padding-left:5px;
	padding-top: 20px;
	top: 0;
	left: -10px;
}
#right li{
list-style:none;
padding-top:15px;
letter-spacing:1px;

}
				
#right a:link {
	color: #585A59;
	text-decoration: none;
}
#right a:visited {
	color: #585A59;
	text-decoration: underline;
}
#right a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#right a:active {
	color: #FF0000;
	text-decoration: underline;
}


h1 {
	font-size: 24px;
	color:#000000;
	padding-top: 20px;
	padding-left: 0;
}

h2 {
	font-size: 18px;
	padding-top: 25px;
}
.groot{
font-size: 15px;
font-weight:bold;
}
.licht{
color:#B2BAB6;
}
#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 790px;
    height: 15px;
    vertical-align: middle;
	font-size:0.8em;
	color:#999999;
	text-align:right;
    background: #EAF3E3;
}
#footer a:link {
	color: #B2BAB6;
	text-decoration: none;
}
#footer a:visited {
	color: #B2BAB6;
	text-decoration: none;
	}
#footer a:hover {
	color: #000000;
	text-decoration: none;
	}
#footer a:active {
	color: #000000;
	text-decoration: none;
	}
#footer #sitemap{
position:absolute;
	width:70px;
	height: 20px;
	left: -20px;
	top:-20px;
	color:#999999;
	font-size:0.9em;
			}

#adressveld {
	background-color: #ffffff;
	visibility:hidden;
	}

.ondertitel{
color:#B2BAB6;
font-size:0.7em;
}
.klein{
font-size:0.9em;}

#right .poll{
    position:absolute;
	width:135px;
	height: 250px;
	left: 655px;
	padding-right:5px;
	top: 420px;
	color:#585A59;
	font-size:0.9em;
	border-top: 1px solid #86A2A3;
	border-bottom: 1px solid #86A2A3;
	}
.poll h1{
font-size:1em;
padding-bottom:2em;
}
.poll h3{
font-size:0.9em;
padding-bottom:1em;
}
.aank{
font-size:1.5em;
font-weight:bold;
border-top: 1px solid #86A2A3;
	border-bottom: 1px solid #86A2A3;
}