* {
    margin: 0;
    padding: 0;
}
html,body {
	padding-top:5px;
    height: 100%; 
	background-image:url(images/backgeertink.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#064A1B;
	text-align:justify;
}

.clear {
    clear: both;
}

#container {
    min-height: 100%;
    _height: 100%;
    width: 800px;
	margin-left:50px;
	margin-right:auto;
    position: relative;
}

#header {
    height: 150px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
#left {
    width: 199px;
    float: left;
    height: auto;
    margin-bottom: 30px;
	background-image:url(images/between.jpg);
}
#right {
	line-height:18px;
    width: 600px;
    float: left;
    height: auto;
    margin-bottom: 30px;
}
#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 800px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
	border:thin solid #064A1B;
	
}
h3 {
	font-weight:normal;
}
div#right A:link {text-decoration: none; color: red;}
div#right A:visited {text-decoration: none; color: red;}
div#right A:active {text-decoration: none; color: red;}
div#right A:hover {text-decoration: underline; color: red;}
a.groen:link {text-decoration: none; color: #064A1B;}
a.groen:visited {text-decoration: none; color: #064A1B;}
a.groen:active {text-decoration: none; color: #064A1B;}
a.groen:hover {text-decoration: underline; color: red;}
h1 {font-size:18px;}
p {margin-bottom:10px; margin-top:10px;}
