body {
  background-color:#818181;
  color:#FFFFFF;
}
a:link {
  color:#BCBCBE;
  text-decoration:none;
  font-weight:bold;
}
a:hover {
  color:#FFFFFF;
  text-decoration:underline;
  font-weight:bold;
}
a:active {
  color:#BCBCBE;
  text-decoration:none;
  font-weight:bold;
}
a:visited {
  color:#BCBCBE;
  text-decoration:none;
  font-weight:bold;
}
a:focus {
  color:#BCBCBE;
  text-decoration:underline;
  font-weight:bold;
}
div#overall {
  margin:auto;
  width:1040px;
  height:768px;
}
div#header {
  border:0px solid black;
  width:1024px;
  height:120px;
  background-image:url(img/header2.jpg);
}
div#menue {
  border:0px solid black;
  float:left;
  width:150px;
  height:668px;
  background-color:#000000;
}
div#inhalt {
  border:0px solid black;
  float:left;
  width:724px;
  height:668px;
  background-color:black;
}
div#text {
  height:600px;
  width:680px;
  padding:10px;
  border:2px dashed white;
  margin-top:20px;
  margin-left:10px;
  overflow:auto;
}
div#info {
  border:0px solid black;
  float:left;
  width:150px;
  height:668px;
  background-color:black;
}
div#rahmen {
  width: 149px;
  height: 215px;
  border: 1px solid black;
  float:left;
}
div#Rahmen div {
  clear: left;
}
ul#Navigation {
  margin: 0; 
  padding-top: 15px;
  padding-left:8px;
  text-align: center;
}
ul#Navigation li {
  list-style: none;
  float: left;  /* ohne width - nach CSS 2.1 erlaubt */
  position: relative;
  margin: 1px; 
}
ul#Navigation li ul {
  margin-left:0; padding: 0;
  position: absolute;
  top: 0.1px; left: 135px;
  display: none;  /* Unternavigation ausblenden */
}
ul#Navigation li:hover ul {
  display: block;  /* Unternavigation in modernen Browsern einblenden */
}
ul#Navigation li ul li {
  float: none;
  display: block;
  margin-bottom: 2px;
}
ul#Navigation a, ul#Navigation span {
  display: block;
  width: 100px;  /* Breite den in li enthaltenen Elementen zuweisen */
  padding: 0.2em 1em;
  text-decoration: none; font-weight: bold;
  border: 1px solid black;
  border-left-color: #A4A4CF; border-top-color: #A4A4CF;
  color: #ADADAD; background-color: #2E2E35;
}
ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
  border-color: white;
  border-left-color: black; border-top-color: black;
  color: white; background-color: gray;
}
li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
  color: maroon; background-color: silver;
}
ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
  background-color: maroon;
}
div#myspace {
  border:0px solid white;
  width:145px;
  height:69px;
  margin-top:590px;
  margin-left:auto;
}
div#info_inhalt {
  border:0px solid white;
  width:145px;
  height:638px;
  margin-top:15px;
  margin-left:auto;
  float:left;
}
div#news {
  border:0px solid white;
  padding:2px;
  width:140px;
  height:50px;
  margin-left:auto;
}
div#streetteam {
  border:0px solid white;
  padding:2px;
  width:140px;
  height:120px;
  margin-left:auto;
}
div#laufschrift {
  width:130px;
  height:20px;
  margin-left:4px;
  background-color:#828286;
}