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

.logo{
	float:left;
	margin:20px 10px;
	border:0;
}

hr{
	size:1px;
	margin:15px 10px 10px 10px;
	color:#06317b;
}

h1{
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	font-stretch:narrower;
	margin:15px 10px;
	color:#06317b;
	letter-spacing:5px;
	padding:0;
}

h4{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#06317b;
	margin:0 5px;
}

.lijn{
	color:#06317b;
	margin:4px 10px;
}

.clear{
	clear:both;
	height:1px;
	display:block;
}

.imgageright{
	float:right;
	margin:10px;
}

.button, .button a{
	border:1px solid #06317b;
	padding:5px;
	background-color:#b6c8e6;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px;
	text-decoration:none;
	color:#06317b;
	line-height:30px;
}

.button:hover, .button:focus{
	border:1px solid #06317b;
	background-color: #99b4e3;
	color:#06317b;
}

body{
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	text-align:center;
	margin:20px 0;
	padding:0;
}

#wrapper{
	width:950px;
	margin:0 auto 15px auto;
	text-align:left;
	background: url(images/wrapper_bg.jpg) repeat-y;
	border:1px solid #849cc5;
}

#navigation{
	width:262px;
	float:left;
	min-height:650px;
	background:url(images/left_bg.jpg) no-repeat;
}

#content{
	width:688px;
	float:left;
}

#content h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#06317b;
	margin:9px;
}

#content p, li{
	font-size:12px;
	margin:10px;
	line-height:24px;
}

#content h3{
	font-size:16px;
	color:#06317b;
	margin:9px;
}

#content-left{
	width:344px;
	float:left;
	margin-bottom:20px;
}

#urgentie-left{
	width:322px;
	border:1px solid #06317b;
	margin:10px;
	background:#FFF;
}
.urgentie-redleft{
	width:322px;
	border:1px solid #06317b;
	margin:10px;
	color:#FFF;
	background:#ff2e36;
}

.urgentie-redleft a{
	color:#FFF;
}
	
.urgentie-right{
	width:322px;
	border:1px solid #06317b;
	margin:10px;
	color:#FFF;
	background:#ff2e36;
}

.urgentie-right a{
	color:#FFF;
}

#content-left h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#06317b;
	margin:9px;
}

#content-left p, li{
	font-size:12px;
	margin:10px;
	line-height:24px;
}

#total{
	width:486px;
	float:left;
	margin-bottom:20px;
}

#boxen{
	float:left;
	width:200px;
}

.frame{
	width:198px;
	float:left;
	margin-bottom:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	border:1px solid #06317b;
	background-color:#fff;
}

#total li{
	margin-right:10px;
}

.span{
	color:#06317b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;	
	margin:10px;
	line-height:18px;
}

#content-right{
	width:344px;
	float:left;
	margin-bottom:20px;
}

#content-right h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#06317b;
	margin:9px;
}

#content-right p, li{
	font-size:12px;
	margin:10px;
	line-height:24px;
}

#content-right span{
	color:#06317b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:10px;
	line-height:18px;
}

#footer{
	background:url(images/footer_left.jpg) #91a2c7 repeat-y left;
	height:90px;
	float:left
	width:950px;
}

#footer h1{
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color:#FFF;
	margin:0 25px 0 262px;
	line-height:45px;
}

#footer h3{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#FFF;
	text-align:center;
	margin-top:5px;
}


/*********************/
/********MENU*********/
/*********************/

#menu{
	margin: 205px 0 0 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-stretch:narrower;
	height:auto;
}

#menu a{
	background-color:#91a2c7;
	padding:5px;
	border-top:1px solid #547dc4;
	border-right:1px solid #547dc4;
	color:#fff;
	text-decoration:none;
	width:180px;
	float:left;
	font-size:12px;
	display:block;
	clear:both;
	text-align:right;
}

#menu a:hover{
	background-color:#547dc4;
	color:#FFFFFF;
}

.border-bottom{
	border-bottom:1px solid #547dc4;
}
