body {
	background: #e5e5e5 url(images/bg.jpg) repeat-x;
	font-family: Georgia, Arial;
	font-size: 14px;
}
a:link:visited:hover:active{
	color: #000;
}

#titel{
	font-style: normal;
	text-align: center;
	margin-top: 30px;
	margin-left: 10px;
}

/*menu*/
#menu{
	background: url(images/menu.gif);
	position: absolute;
	width: 570px;
	height: 27px;
	right: 0;
	top: 124px;
	list-style:none;
}

#menucontent{
	margin-top: 0px;
	margin-left: 7px;
	margin-right: 5px;
	color: #fff;
}

#menu li {
	float: left;
	vertical-align: middle;
	font-family: georgia;
}

#menu li a {
	display: block;
	padding: 8px;
	background-color: transparant;
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
	height: 11px;
	vertical-align: middle;
	font-family: georgia;
}

#menu li a:hover {
	display: block;
	padding: 8px;
	width: auto;
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
	background-color: #477799;
	vertical-align: middle;
	font-family: georgia;
}

#current{
	display: block;
	padding: 8px;
	width: auto;
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
	background-color: #477799;
	vertical-align: middle;
	font-family: georgia;
}
/*main*/
#main {
	position:absolute;
	width: 800px;
	top: 0px;
	height: 100%;
	left: 50%;
	margin-left: -400px;
	background: #e5e5e5 /*grijs*/  url(images/mainbg.png) repeat-y;
}

#maintext{
	position:absolute;
	top: 150px;
	margin-left: 260px;
	margin-right: 10px;
}

/* nieuwsbalk blauw */
#lefttop{
	position: absolute;
	width: 200px;
	height: 15px;
	top: 145px;
}

#left {
	position:absolute;
	width: 200px;
	height: 500px;
	top: 160px;
	background: #00487f;
}

#lefttext{
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
	font-family: Georgia, Arial;
	font-size: 12px;
}
#newscontentleft{
	margin-left: 2px;
}







