body{
	margin: 1em;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	color: #000;
}
a:link{ text-decoration: none; }
a:active{ text-decoration: none; }
a:visited{ text-decoration: none; }
a:hover{ text-decoration: underline; }

tableborder{
	border-style:none;
	border: 1px solid red;
	padding: 2px;
	}

.tabel12{
	border-style:none;
	font-size: 12px; 
	padding: 2px;
	}

/* Styling voor de masthead */

#logo
{
	margin-right:2px;
	margin-bottom: 2px;
	float: left;
 	border: 0;
}
#headimg{
	float: left;
	margin-left: 30px;
}
#servicelinks{
	list-style: none;
	margin: 0;
	padding: 0;
}
#servicelinks li{
	font-size: 0.7em;
}
#navlinks{
	clear: left;
	width: 100%;
	padding: 0;
	text-align: center;
	border-bottom: 20px solid #33f;
}
#navlinks ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navlinks ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;		
	text-align: center;
}
#navlinks ul li a{
	padding: 0;
	margin: 0;
	background: #fff;
	color: #69f;
	text-decoration: none;
	width: 100px;
	height: 2em;
	line-height: 2em;
	/* border: 1px dotted #69f; verwijderen */
	border-left: 1px dotted #69f;
	border-top: 1px dotted #69f;
	border-right: 1px dotted #69f;
	font-weight: bold;
	letter-spacing: 1px;
}

#navlinks ul li a:hover{
	background: #69f;	
	color: #fff;
	border-right: 5px solid #33f;
	border-left: 1px solid #69f;
	border-top: 1px solid #69f;
}

#navlinks ul li a.current{
	background: #33f;
	color: #fff;
	border-right: 5px solid #f00;	
	border-left: 1px solid #33f;
	border-top: 1px solid #33f;
}

#searchform{
	margin: 0;
	padding: 0;
	text-align: center;
}
/* Einde styling masthead */

/* Styling en positionering contentgebied (=linker en middelste kolom)*/
/* De linker sectie met twee kolommen */
#header{
	width: 100%;
	clear: both;
	color: #999;
	font-size: 0.7em;
	text-align: center;
	height : 75px;
}

#content{
	line-height: 1.5em;
	width: 69%;
	float: left;
	margin:0;
	padding: 0;
	border-top: 1px dotted #33f;
	border-left: 1px dotted #33f;
	border-right: 1px dotted #33f;
	top : 80px;
}
/* De rechter kolom op de pagina */
#midden{
	line-height: 1.5em;
	width: 47%;
	float: left;
	margin:0;
	padding: 5px;
}
/* de sectie midden geneste div binnen #content */
#links{
	width: 47%;
	float: left;
	padding: 5px;
	margin: 0;
	border-right: 1px dotted #33f;
	background: #ddf7ff;
}
/* de sectie rechts is een geneste div binnen #content */
#rechts{
	width: 29%;
	float: left;
	margin: 0;
	padding: 5px;
	border-top: 1px dotted #33f;
	border-right: 1px dotted #33f;
	background: #CCFFCC;
}
/* de sectie algemeen is een geneste div binnen #content */
#algemeen{
	clear: left;
	margin: 10px;
	padding-bottom: 5px;
}

#disclaimer{
	width: 100%;
	clear: both;
	padding-top: 5px;
	color: #999;
	font-size: 0.7em;
	text-align: center;
}
#kl_grijs{
	color: #999;
	font-size: 0.9em;
}

/* Einde van positionering van de secties */

/* algemene instelling voor de kolomkoppen */	
h3{
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 3px 3px 3px;
	font-weight: normal;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
}

#midden h3{
	background: #ff0000;
}
#links h3{
	background: #69f;;
}

#algemeen h3{
	background: #ccc;
}
#rechts h3{
	background: #00c484;
}
/* Einde instellingen voor de kolomkoppen */
