@charset "utf-8";
/* CSS Document */

#outline {
	width: 834px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background-image: url(../assets/bg_boven.jpg);
	background-repeat: no-repeat;
	height: 126px;
	position: relative;
}
#header h1 {
	padding: 10px 0;
	display: none;
}
#adres  {
	font-size: 9px;
	position: absolute;
	left: 519px;
	top: 24px;
	right: 20px;
}
#adres div {
	float: left;
	padding-right: 20px;
}
#adres a {
	color: #4F6067;
}

#adres strong   {
	font-size: 10px;
}
#mainNav   {
	position: absolute;
	top: 103px;
	color: #60671A;
	left: 35px;
}
#mainNav  ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainNav  li {
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline;
}
#mainNav  li  a {
	color: #B82E00;
	text-decoration: none;
	font-weight: bold;
}
#mainNav  li  a:hover {
	color: #771E00;
	text-decoration: none;
}
#mainContent {
	padding: 10px 35px 0px;
	background: #A4C5EA url(../assets/bg_body.jpg) repeat-y;
}
#footer {
	background:url(../assets/bg_onder.jpg) no-repeat;
	background-position: center;
	height: 35px;
	text-align: center;
}
#footer p {
	padding: 10px 0;
	color: #606620;
}
#footer a {
	color: #606620;
}
#footer a:hover {
	color: #9B852B;
}
.fotoLinks, .fotoRechts{
	border: 1px solid #9BA224;
	margin-bottom: 5px;
	float: right;
	padding: 3px;
	background-color: #E7E7A9;
}
.fotoLinks {
	margin-right: 8px;
	border: 1px solid #656968;
	float: left;
	margin-bottom: 5px;
}

.fotoRechts {
	margin-left: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

