#container{
	width: 1000px;
}

html {
  font: 100% Arial, Helvetica, sans-serif;
}

#header {
	height: 120px;
	width: 1000px;
	position: relative;
	border-bottom:2px solid #000000;
	background-image: url("../img/BCEnnert.png");
	background-repeat:no-repeat;
	background-position:top center;
}



#leftnav {
	float: left;
	width:20%;
	height:500px;
	padding-top:18px;               /* Innenabstand oben  */
        display:block;
	color:yellow;
	background-color:lightblue;
}



#leftnav ul {
   margin-left:0px;               /* Außenabstand oben  */
   list-style:none;               /* keine Aufzählungspunkte */
 }

#leftnav li {
   background-color:blue;       /* Hintergrundfarbe   */
   color:white;
   margin:10px 0px 0px 0px;      /* Außenabstand oben  */
   width:130px;
   padding-top:5px;               /* Innenabstand oben  */
   padding-bottom:5px;            /* Innenabstand unten */
   padding-left:5px;              /* Innenabstand links */
   padding-right:5px;             /* Innenabstand rechts */
}

#leftnav a {

text-decoration: underline;
display:block;
font-weight: bold;
font-family: verdana;
font-size: 14px;

}


#leftnav a:link {

color: white;
text-decoration: underline;
display:block;
font-weight: bold;

}
#leftnav a:visited {

color: #FF00FF;
text-decoration: none;
font-weight: bold;

}
#leftnav a:hover {

color: #cc0000;
text-decoration: none;
background-color:yellow;
font-weight: bold;

}


#rightnav {
	float: right;
	width: 20%;
	padding-top:18px;               /* Innenabstand oben  */
        padding-left:20px;               /* Innenabstand links  */
        margin:0;
  	height:500px;
	background-color: #F8AA3C;
}

#body {
	width: 54%;
	height:500px;
	padding-top:18px;               /* Innenabstand oben  */
        padding-left:20px;               /* Innenabstand links  */
        padding-right:20px;              /* Innenabstand rechts  */
        overflow:auto;
	margin-left:200;
  	font: 100% Arial, Helvetica, sans-serif;
        background-color:#FFFFAA;
}

#footer {
	clear: both;
	text-align:center;
	background-color: #D1C0A7;
}
