body {
    font-family:      verdana, sans-serif;
    font-size:        9pt;
    color:       black;
    
    background-color: #a4aac3;
    background:       url("../images/bg.png");
    margin: 0; padding: 1em;
    text-align: center;  /* Zentrierung im Internet Explorer */
}

a:link { text-decoration:none; font-weight:bold; color:#e00000; }
a:visited { text-decoration:none; font-weight:bold; color:#800000; }
a:hover { text-decoration:none; font-weight:bold; background-color:#FFFF66; }
a:active { text-decoration:none; font-weight:bold; background-color:#FFFF66; }
a:focus { text-decoration:none; font-weight:bold; background-color:#FFFF66; }

a.grafik:link, a.grafik:visited, a.grafik:hover, a.grafik:active, a.grafik:focus {  /* kein Hover Effekt bei Grafiken im Firefox */
    text-decoration:none;
    font-weight:bold;
    background-color:#a4aac3;
} 

ul#Navigation {
  font-size: 0.91em;
  width: 22em;
  margin: 0; padding: 0;
  border: 1px dashed silver;
}
ul#Navigation li {
  list-style: none;
  margin: 0; padding: 0.5em;
}
ul#Navigation a {
  display: block;
  padding: 0.2em;
  font-weight: bold;
}
ul#Navigation a:link {
  color: black; background-color: #eee;
}
ul#Navigation a:visited {
  color: #666; background-color: #eee;
}
ul#Navigation a:hover {
  text-decoration: underline; color: black; background-color: white;
}
ul#Navigation a:active {
  color: white; background-color: gray;
}

img { 
    border:none;
}

hr {
    width:760px; color:yellow; background-color:yellow; height:5px;
    border:1px dashed blue;
} 

div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0.5em;
    border: 0;
    background-color: #a4aac3;
}

.gelbbox {
    background-color:#FFFF66; padding:2px; margin:0px;
}
.gelb {    
    background-color:#FFFF66;
}

.titel {    
        text-align:       center;
}

h3 {
    text-align:       center;
    font-family:      verdana, sans-serif;
    font-size:        10pt;
    font-weight:  bold;
}