/* CSS Document */
body {
	margin:0;
	padding:0;
	background:#003366;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	color:#000;
}
#top {
	width:960px;
	height:70px;
	margin:0 auto;
	background:url(../images/beeldmerklogo.png) 0 1px no-repeat;
}
#top span {
	display:none;
}
#header {
	width:960px;
	height:99px;
	margin:0 auto;
	background:#ffffff url(../images/banner.jpg) 0 31px no-repeat;
}
#menu {
	list-style:none;
	padding:0;
	margin:0;
	width:960px;
}
#menu li {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	line-height:28px;
	padding:0;
	width:20%;
	color:#003366;
}
#menu a {
	color:#003366;
}
#menu li.current {
	border-bottom:3px solid #99400f;
}
#menu li:hover {
	border-bottom:3px solid #003366;
}
#container {
	overflow:hidden;
	background-color:#99400f;
	width:960px;
	margin:0 auto;
	padding:3px 0 0 0;
}
#content {
	float:left;
	width:740px;
	background-color:#fff;
	overflow:hidden;
	min-height:600px;
	text-align:left;
}
h3 {
	margin:30px 30px 15px 30px;
	padding:0;
	font-weight:normal;
	font-size:11px;
	color:#333;
	font-style:italic;
}
h3 a {
	color:#333;
}
h3 a:hover {
	text-decoration:underline;
}
/* Voorpagina */
h2 {
	margin:0px 0px 15px 0px;
	padding:0;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#73481d;
}
h2 a {
	color:#73481d;
}
#content a:hover {
	text-decoration:underline;
}
.header {
	float:left;
	width:475px;
	margin:0 30px;
	font-size:13px;
	color:#333;
}
img.voorpagina {
	margin:0 0 20px 30px;
}
/* informatie en nieuws */
h1 {
	margin:0px 30px 15px 30px;
	padding:0;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#73481d;
}
.body {
	float:left;
	width:450px;
	margin:0 30px;
	font-size:13px;
	color:#333;
}
.nwsheader {
	margin:0 0 20px 0;
	font-weight:bold;
}
/* news list*/
#newslist {
	float:left;
	width:600px;
	margin:0 30px 20px 30px;
	padding:0;
	list-style:none;
	font-size:13px;
	color:#333;
}
#newslist li {
	clear:both;
}
#newslist span {
	display:block;
	width:80px;
	height:20px;
	float:left;
	margin-right:5px;
}
#newslist a {
}
/* rechts */
#kolom {
	float:left;
	text-align:left;
}
#submenu {
	list-style:none;
	margin:55px 0 0 0;
	padding:0;
}
#submenu li {
	font-weight:bold;
	font-size:13px;
	line-height:27px;
	width:220px;
}
#submenu li a {
	color:#fff;
	padding-left:20px;
}
#submenu li a:hover {
	text-decoration:underline;
}
#submenu li span {
	padding-left:20px;
	line-height:28px;
}
#submenu li.current {
	background:url(../images/bg-current.png) 0 0 no-repeat;
	color:#99400f;
}
#submenu li.current a {
	color:#99400f;
}
#footer {
	list-style:none;
	display:block;
	width:300px;
	margin:5px auto;
	padding:0;
}
#footer li {
	float:left;
	font-size:11px;
	padding:0 20px;
}
#footer li a {
	color:#fff;
}
