html, body
{
	margin:0;
	height:100%;
}
body
{
	background:#4096ee url(/images/bg.jpg) top repeat-x;
	color:white;
	cursor:default;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
#wrapper
{
	min-height:100%;
	position:relative;
}
#container
{
	width:779px;
	margin:0 auto;
	background:url(/images/header.png) top no-repeat;
	padding:250px 30px 0 30px;
	overflow:auto;
	font-size:1em;
}
#content
{
	float:right;
	width:520px;
	background:#70b1f3 url(/images/content_bg.jpg) repeat-x;
	padding:10px;
	margin-bottom: 150px;
	position:relative;
	right:45px;
	z-index:2;
	border:solid 5px #fff;
	min-height: 475px;
}
#content a {
	color: #fff;
	text-decoration: underline;
}
#content a:hover {
	color: #fff;
	text-decoration: none;
}
#picture {
	text-align: center;
}

#navigatie {
	height: 30px;
	top: 350px;
	position: absolute;
}
#navigatie ul {
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:bold 16px Arial; 
	border: 5px solid #FFF; 
	line-height:165%;
	width:158px;
}
#navigatie ul li {
	margin:0;
	padding:0;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
#navigatie ul li a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	background:#3787ea;
	padding:0 0 0 8px;
	width:150px;
}
#navigatie ul li a:hover {
	background:#3870b5 url("/images/menu_pijl.gif") no-repeat 0 9px;
}
#navigatie ul li.selected a, ul li.selected a:hover {
	background:#9fc3f0 url("/images/menu_pijl.gif") no-repeat 0 9px;
}
#weer {
	height: 112px;
	width: 171px;
	margin-top: 400px;
}
#footer
{
	background:url(/images/gras.png) bottom repeat-x;
	height:141px;
	width:100%;
	position:absolute;
	bottom:0;
	z-index:3;
	text-align:center;
}
#footer p
{
	padding-top:100px;
}
h2
{
	color:black;
}