* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000;
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #fff;
}
#wrapper {
	padding: 20px;
}
#norefresh {
	color: #808080;
	position: absolute;
	top: 5px;
	right: 20px;
	font-size: 80%;
	background: url(/images/ajax-loader-status.gif) no-repeat center right;
	padding-right: 20px;
}
h1 {
	color: #717171;
	font-size: 230%;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #191919;
}
#status {
	height: 30px;
	margin-bottom: 1em;
	background-color: #800000;
}
#status div {
	width: 16.6%;
	float: left;
	text-align: center;
	padding: 6px 0;
	background-color: #800000;
	font-weight: bold;
	font-size: 120%;
}
#status .actief {
	background-color: #008000;
}
#status .bijnanonactief {
	background-color: #FF8000;
	color: #000;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
#news {
	color: #B3B3B3;
	line-height: 150%;
}
#news span {
	margin-right: 10px;
}
#news .5mins td {
	color: #fff;
	text-decoration: underline;
}
#webcam1 {
	float: right;
}
#webcam1 img {
	width: 450px;
}
#kijkers {
	position: absolute;
	top: 35px;
	right: 20px;
}
#berichten {
	border-collapse: collapse;
}
#berichten td {
	padding: 5px 10px 5px 0;
	vertical-align: top;
	border-bottom: 1px solid #0E0E0E;
}
#berichten td.5mins {
	color: #000;
}