body {
	background: #000000;
	font-family: verdana, arial, sans-serif;
	color: white;
}

#wrapperall {
	width: 900px;
	height: 500px;
	margin: 30px auto auto auto;
	background-image: url('http://www.hannesendress.de/images/hannes-endress.png');
	background-repeat: no-repeat;
}

#left { /* de stijlen van de navigatie */
	width: 125px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-align: left;
}

#middle {
	width: 570px;
	float: left;
	margin: 0 70px 0 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
}

#bildmitte {
	margin-top: 40px;
}

#right { /* de stijlen voor de kolom links, het nieuws */
	width: 120px;
	float: left;
	margin-top: 78px;
	align: right;
}

.normal {
	border: 0px none;
	line-height: 1em;
	color: #000;
}



#navcontainer {
	width: 120px;
	padding-top: 226px;
	margin-top: 79px;
	background-image: url('http://www.hannesendress.de/images/naviback.gif');
}

#navcontainer ul
{
margin-left: 0px;
padding-left: 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
color: #99998C;
padding: 5px 0px 5px 0px;
line-height: 25px;
width: 120px;
font-size: 12px;
text-align: center;
background-image: url('http://www.hannesendress.de/images/navi.png');
background-repeat: no-repeat;
}

#navcontainer a:link, #navlist a:visited
{
color: #99998C;
text-decoration: none;
}

#navcontainer a:hover
{
background-image: url('http://www.hannesendress.de/images/navi-hover.png');
background-repeat: no-repeat;
color: #fff;
}

#navcontainer li a#current
{
background-image: url('http://www.hannesendress.de/images/navi-hover.png');
background-repeat: no-repeat;
color: #fff;
}