body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 150%;
	color: #333;
	background: url('/images/bg.gif') #f0bf2a repeat-x top left;
}
#container {
	margin: 20px auto 0px auto;
	width: 850px;
	background: url('/images/bg-container.gif') repeat-y top left;
}
#header {
	width: 850px;
	height: 160px;
	background: #fff;
}
#slide {
	float: left;
	width: 655px;
	height: 160px;
}
#adres {
	float: left;
	width: 145px;
	height: 110px;
	background: #014061;
	color: #fff;
	font-weight: bold;
	text-align: right;
	padding: 25px;
}
#left {
	margin: 0px;
	width: 195px;
	float: left;
}
#left a.logo {
	margin: 0px;
	padding: 241px 0px 0px 0px;
	display: block;
	height: 0px !important; 
	width: 248px;
	overflow: hidden;
	height /**/: 241px; /* for IE5/Win */
	background: url('/images/logo.gif') no-repeat 0px 0px;
	float: left;
}
#left ul {
	margin: 0px;
	padding: 10px;
	list-style: none;
}
#left ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 175px;
}
#left ul li a {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	font-weight: bold;
	border-bottom: 1px solid #286789;
	background: url('/images/pijl.gif') no-repeat center left;
}
#left ul li a:hover, #left ul li a.current {
	background: url('/images/pijl-over.gif') no-repeat center left;
	color: #f0bf2a;
}
#left li ul {
	position: absolute;
	margin-left : 175px;
	margin-top: -35px;
	left: -999em;
	background: #014061;
	padding: 5px 0px 5px 10px;
}
#left li:hover ul, #left li.sfhover ul {
	left: auto;
}
#left li:hover, #left li.hover {  
	position: static;  
}
#logos {
	background: url('/images/logos.gif') no-repeat top center;
	width: 195px;
	height: 62px;
	margin: 0px 0px 20px 0px;
}
#nieuwsbrief {
	width: 155px;
	padding: 10px;
	margin: 10px;
	background: #fff;
	font-size: 90%;
	text-align: justify;
}
#nieuwsbrief form {
	margin: 0px;
	padding: 0px;
}
#nieuwsbrief input {
	width: 150px;
	margin: 1px 0px 1px 0px;
	border: 0px;
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border: 1px solid #f0bf2a;
	background: #fff;
}
#nieuwsbrief input.button {
	width: 100px;
	background: #014061;
	color: #fff;
}
#home {
	float: left;
	width: 444px;
	margin: 0px;
	padding: 10px 200px 10px 10px;
	float: left;
	height: 156px;
	background: url('/images/bg-home.gif') no-repeat top center;
}
#home h1 {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 130%;
}
#contents {
	float: left;
	width: 634px;
	margin: 0px;
	padding: 10px;
	float: left;
}
#contents input, select {
	width: 140px;
	margin: 1px;
	border: 1px solid #f0bf2a;
	padding: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#container textarea {
	width: 250px;
	margin: 0px;
	border: 1px solid #f0bf2a;
	padding: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#container input[type="checkbox"] {
	width: 20px;
	border:none;
}
#contents input.button {
	margin: 5px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	width: 65px;
	border: 1px solid #014061;
	font-size: 12px;
	color: #fff;
	background: #014061;
	font-weight: bold;
}
#contents input.formbutton {
	margin: 5px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #014061;
	font-size: 12px;
	color: #fff;
	background: #014061;
	font-weight: bold;
}
#contents h1 {
	color: #014061;
	font-size: 180%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#contents h2 {
	color: #014061;
	font-size: 160%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#contents h3 {
	color: #014061;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
#contents a {
	color: #014061;
	text-decoration: underline;
}
#contents img {
	border:none;
}
#contents table tbody tr td img {
	border:none;
}
#contents a:hover {
	color: #f0bf2a;
	text-decoration: none;
}
#contents label {
	display: block;
	float: left;
	clear: both;
	width: 175px;
	font-weight: bold;
	line-height: 22px;
}
#contents .nieuwsbericht {
	background: #cedae1;
	margin: 10px;
	padding: 10px;
	height: 100px;
}
#contents .nieuwsbericht img {
	border: 1px solid #014061;
	margin: 0px 10px 0px 0px;
}
#contents .nieuwsbericht h3 {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}
#contents .nieuwsbericht h3 a {
	text-decoration: none;
}
#contents .nieuwsbericht h3 a:hover {
	color: #fff;
}
#contents .nieuwsbericht p {
	padding: 0px;
	margin: 0px;
}
#contents .nieuwsbericht .clear {
	clear: both;
}

#zoeken{
	float:right;
	display:block;
}

#footer {
	background: url('/images/bg-footer.gif') no-repeat top left;
	height: 31px;
	width: 850px;
	text-align:right;
	color:#fff;
	font-size:90%;
	clear: both;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #f0bf2a;
	text-decoration: none;
}

#album  a {
	float: left;
	display: block;
	width: 120px;
	height: 90px;
	text-decoration: none;
	margin:0 10px 20px 0;
}
#album a img {
	border: 1px solid #014061;
	display: block;
}
#album a:hover  img {
	border: 1px solid #014061;
}
#end{ 
	clear: both;
}

#contents img{
	border: 1px solid #014061;
	margin:3px;
}

#fotoblok{
	float:left;
	display:block;
	margin:0 5px 25px 0;
}

#details{
	float:left;
	width:370px;
	display:block;
	line-height: 25px;
	margin:0 0 25px 0;
}

#details label{
	width:170px;
	line-height: 25px;
}

#details span {
	display:block;
	float: right;
	width: 200px;
	line-height: 25px;
}
#details .clear {
	clear: both;
}


#fotos{
	clear:both;
	padding:0;
	margin:0;
}

#omschrijving{
	clear:both;
	padding:0;
	margin:0;
}

#contents .aanboditem {
	display: block;
	float: left;
	width: 185px;
	height: 185px;
	margin: 0px 7px 14px 7px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border: 1px solid #ddd;
	text-decoration: none;
}
#contents .aanboditem  a img {
	border: 1px solid #014061;
	margin:3px;
}
#contents .aanboditem  h2{
	font-size: 100%;
	text-decoration: none;
	margin: 10px 0 0 0;
	font-weight: bold;
}
