@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }

body {
/*
	background: #fff url(img/bg.png) repeat-x; 
*/
	font-family: "verdana", ;
	font-size: 11px;
	color: #000;
}

/*------------------------------------------------- */

#wrap {
	width: 960px;
	height:850px;
	background-color: #fff;
	margin: 0 auto;
}

/*------------------------------------------------- */

#header{
	width:960px;
	height:138px;
	background: #fff url(img/header.png) no-repeat top center;
	float:left;
}

/*------------------------------------------------- */
#left{
	width:170px;
	height:624px;
	float:left;
}

#left .menu{
	width:145px;
	list-style: none;
	float:left;
	margin-left:20px;
	
}

#left .menu ul{
}

#left .menu ul li{
	list-style:none;
}

#left .menu a{
	display: block;
	color: #FFF;
	background: url(img/menubg.png) no-repeat;
	width: 145px;
	height:19px;
	padding:0 3px 3px 3px ;
	line-height:17px;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
}



#left .menu a:hover{
	text-decoration:underline;

}

#left .menu2 a{
	display: block;
	color: #737373;
	background: url(img/menubg2.png) no-repeat;
	width: 145px;
	height:13px;
	padding:0 3px 3px 3px ;
	text-decoration: none;
	text-align:center;
	line-height:12px;
	font-weight:bold;	
}

#left .menu2 a:hover{
	text-decoration:underline;
}

#left #contact{
	width: 145px;
	height: 64px;
	float:left;
	background: url(img/contactbg.png) no-repeat;
	margin: 20px 0 20px 20px ;
}

#left #contact span{
	width:130px;
	height:55px;
	margin: 5px 5px 5px 8px;
	float:left;
	color:#FFFFFF;
}

#left #contact span a, a:active{
	color:#fff;
}

#left #contact span a:hover{
	text-decoration:none;
}

#left #opening{
	width: 145px;
	height: 120px;
	float:left;
	background: url(img/openingbg.png) no-repeat;
	margin: 0 0 10px 20px ;
	color:#FFFFFF;
}
#left #folder{
	width: 145px;
	height: 120px;
	float:left;
	margin: 0 0 10px 20px ;
	color:#FFFFFF;
}

#left #opening span{
	margin-left:5px;
	font-weight:bold;
}

#left #opening table{
	width:138px;
	height:95px;
	margin: 5px 5px 0px 5px;
	float:left;
	padding:0px;
}

/*------------------------------------------------- */

#mid {
	background: url(img/midbg.png) no-repeat;
	width:606px;
	height:605px;
	float:left;
	margin: 0 0 0 10px;
}

#mid #content{
	width:600px;
	height:590px;
	margin:10px;
}

#mid #content span{
	font-weight:bold;
}

#right{
	width:150px;
	height:605px;
	float:left;
	margin: 0 0 0 10px;
	text-align:center;
	/*background-color:#000066;*/
}

#right .banner{
	margin:5px;
}

/*------------------------------------------------- */

#footer{
	clear:both;
	width:100%;
	height:60px;
	/*background-color:#000000;*/
	float:left;
	margin: 10px 0 0 0;
	font-size:11px;
	color:#000000;	
}

#footer .zoeken{
	float:left;
	margin-left:70px;
}

#footer .text{
	float:left;
	margin-left:300px;
}

#footer .menubottom{
	float:left;
	margin-left:400px;
}

#footer .menubottom a, a:active{
	color:#000;
}

#footer .menubottom span a:hover{
	text-decoration:none;
}

.tekst_groot{
font-size: 11px;	
color: #FFFFFF;
}

.actiecontent{
background-color:#1b386d;
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
}


