﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF url("../images/bg.png") top repeat-x;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	color: #656161;    /* was 7e7a7a */
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

a {
	font-family:Verdana;
	font-size:11px;
	color:#ac283d;
/*	color:#7E7A7A; */
	text-decoration: underline;
}
a:hover {
	font-family:Verdana;
	font-size:10px;
	color:#ac283d;
	text-decoration:none;
}

img {
	border: none;
}

.imgspace {
	padding-right: 10px;
}

h1 {
	color: #322e2e;
	font-size: 18px;
	font-family: "Myriad Pro", Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

h2 {
	color: #4895e5;
	font-size: 18px;
	font-family: "Myriad Pro", Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 5px 0;
	margin: 0;
}

#rightkolom h2 {
	padding: 0px 0 5px 0;
}

.bold{
	font-weight: bold;
}

.line {
	text-decoration: underline;
}

.itline {
	text-decoration: underline;
	font-style: italic;
}

.blueline {
	color: #5fa8fc;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}

.centerline {
	text-align: center;
	text-decoration: underline;
}

.black {
	color: #322e2e;
}
/**************************************/


/* Algemeen lay-out */
#container {
	width: 950px;
	min-height: 945px;
	margin: 0 auto;
}

#logo {
	background: #fff url("../images/logo.png") top no-repeat;
	width: 392px;
	height: 104px;
	float: left;
}

#content {
	background: #fff url("../images/bgcontent.png") top no-repeat;
	width: 545px;
	min-height: 440px;
	padding: 40px 50px 20px 40px;
	float: left;
	line-height: 18px;
}

#contentop {
	background-color: #fff;
	width: 545px;
	height: 100%;
	margin-bottom: 25px;
	float: left;
}

#contentleft {
	background-color: #fff;
	width: 265px;
	height: 100%;
	float: left;
}

#contentright {
	background-color: #fff;
	width: 265px; /* 280px */
	height: 100%;
	padding-left: 15px;
	float: left;
}

#rightkolom {
	background: #f0f0f0 url("../images/bgcontent2.png") top no-repeat;
	width: 282px;
	min-height: 440px;
	padding: 30px 20px 30px 10px; 
	border: 1px solid #cbcbcb;
	float: left;
}

.rightspacer {
	background: #f0f0f0 url("../images/spacer.png") center repeat-x;
	padding: 15px 0;
	margin-top: 5px;
	width: 100%;
}


/**************************************/


/* Header */
#ad {
	background: #fff url("../images/mnn1.png") top no-repeat;
	width: 392px;
	height: 282px;
	float: left;
}
#ad2 {
	background: #fff url("../images/ad2.png") top no-repeat;
	width: 392px;
	height: 282px;
	float: left;
}
#ad3 {
	background: #fff url("../images/ad3.png") top no-repeat;
	width: 392px;
	height: 282px;
	float: left;
}
#ad4 {
	background: #fff url("../images/mnn2.png") top no-repeat;
	width: 392px;
	height: 282px;
	float: left;
}
#ad5 {
	background: #fff url("../images/ad5.png") top no-repeat;
	width: 392px;
	height: 282px;
	float: left;
}
#ad6 {
	background: #fff url("../images/ad6.png") top no-repeat;
	width: 392px;
	height: 282px;
	float: left;
}
#ad7 {
	background: #fff url("../images/ad7.png") top no-repeat;
	width: 392px;
	height: 282px;
	float: left;
}
#ad8 {
	background: #fff url("../images/ad8.png") top no-repeat;
	width: 392px;
	height: 282px;
	float: left;
}


#aktueelad {
	background: #fff url("../images/aktueel.png") top no-repeat;
	width: 315px;
	height: 223px;
	float: left;
}
#aktueelfront {
	background: #fff url("../images/ad9.jpg") top no-repeat;
	width: 315px;
	height: 223px;
	float: left;
}

