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;
}
#logolink{
	
}

#logo{	
	position: absolute;
	width: 164px;
	height:130px;
	top: 10px;
	left: 28px;
}

/*menu*/
#menu{
	background: url(images/menu.png);
	position: absolute;
	width: 570px;
	height: 27px;
	right: 165px;
	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: 950px;
	top: 0px;
	height: 100%;
	left: 50%;
	margin-left: -475px;
	background:#e5e5e5 /*grijs*/  url(images/mainbg.png) repeat-y;
}

#maintext{
	position:absolute;
	top: 150px;
	bottom: 0px;
	overflow: auto;
	width:540px;
	padding-left:30px;
	margin-left: 215px;
	margin-right: 10px;
}

/* nieuwsbalk blauw */
#lefttop{
	position: absolute;
	width: 200px;
	height: 15px;
	top: 145px;
}

#left {
	position:absolute;
	width: 200px;
	height: 100%;
	overflow: hidden;
	top: 0px;
}

#lefttext{
	position: absolute;
	width:190px;
	padding: 5px;
	color: #fff;
	top: 160px;
	height: 100%;
	font-family: Georgia, Arial;
	font-size: 12px;
	background: #00487f;
}

#newscontentleft{
	margin-left: 2px;
}

#sponsorbalk{
	position: absolute;
	right: 0px;
	width: 150px;
	text-align: center;
	height:100%;
	top: 0px;
	overflow: hidden;
}

#sponsortitel{
	position: relative;
	top: 150px;
	color: white;
	background: #00487f;
	font-family: Georgia;
	height: 11px;
	padding: 8px;
	vertical-align: middle;
}

#sponsors{
	position: relative;
	top: 150px;
	background: #477799;
	height: 100%;
	padding: 10px;
}

#sponsors ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}


#sponsors img{
	border: 0px;
	width: 130px;
}


