body {
    margin: 0px;
    padding: 0px;
    font: normal 11px Arial;
    color: #444;
}

/* Opmaak */

h1 {
    text-align: center;
    color: #666;
    font-size: 1.4em;
}

img {
    border: 0px;
    margin-right: 4px;
}

p.melding { color: #F00; }

div.row {
    clear: both;
    margin-left: 20px;
    width: 380px;
    text-align: left;
}

#titel {
    font-weight: 800;
    margin: 10px 0px;
}

div.row p { margin-top: 2px; }

div.row span.imgtekst {
    float: left;
    width: 155px;
    text-align: right;
}

div.row span.label {
    float: left;
    width: 180px;
    margin-right: 5px;
    text-align: right;
}

a.voorbeelden {
    display: block;
    border: 1px solid red;
    background-color: #FFF;
    padding: 3px 5px;
    text-decoration: none;
    margin-top: 5px;
}

a.voorbeelden:hover { background-color: #FDA; }

/* divs */

#bg {
    z-index: 0;
    position: absolute;
    left: 50%;
    width: 700px;
    height: 100%;
    margin: 0px 0px 0px -350px;
    padding: 5px 0px;
    background: url(afbeeldingen/bg.jpg) #FFF repeat-y;
}

#container {
    z-index: 1;
    position: absolute;
    left: 50%;
    width: 700px;
    margin: 0px 0px 0px -350px;
    padding-bottom: 50px;
    background: url(afbeeldingen/bg.jpg) #FFF repeat-y;
}

#topdiv {
    width: 700px;
    height: 191px;
    background: url(afbeeldingen/top.jpg) 0px 20px #FFF no-repeat;
}

#kwaliteit {
    z-index: 12;
    position: absolute;
    width: 207px;
    left: 50%;
    top: 191px;
    margin-left: 118px;
    height: 160px;
}

div.kwaliteit {
    background: url(afbeeldingen/kwaliteitsgarantie.jpg) transparent top right no-repeat;
}

#slogan {
    width: 480px;
    height: 57px;
    background: url(afbeeldingen/slogan.jpg) #1B3F95 no-repeat;
}

#actueel {
    width: 480px;
    height: 57px;
    background: url(afbeeldingen/actueel.jpg) #1B3F95 no-repeat;
}

#lijn {
    width: 480px;
    height: 3px;
    font-size: 0px;
    margin-left: 62px;
    background-color: #F27704;
}

#content {
    width: 380px;
    margin: 20px 0px 0px 75px;
    min-height: 200px;
    text-align: center;
}

#content p, ul, h4 {
    text-align: left;
    word-spacing: 2px;
}

#content li { margin-left: -20px; }

#nieuws {
    width: 560px;
    margin: 20px 0px 0px 75px;
    min-height: 200px;
}

#nieuws h2, #nieuws p {
    width: 380px;
}

#nieuws h2 a { color: #001C98; }

#nieuws h2 {
    color: #001C98;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 5px;
}

div.nieuws {
    border-bottom: 2px solid #FFF;
    padding: 6px 0px 20px;
    overflow: hidden;
}

div.nieuws img {
    float: right;
    margin-top: 20px;
}

div.nieuws img.left {
    float: none;
    margin-top: 20px;
}

div.nieuws .news_morelink
{
	display: block;
	float: right;
	margin-top: 20px;
	clear: both;
	margin-right: 4px;
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	width: 150px;
	text-align: center;
}
div.nieuws .news_morelink:hover
{
	text-decoration: underline;
}

#menu {
    margin-top: 60px;
}

/* Navigatie */

#menu ul {
	margin: 0;
	padding: 0;
	background-color: #1B3F95;
	list-style: none;
	width: 74px; /* Width of Menu Items */
	}

#menu ul li {
	position: relative;
	}
	
#menu li ul {
	position: absolute;
	left: -120px; /* Set 1px less than menu width */
	width: 120px;
	border-top: 1px solid #F27704;
	margin-top: -1px;
	background-color: #3355BB;
	top: 0px;
	display: none;
	}

/* Styles for Menu Items */
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-weight: 700;
	background: transparent; /* IE6 Bug */
	padding: 10px 5px;
	border-bottom: 1px solid #F27704;
}

/* De knop die bij de huidige pagina hoort blijft opgelicht */
#menu ul li a.huidig {
    color: #E2144A;
    background: #f9f9f9;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
#menu li ul li a {
    padding: 5px 5px;
    border-bottom: 1px solid #F4BB85;
    font-size: 0.9em;
}
		
#menu li:hover ul, #menu li.over ul { display: block; } /* The magic */


h2.kop
{
	width: 180px; 
	color: #fff; 
	background-color: #888; 
	padding: 4px 0; 
	margin: 0; 
	font-size: 12px;
}

#taalkeuze
{
	position: absolute; 
	top: 2px;
	z-index: 10;
	right: 22px;
}