#aktueel {
	background: #fff url("../images/aktueelbtn.png") top no-repeat;
	width: 315px;
	height: 59px;
	float: right;
}
/**************************************/


/* Main menu */
#mainmenu {
	background: #fff url("../images/menubg.png") top no-repeat;
	width: 243px;
	height: 282px;
	float: left;
}

.mainmenu{
	list-style-type: none;
	margin: 0;
	width: 171px; /* 191px */
	padding: 50px 0 0 30px;
}

.mainmenu li a{
	background: #383535 url("../images/mainmenu.png") center left no-repeat;
	font-size: 16px;
	font-family: "Myriad Pro", Verdana, Arial, sans-serif;
	display: block;
	color: #FFF;
	width: auto;
	height: 16px;
	padding: 5px 0 5px 20px;
	text-decoration: none;
}

.mainmenu li a.active{
	background: #383535 url("../images/mainmenuhover.png") center left no-repeat;
/*	background: #383535 url("../images/mainmenuhover.png") center left no-repeat; */
	color: #ac283d;
/*	color: #f8991d; */
}

.mainmenu li a:hover{
	background: #383535 url("../images/mainmenuhover.png") center left no-repeat;
	color: #ac283d;
}
/**************************************/


#submenu {
	width: 558px; /* 558px */
	height: 24px; /* 104px */
	padding: 40px 0;
	float: left;
}

.submenu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: center;
}

.submenu ul li{
	display: inline;
}

.submenu ul li a{
	color: #494949;
	padding: 0;
	margin-right: 60px;
	text-decoration: underline;
	font-family: "Myriad Pro", Verdana, Arial, sans-serif;
	color: #7e7a7a;
	font-size: 14px;
	font-weight: bold;
}

.submenu ul li a.active{
	color: #ac283d;
}

.submenu ul li a:hover{
	color: #ac283d;
}
/**************************************/


/* Headlines List */
.headlines {
	background-color: #f0f0f0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 282px;
	margin: 0;
}

.headlines li{
	background: url("../images/listpurple.png") center left no-repeat;  /*  #f0f0f0 */
	color: #3f3a30;
	font-size: 9px;
	display: block;
	width: auto;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	text-decoration: none;
}

.headlines li a{
color:#3f3a30;
text-decoration:none;
font-size:9px;
}
.headlines li a:visited {
color:#3f3a30;
text-decoration:none;
}
.headlines li a:active {
color:#3f3a30;
text-decoration:none;
}
.headlines li a:hover {
color:#3f3a30;
text-decoration:underline;
 }


/**************************************/


/* Footer  */
#footer {
	background: #7e7a7a url("../images/footerbg.png") top repeat-x;
	width: 880px; /* 950px */
	height: 58px; /* 73px */
	color: #fefeff;
	font-family: "Myriad Pro", Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 10px 35px 5px 35px;
}

#footer #w3c {
	position: absolute;
	left: 950px;
	margin-top: 25px;
}

#footer a{
	color: #fefeff;
	text-decoration: none;
}

#footer a:hover{
	color: #fefeff;
	text-decoration: underline;
}

#footer .footerspace {
	margin-bottom: 20px;
	float: left;
}

#footer .footerlinks {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#footer .footerlinks a:hover {
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}
/**************************************/


/* Form styles*/
.form {
	list-style: none;
	height: auto;
	width: 275px;
	padding: 25px 0px 0px 5px;
}

label {
	cursor: pointer;
	display: block;
	float: left;
	padding-right: 10px;
	text-align: left;
	width: 80px;
}

.box {
    background: url("../images/input.png") no-repeat;
    width: 149px;
    height: 17px;
	margin: 0px 0 5px 0;
	padding: 2px 0 0 0;
	float: left;
}

.box #txtbox {
    background: none;
	color: #808080;
	font-size: 11px;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
    width: 139px;
    float: left;
    padding: 0;
    margin: 0 5px;
    border: 0;
}



