@charset "UTF-8";
/* CSS Document */
*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body, html{
	margin: 0;
	padding: 0;
}
h1{
	font-size: 14px;
}
h2{
	font-size: 12px;
}
h3{
	font-size: 11px;
}
p{
	font-size: 11px;
}
div{
	font-size: 11px;
}
input, label, textarea{
	font-size: 11px;
}
.required{
	background: #FF9999;
}
a:link, a:visited{
	color: #003d78;
}
a:hover{
	color: #007424;
}
p.breadcrumbs{
	font-size: 10px;
}


/* classes */
.clear{
	clear: both;
}
.rechtsblok{
	border-bottom: 2px solid #b2aa98;
	border-left: 2px solid #b2aa98;
	width: 163px;
	padding: 5px 10px;
}

/* ID's */
#wrapper{
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	
}
#header{
	width: 960px;
	height: 300px;
	/*background: url(../images/content_back.png);*/
	
}
#main{
	width: 960px;
	background: url(../images/content_back.png);
}
#linker{
	width: 205px;
	float: left;
}
	#twitter {
		display:block;
		width: 150px;
		margin-left: 35px;
		height: 100px;
			color: #666;
	}
	#twitter H5 {margin-bottom: 2px;}
#rechter{
	width: 185px;
	float: left;
	margin: 0 12px 0 0;
}
#content{
	width: 518px;
	float: left;
	margin: 20px;
}
#background{
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../images/back_plattegrond.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

/* FOOTER */
#footer{
	clear: both;
	width: 960px;
	height: 90px;
	background: url(../images/footer_back.png);
}
#footertekst{
	width: 922px;
	padding: 35px 0 0 38px;
	margin: 0 auto;
}
#footer a:link, #footer a:visited{
	color: #000000;
	text-decoration: none;
}
#footer a: hover{
	
}

/* menu */

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 205px;
  font-size: 12px;
}
ul.menu{
	background: url(../images/perkament.png);
  	background-position:bottom;
	
}

ul.menu a {
  display: block;
  text-decoration: none;
  color: #29241b;
  background: url(../images/li3.png);
  background-position: bottom;
  background-repeat: no-repeat;           
 }

ul.menu li {
  margin-top: 0px;
  margin-left: -7px;
}

ul.menu li ul li{
	margin-left: 6px;
}

ul.menu li a {	
  padding: 5px 0 5px 20px;
}

ul.menu li a:hover {
  color: #0054a8;
}
ul.menu li a.active{
	font-weight: bold;
	color: #0054c8;
}

ul.menu li ul li a{
  padding-left: 20px;
}

ul.menu li ul li a{
  color: #0054c8;
}

#onderkantmenu a{
	display: block;
	width: 200px;
	height: 100px;
	background: url(../images/menuonderkant.png);
}
#onderkantmenu a:hover{
	background: url(../images/menuonderkant_hover.png)
}

/* formulier rechterbalk */
#rechter form input {
	width: 120px;
	display: block;
	float: left;
	padding: 0;
}
#rechter form label{
	display: block;
	width: 40px;
	float: left;
	padding: 0;
}
#rechter form input, #rechter form label{
	background: #e9e8e3;
	border: 0;
	margin-top: 5px;
}
#rechter form input.hidden{
	margin:0;
}
#rechter form input.nbverzend{
	text-align: right;
	font-weight: bold;
	background: none;
	float: right;
}