body {
	background-color: #00b4e5;
	margin: 0;
}


#afb1 {
	position: absolute;
	margin: 40px 0 0 450px;
}

#afb1 img, #afb2 img {
	position: absolute;
}


#afb2 {
	position: absolute;
	margin: 40px 0 0 680px;
}

#container {	
	background-color: white;
	background-image: url(background-dezorgrotonde.jpg);
	margin: 40px auto;
	width: 920px;
}

#header {
	background-image: url(header-dezorgrotonde.jpg);
	background-repeat: no-repeat; 
	height: 260px;
}

#content {
	clear: both;
	padding: 40px;
}

#footer {
	background-image: url(footer-dezorgrotonde.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
	padding: 10px 40px;
	color: #AAA;
	text-align: right;
	font-size: 12px;
}

#footer a {
	color: #AAA;
	text-decoration: none;
}

#footer a:hover {
	color: #00b4e5;
	text-decoration: underline;
}

#nav {
	list-style: none;
	background-color: #ecf4db;
	height: 26px;
	margin: 10px;
	padding-left: 20px;
}

#nav li {
	float: left;
	display: block;
}

#nav li a{
	line-height: 26px;
	margin: 0 20px 5px 0;
	color: black;
	display: block;
	text-decoration: none;
}

#nav li a:hover {
	border-bottom: 3px solid #00b4e5;
}

#nav li.selected a {
	border-bottom: 3px solid #b5d570;
}