body{

	border-style: solid;
	border-top-width: 4px;
	border-color: black;
	font-family: Sans-serif;
	margin: 0px;
	padding: 0px;
}
body a{
	color: #ce0000;
}

#midden{
	width: 450px;
	position: absolute;
	left: 50%;
	margin-left: -225px;
}

#header{
	position: absolute;
	top: -80px;
	right: -270px;
}
#menu a img,#header a img{
	border-style: none;
}

#menu{
	width: 240px;
	position: absolute;
	left: 50%;
	top:200px;
	margin-left: 260px;
}
#menu h5{
	line-height: 0px;
	margin-bottom: 10px;
}

#body{
	position: relative;
	top: 20px;
	margin-bottom: 70px;

}
#body form#wijzigen{

}
#body form#wijzigen textarea{
	width: 450px;
	padding: 5px;
	border: 1px solid black;
	font-family: monospace;
	margin: 10px 5px 10px 5px;
}
#body input{
	border: 1px solid black;
	display: inline;
	margin: 5px;
	padding: 4px;
	font-weight: default;
	background-color: white;
	color: black;
	z-index: 1000;

}
#body p.inputlabel{
	line-height: 0px;
	font-size: 12px;
	font-weight: bold;
	
}
#body input#zoekveld{
	width: 280px;
	height: 25px;
	padding: 10px;
	font-size: 20px;
	margin: 0px;
}
#body input#zoekknop{
	width: 100px;
	height: 48px;
	margin-bottom: 4px;
	font-size: 20px;
	margin: 0px;
}
#body input.hidden{
	display: none;
}
#body #zoekform{
	margin: 8px;

}
#body select{
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding: 3px;
	margin-bottom: 5px;
	font-weight: 200;
	color: grey;
	background-color: #F7F7F7;
	color: #080808;
	
}
#body p.info{
	border: 1px solid #b528b5;
	padding: 5px;
	text-align: left;
}
#body table{
	width: 450px;
}
table#alternatieventabel tr td a {
	color: black;
}
table#alternatieventabel tr:hover td a {
	color: white;
}
#body table#alternatieventabel tr{
	border: 2px solid black;

}
#body table hr{
	width: 340px;
	border-style: none;
	height: 1px;
	background-color: grey;
	
}

#body table#alternatieventabel tr:hover td{
	background-color: blue;
	color: white;
	cursor: pointer;
}
#body table#alternatieventabel tr:hover span, #body table#alternatieventabel tr:hover p{
	color: white;
}
#body table#alternatieventabel tr:hover hr{
	background-color: white;
}

#body table#alternatieventabel h3, #body table#alternatieventabel p{
	line-height: 2px;
}
#body table#alternatieventabel tr td p{
	color: rgb(120,120,120);
}

#body table#alternatieventabel tr #aanvragen{
	text-align: center;
}
#body table#alternatieventabel tr:hover #aanvragen{
	background-color: white;
	color: black;
	cursor: default;
}
#body table#alternatieventabel tr:hover #aanvragen a{
	color: black;
}
#body table#alternatieventabel tr #aanvragen a:hover{
	color: #ce0000;
}

#body table tr h3{
	margin-bottom: 30px;
}
#body a{
	text-decoration: none;
	font-weight: bold;
}
#body .menu a{
	font-weight: normal;
}
#body .menu a:hover{
	font-weight: bold;
}
#body #contact textarea{
	padding: 5px;
	border: 1px solid black;
	width: 300px;
	height: 100px;
}
#body #contact hr{
	width: 100%;
	height: 1px;
	border-width: 0px;
	background-color: black;
}

#alternatieven{
	position: absolute;
	margin-top: 7px;
	right: 5px;
	font-size: 12px;
	color: #b528b5;
}

#footer{
	position: absolute;
	z-index: 1000;
	bottom: 0px;
	width: 800px;
	color: grey;
	left: -200px;
	text-align: center;
	padding-top: 5px;

}
#footer a{
	color: grey;
}

#alternatieftekst{
	padding: 0px 13px 13px 13px;
}


ul.menu{
	margin: 0;
	padding-left: 13px;
}
ul.menu li{
	font-size: 14px;
	list-style-image: url(../img/pijl.png);
	margin: 10px;
}
ul.menu li:hover{
	font-weight: bold;
}
ul.menu li a{
	text-decoration: none;
	color: black;
}


#resultaten{
	color: #b528b5;
	font-weight: bold;
	width: 100%;
	border-bottom: 2px solid #b528b5;
}
.quote{
	margin: 5px;
	padding: 10px;
	border: 1px dotted #b528b5;
}
.center{
	text-align: center;
}
#ikzoekeen{
	margin: 0px;
}
h3{
	padding-top: 10px;
}
table#nieuws h3{
	margin-bottom: 0px;
	padding: 0px;
	line-height: 0px;
	display: block;
}
table #datum{
	font-size: 12px;
	line-height: 0px;
	display: block;
	margin-top: -10px;


}	

#links{
	position: absolute;
	margin-left: -400px;
	left: 50%;
	top: 20px;
}