body{
 background-color: #c1b400;
	background-image: url(images/achtergrond.jpg);
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
 color: #192f7c;
}
#container{
 width: 800px;
	background-color: #f1f1f2;
	margin: 10px auto 0px auto;
	border: 5px solid #fff;
	padding: 0;
}
#header{
 width: 100%;
	height: 199px; 
}
#menu{
 background-color: #192f7c;
	width: 800px;
	height: 35px;
	padding: 0;
	margin: 0;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;	
}
#menu ul{
	width: 100%;
	list-style: none;
	color: #fff;
	padding: 0;
	margin: 2px 0 0 16px;
	text-transform: uppercase;
}
#menu ul li{
 display: block;
	float: left;
	font-weight: bold;
	padding: 6px 6px 9px 6px;
	margin: 0 0 0 0;
	border-right: 1px solid #8c97be;
}
#menu ul li a{
 color: #fff;
	text-decoration: none;
}
#menu ul li a:hover{
 color: #c1b400;
}
#content{
 min-height: 100px;
	background-color: #f1f1f2;
	overflow: hidden;
}
#tekst{
	width: 520px;
 margin: 20px 10px 0px 20px;
	padding: 0 0 10px 0;
	text-align: justify;
	float: left;
}
#tekst h1{
 font-size: 16px;
	padding: 0px;
	text-transform: uppercase;
	border-bottom: 2px solid #c1b400;
}
#tekst a{
 color: #192f7c;
}
#fotos img{
	border: 0;
	background-color: #fff;
} 	
#fotos a{
	border: 0px;
}
#home{
 margin: 20px 0 10px 0;
}
#adres{
 width: 760px;
	border-top: 2px solid #192f7c;
	border-bottom: 2px solid #192f7c;	
 font-size: 22px;
	margin: 10px 0 10px 20px;
	text-align: center;
	padding: 7px 0 7px 0;
	font-weight: bold;
}
#adres1{
	width: 390px;
	float: left;
	text-align: right;
}
#adres2{
	width: 390px;
	float: right;
	text-align: left;
}
#sidebar{
 float: right;
	width: 200px;
	min-height: 300px;
 margin: 0px 0px 20p 0px;
	padding: 15px 20px 0 20px;
	background-image: url(images/achtergrond_sidebar.jpg);
	background-repeat: repeat-x;
}
#sidebar h1{
 font-size: 13px;
	padding: 3px;
	background-color: #c1b400;
	/*border-bottom: 2px solid #c1b400;*/
	margin: 0 0 0 0;
	color: #fff;
	text-transform: uppercase;	
}
#sidebar p{
 margin: 0px 0 30px 0;
	padding: 3px 3px 6px 3px;
	background-color: #fafafa;
}
#sidebar p a{
 color: #c1b400;
}
#footer{
 background-color: #192f7c;
	width: 100%;
	height: 60px;
	color: #fff;
	text-align: center;
	margin: 5px 0 0 0;
	border-top: 5px solid #fff;	
}
#footer h1{
 font-size: 14px;
	font-weight: bold;
	margin: 3px 0 2px 0;
	padding: 0;
}
#footer p{
 font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 130%;
}
#photodiv {
  background-repeat: no-repeat;
}
#copy{
 font-size: 10px;
	color: #fff;
	margin: 3px auto 10px auto;
	width: 800px;
	font-weight: bold;
	text-align: right;
}
#copy a{
 text-decoration: underline;
	color: #fff;
}