body
         {
         background-color: #ffffff;
         font-family: verdana, arial, sans-serif;
         font-size: 16px;
         width: 100%;
         height: 100%
         margin: 0;
         padding: 0;
      	}

#hauptcontainer
	{
         width: 955px; /*Width of main container*/
	margin: left; /*Center container on page = auto*/
         margin-left: 20px;
         margin-top: 20px;
         padding: 0 0 0 0;
	}

#header
	{
         width: 955px;
         height: 35px;
	border-top: 0px solid;
	border-right: 0px;
	border-bottom: 0px solid;
	border-left: 0px;
         background-repeat: no-repeat;
	background: #4B6482;
         }
#navi
	{
         width: 205px;
         height: 448px;
         margin: 0 0 0 -955px; /*Set margin to that of -(MainContainerWidth)*/
	padding: 0 0 0 0;
         border: 0px solid;
         background: #4B6482;
         float:left;
         display: inline;
	}

#inhalt
	{
         width: 580px;
	height: 448px;
         margin: 0 170px 0 205px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
         padding: 0px;
         text-align: justify;
         font-size: 0.9em;
         line-height: 1.5em;
         background: #DCE1E6;
	}

#newsbar
{
         width: 170px;
	height: 448px;
	border: 0px solid #8A2BE2;
	margin-left: -170px; /*Set left margin to -(RightColumnWidth)*/
         padding: 0 0 0 0;
         background: #DCE1E6;
         float:left;
	}

#contentwrapper{
	float: left;
	width: 100%;
	}
.navmenu{
	list-style-type: none;
         color: white;
	margin: 5px 0px 5px 0px;
	padding: 0 0 0 0;
	width: 205px;
         height: 438px;
	border: 0px solid;
	text-align: center;
         text-indent: 8px;
	}
html>body .navmenu{
	list-style-type: none;
         color: white;
	margin: 5px 0px 5px 0px;
	padding: 0 0 0 0;
	width: 190px;
         height: 438px;
	border: 0px solid;
	text-align: left;
         text-indent: 8px;
	}
.navmenu li a{
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
display: block;
color: white;
width: 205px;
padding: 2 0 2 0;
text-decoration: none;
text-align: left;
}
html>body .navmenu li a{ /*alle browser ausser IE */
	width: 205px;
	}
.navmenu hr {
	width: 205;
         height: 2;
         vertical-align: middle;
         background:white;
         color:white;
         border: 0px;
         margin: 0 0 0 -8;
         padding: 0 0 0 0;
         align: left;
	}
html>body .navmenu hr {
         margin: 5 0 5 0;
	}
.navmenu li a:visited {
	color: white;
	}
.navmenu li a:active{
	color: #ffffff;
}
.navmenu li a:hover
	{
         background: #DCE1E6;
	color: #111111;
	}

