html, body
{
	margin:0;
}
body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:url(../img/background.jpg);
	background-attachment: fixed;	
	background-repeat: no-repeat;
	background-position: top center;
}
body p{

	font-size: 10pt;
}

#container
{
	width:812px;
	background: white;
	margin:0 auto;
}
#menu ul, #menu li
{
	margin:0;
	padding:0px 16px;
}
#menu li
{
	width: 145px;
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	line-height: 1.5em;
	text-align: center;
}
#menu li a
{
	font-size: 70%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}
#menu li.actief
{
	font-weight: bold;
	background-color: white;
}
#header
{
	height:253px;
	background-color:gray;
}
#menu
{
	padding:230px 6px 0 6px;
}
#content
{
	min-height:500px;
	padding:16px 36px;
}
#content h1{
	font-size: 12pt;
	color: #488039;
}
.temperatuur
{
	text-align: center;
	width: 180px;
	float: left;
}
.wind
{
	text-align: center;
	width: 240px;
	float: left;
}
.luchtdruk
{
	text-align: center;
	width: 360px;
	float: left;
}
.overzicht
{
	text-align: center;
	width: 720px;
	float: left;
}
.temperatuur p
{
	margin: 0;
}
#footer
{
	/*height:21px;*/
	color: white;
	text-align: center;
	line-height: 18pt;
	font-size: 10pt;
	background:url(../img/footer.jpg);
	padding:0 6px;
}
.clear
{
	clear: both;
}
