* {
	margin:0; padding:0;
}

/* html, body{
	min-height: 100%;
	width: 100%;
	height: 100%;
} */

body
{
 font: 8pt Verdana;
 text-align: center;
}

a {
	text-decoration: none
}

#container
{
 width: 1000px;
 margin: 0 auto;
 height: auto;
 text-align: left;
}

#header
{
 background: url('images/images/logo.png');
 width: 1000px;
 height: 125px;
 margin: 0 0 5px 0;
}

ul#topmenu
{
 background: #2ca282;
 width: 1000px;
 height: 26px;
 padding: 4px 0 4px 0;
}

ul#topmenu li {
	background: url('images/button1.png') no-repeat;
	list-style-type: none;
	height: 26px;
	width: 141px;
	float: left;
	text-align: center;
	line-height: 26px;
	margin: 0 0 0 10px;
}

ul#topmenu li#eerste {
	margin-left: 376px;
}

ul#topmenu li a {
	font: 11pt Verdana;
	color: #ffffff;
	text-decoration: none;
}

#linkermenu
{
width: 226px;
height: 175px;
float: left;
margin: 22px 0 0 23px;
padding: 10px 5px 10px -5px;
}

#linkermenu .box {
	width: 246px;
	height: auto;
	margin-bottom: 10px;
}

.linkermenu_boven
{
 background: url('images/linkermenu_inhoud_boven.gif') no-repeat;
 height: 13px;
 width: 246px;
}

.linkermenu_eerste
{
 background: url('images/linkermenu_inhoud_midden.gif') repeat-y;
 min-height: 36px;
 height: auto;
 width: 246px;
 padding: 10px 5px 10px 5px;
}


.linkermenu_content
{
 background: url('images/linkermenu_inhoud_midden.gif') repeat-y;
 width: 246px;
 height: auto;
 min-height: 150px;
 padding: 10px 10px 10px 10px;
}

.linkermenu_content li a{ 
	font: 8pt Verdana;
	color: #000;
	text-decoration: underline;
}

.linkermenu_onder
{
 background: url('images/linkermenu_inhoud_onder.gif') no-repeat;
 width: 246px;
 height: 12px;
}

#inhoud_container {
	width: 700px;
	float: right;
}

.content {
	width: 666px;
	height: 175px;
	float: left;
	margin: 17px 0 0 0;
	margin-bottom: 10px;
}

.content .boven {
	background: url('images/hoofdpag_boven.png') no-repeat;
	width: 666px;
	height: 11px;
}

.content .inhoud {
	background: url('images/hoofdpag_midden.gif') repeat-y;
	width: 662px;
	height: 152px;
	padding: 5px 2px 5px 2px;
} 

.content .onder {
	background: url('images/hoofdpag_onder.gif') no-repeat;
	width: 666px;
	height: 12px;
}

.kolom{
	width:213px;
    height: 438px;
	float: left;
	margin: 15px 5px 0 5px;
}

.kolom .boven, .kolom_rechts .boven{
	background: url('images/kolom_boven.gif') no-repeat;
	width: 213px;
	height: 12px;
	position: relative;
	bottom: -1px;
}

.kolom .midden, .kolom_rechts .midden {
	background: url('images/kolom_midden.gif') repeat-y;
	width: 183px;
	height: auto;
	padding: 5px 20px 5px 10px;
	min-height: 313px;
}

.kolom .onder, .kolom_rechts .onder{
	background: url('images/kolom_onder.gif') no-repeat;
	width: 213px;
	height: 12px;
	position: relative;
	top: -1px;
}


.kolom_rechts {
	width:213px;
    height: 438px;
	float: left;
	margin: 15px 0 0 5px;
	
}

h2 {
	 font: 12pt Verdana;
}

h3 {
	 font: 10pt Verdana;
}

li {
	list-style-type: none;
}

#footer {
   bottom: 75px;
   position: relative;
   width: 1000px;
   height: 20px;
   text-align: center;
   background-color: #2ca282;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #FFF;
   padding-top: 8px;
   float: right;
 }

/* clear: left; toepassen als 't ernaast staat */
