body#main_body {
    background-color: #060;
    margin: 0px;
    padding: 0px;
}

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 95%;
}

#Kopf-Feld {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 167px;
    top: 0px;
    left: 0px;
}

#logo {
    background: url(Bilder/_wsb_logo.gif) no-repeat;
    background-repeat: no-repeat;
    width: 220px;
    height: 60px;
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
}        

#slogan {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 20px 15px 5px 15px;
    width: 627px;
    height: 32px;
    text-align: right;
    font-family: Times New Roman,serif;
    font-style: normal;
    font-size: 36px;
    font-weight: bold;
    text-decoration: none;
    color: #F00;
    float: right;
}

html>body #slogan {
    width: 627px;
}

#key_visual {
    background: url(Bilder/key_visual5.jpg) no-repeat;
    clear: both;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 110px;
}

/*--------------------------------------------------------------------------------------*/

table#menu {
  background-color: #000; 
  margin: 0.2em; 
  border: 0;
  border-collapse: ollapse;
  width: 100%;
  font: bold 0.7em Tahoma, sans-serif;
}

table#menu td {
  color: #f70; 
  margin: 0; padding: 0.5em;
}
table#menu td a:link {
  color: #0a0; background-color: #000; text-decoration: none;
}
table#menu td a:visited {
  color: #0a0; background-color: #333; text-decoration: none;
}
table#menu td a:hover {
  color: #fa0; background-color: #0b0; text-decoration: none;
}

/*----------------------------------------------------------------------------------------*/

#Inhalt {
  margin-top: 0em;
  margin-left: 11em;
  padding: 0 1em; 
  min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}

#fixiert {
    position: absolute;
    top: 14em; left: 1.0em; width: 12em;
    background-color: #040;
}

  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
}

#S-Liste {
    position: absolute;
    top: 220px; left: 0.5em; 
    width: 20%;
    background-color: #060;
} 

ul#Navigation {
  font-size: 1.4em;
  margin: 0; padding: 0;
  border: 1px solid; 
}

ul#Navigation li {
  list-style: none;
  margin: 0; padding: 0.2em;
}

ul#Navigation a {
  font-style: normal;
  text-decoration: none;
  padding: 0.2em;
}
ul#Navigation a:link {
  color: #ffa; background-color: #;
}
ul#Navigation a:visited {
  color: #eea; background-color: #;
}
ul#Navigation a:hover {
  color: #f00; background-color: #;
}
ul#Navigation a:active {
  color: #000; background-color: #;
}
/*-----------------------------------------------------------------------------------------*/

#S-Inhalt {
  margin-top: 0em;
  margin-left: 20%;
  padding: 0 1em; 
  min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}

#fixiert {
    position: absolute;
    top: 14em; left: 1.0em; width: 12em;
    background-color: #070;
}
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
}
  
ul#S-Navigation {
  font-family: sans-serif;
  font-size: 0.9em; 
  margin: 0; padding: 0;
  border: 1px solid
}

ul#S-Navigation li:first-letter {
  font-size: 130%;
  text-shadow:black 2px 2px;
  color: #cc9
}

ul#S-Navigation li {
  list-style: none;
  margin: 0; padding: 0.2em;
  text-shadow: #000 2px 2px;
}

ul#S-Navigation a {
  font-style: normal;
  text-decoration: none;
  padding: 0.2em;
}
ul#S-Navigation a:link {
  color: #ffa; 
}
ul#S-Navigation a:visited {
  color: #ffa; 
}
ul#S-Navigation a:hover {
  color: #f00; background-color: #;
}
ul#S-Navigation a:active {
  color: #000; background-color: #;
}

/*-----------------------------------------------------------------------------------------*/

p a {
  color: #add;
}

p a:hover {
  color: #fff;
  background: #000;
}  

#Inhalt {
  margin: 0px 10px;
}  

#Inhalt h1 {
  font-family: Times New Roman, Arial, Verdana, sans-serif;
  font-style: italic;
  font-size: 36px;
  font-weight: bold;
  text-decoration: none;
  color: #ee8;
}
#Inhalt h2 {
  font-family: Times New Roman, Arial, Verdana, sans-serif;
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #fa0;
}
#Inhalt h3 {
  font-family: Times New Roman, Arial, Verdana, sans-serif;
  font-style: italic;
  font-size: 18px;
  font-weight: normal;
  color: #fa0;
}
#Inhalt p, ul, ol {
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 17px;
  font-weight: normal;
  text-decoration: none;
  color: #ffb;                                                                 
}

#Inhalt p {
  text-indent: 2em;
}

#Inhalt a {
  color: #dd0;  
}

#Inhalt a:hover {
  color: #fff;
  background: #000;
}  

#Inhalt h2 a{
  color: #fa0;  
}

#Inhalt i {
  color: #fa0;
  font-weight: bold;
}

#Inhalt u {
  color: #f55;
  font-weight: bold;
  text-decoration: none;
  
}

#Inhalt table {
  font-family: Times New Roman, Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  width: 100%;
}

#Inhalt table td {
  text-align: center;
}

#Inhalt table td a {
  color: #add;
}  
#Rahmen {
  border-style: solid;
  border-width: 1px;
  border-color: #fea;
  margin: 10px 100px 10px 100px;
  padding: 10px;
  font-family: Times New Roman, Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  color: #ffc; 
  background: #070; 
}

#Rahmen p {
  font-size: 18px;
}

#Fusszeile {
  font-family: Times New Roman,serif;
    font-style: normal;
    font-size: 36px;
    font-weight: bold;
    text-decoration: none;
    color: #F00;
    float: right;
}

