body {
	background-color:#B9C5D8;
	font: normal 0.8em "Bitstream Vera sans", "Lucida Grande", Verdana, sans-serif;
}

#maincontainer {
	width: 748px;
	margin: 1em auto 0 auto;
	background-image: url(images/background.jpg);
}

#topschatten {
	width: 748px;
	height: 13px;
	background-image: url(images/top.jpg);
	margin:0;
	padding:0;
	/* IE Fix */
	font: normal 0.1em sans-serif;
}

#inhalt {
	margin-left: 200px;
	padding-right: 24px;
	min-height: 350px;
}

#endeschatten {
	width: 748px;
	height: 16px;
	background-image: url(images/bottom.jpg);
}

#menu {
	float: left;
	margin-left: 5px;
	width: 180px;
	height: 350px;
}

#logo {
	border-top: 0px solid #2D2D34;
	border-bottom: 0px solid #C0C1CB;
	height: 40px;
	margin: 0 10px 0 10px;
	font: bold 20px/40px helvetica, sans-serif;
	text-align: center;
	color:#555;
}

h1 {
	font: normal 20px sans-serif;
	border-bottom: 1px solid #1C5C84;
	color:#1C5C84;
}
 #navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{

/* to display the list horizontaly */
margin: 0em 2em 0 0.8em;
padding: 0;
}

#navlist a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #fff;
border-top: 1px solid #A3A19E;
border-left: 1px solid #D9D6D1;
border-right: 1px solid #D9D6D1;
border-bottom: 1px solid #F0EEEC;
text-align: center;
text-decoration: none;
color: #006595;
margin: 3px 0;
padding:1px;
}

#navlist a:hover { 
border-top: 1px solid #A3A19E;
border-left: 1px solid #D9D6D1;
border-right: 1px solid #D9D6D1;
border-bottom: 1px solid #F0EEEC;
background-color:#EEEEEE;
 }
#navlist a:visited { color: #006595; }