* {
	margin: 0px;
	padding:0px;
	behavior:url(iepngfix.htc);
}

html {
	overflow-y: scroll;
}

body {
	background: #bfc6d0 url('img/bg.jpg') no-repeat center bottom;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 22px;
}

img {
	border: 0px;
}

p {
	margin-bottom: 21px;
}

#container {
	margin: 0 auto;
	text-align: justify;
	width: 950px;
	margin-bottom: 20px;
}

#header {
	width: 950px;
	height: 240px;
}

#header img.logo {
	float:left;
}

#header img.microfoon {
	z-index: 999;
	margin-top: 25px;
	float:right;
}


#menu {
	height: 40px;
	width: 950px;
	margin-top: 10px;
	color: #fff;
	background-image: url('img/menu_bg.png');	
}

#menu ul {
	float:left;
	padding-top: 9px;
	font-weight:bold;
	font-size: 13px;
}

#menu li {
	float:left;
	display:block;
	margin-left: 7px;
	padding-right: 7px;
}

#menu li a {
	color: #FFF;
	text-decoration: none;
	padding-right: 7px;
}

#menu li a:hover {
	color: #fff;
	text-decoration: underline;
}

#menu li a.active {
	color: #fff;
}

#content {
	width: 920px;
	margin-top: 20px;
	padding: 15px;
	background-color: #fff;
}

#content h1 {
	font-size: 17px;
	color: #f00000;
	margin-bottom: 20px;
}

#nieuws {
	float:left;
	width: 438px;
	margin-top: 40px;
	margin-right: 40px;
}

#nieuws h1 {
	font-size: 15px;
	color: #f00000;
}

#webcam {
	float:right;
	width: 438px;
	margin-top: 40px;
}

#webcam h1 {
	font-size: 15px;
	color: #f00000;
}

.nieuwsitem {
	clear:both;
	float:left;
	border-top: 1px solid #e3e3e3;
	height: 30px;
	width: 400px;
	margin: 0px;
}

.nieuwsitem p {
	margin: 0px;
}

p.datum {
	float: left;
	color: #f00000;
	margin-right: 20px;
	margin-top: 4px;	
}

p.titel {
	margin-top: 4px;
	font-weight:bold;
}

p.titel a {
	color: #000;
	text-decoration: none;
}

p.titel a:hover {
	color: #f00000;
	text-decoration: underline;
}

#copyright {
	float:right;
	width: 300px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
}

#copyright a {
	font-weight: bold;
	font-style: italic;
	color: #a90c6a;
	text-decoration:none;
}

strong.nieuwsdatum {
	display:block;
	float:left;
        width:150px;
}

h1.nieuwstitel {
        display:block;
	font-size: 15px;
	color: #f00000;
        float:left;
        margin:0 !important;
}

/* Fotoalbum */
a.fotothumb {
	display:block;
	float:left;
	width:125px;
	padding:0 0 0 25px;
	margin:0 0 0 25px;
	text-decoration:none;
	}
a.fotothumb img {
	display:block !important;
	float:none !important;
	margin:0 0 0 -25px !important;
}

