@charset "UTF-8";
/* CSS Document */

body {
	background:#fff url(bg.jpg) 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #666666;
}
/* ++++++ HOOFDMENU +++++++++++++ */
#header ul {
	float:left;
	overflow:hidden;
	margin-top:5px;
}
#header ul.main-menu {
	margin-left:2px;
}
#header ul li {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:inline;
	float:left;
	font-size:14px;
}
#header ul li a {
	float:left;
	padding:0 7px 0 6px;
	color:#f70303;
	text-decoration:none;
}
#header ul li a:hover {
	color:#000;
}

.tekst {
	vertical-align:top;
}
/* ++++++ FORMULIER +++++++++++++ */
.zoektabel { color: black; font-size: 12px; font-family: Verdana,Arial,Georgia; padding-top: 5px;}

label {
	display:block;
	float:left;
	width:170px;
	margin-bottom:15px;
}
input, select {
	float:left;
	margin-bottom:15px;
	padding:2px;
	font-size:11px;
	color:#000;
	background-color:#dedede;
	border:0;
}
	input.xlarge, 
	select.xlarge {
		width:420px;
	}
	input.large, 
	select.large {
		width:240px;
	}
.horizontal {
	float:left;
}
	.horizontal label {
		width:auto;
		padding:0 15px 0 5px;
	}

input.radio {
	padding:0;
	margin:0;
	background-color:transparent;
}
input.submit {
	background-color:#CCCCCC;
	font-size: 12px;
	color: #333333;
	padding: 0;
	margin: 0;
	height: 25px;
	width: 120px;
	float: right;
}
.fotobijschrift
{
	text-align:center;
	font-style:italic;
font-size: 11px;


}
