
/* -- Allgemeines -- */
body {

  margin: 0px 0px 0px 0px;
  height: 100%;
  width: 100%;
  background: url(../img/bg.jpg) repeat-x #FFFFFF;
  color: black;
  padding: 0%; 
  min-width: 500px; 
  font-size: 100.01%;
  font-family: verdana, arial, sans-serif ;
  }


a { color: #801A1A; text-decoration: underline; } 
a:visited { color: black; } 
.skip { /* Da ein wichtiger Screenreader das display: none; auch für sich versteht und nichts vorließt obwohl das hier sich vor allem an Blinde richtet, muss man es so lösen dass man diesen Link außerhalb des Sichtfeldes bringt. Somit wird er trotzdem vorgelesen. */
  position: absolute;
  margin-left: -999px;
  width: 990px;
}
h1 { /* Die Überschrift jeder Seite stellen wir besonders da, denn sie ist sehr wichtig. */
  text-align:center;
  font-size: 2.7em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 2%;
  margin: 0;
  border-bottom: 1px dashed #E6E6FA;
}
h4 {font-size: 1em;}
h2, h3, h4 { font-weight: normal; }
 
h1, h2, h3, h6 { /* Alle Überschriften bekommen eine besondere Farbe */
  color: #801A1A;
  font-family: Georgia,Times, serif;
}
img { /* Alle Bilder bekommen einen schönen Rahmen. */
  border: solid 1px #aaa;
  padding: 1px;
  max-width: 95%; 
}
.fleft { /* Sachen, an denen der Text vorbeifließen soll, wierden diese Klassen zugewiesen. */
  float: left;
  margin: 0 1em 0.2em 0; 
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}



#tabledata {
  text-align:center;
  align:center;
}
#tabledata img{
  border:0;
}


/* -- Layoutspezifisches -- */
#container { 
  font-size: 0.8em; 
  max-width: 70em; 
  margin: auto; 
  border: 1px solid #aaa; 
  border-top: 0;
  border-bottom: 0;
  background: white;
  
}

#footer {
  clear: both; 
  padding: 0 20px;
  background: url(../img/bg_navi.jpg) #FFFFFF; 
  text-align: right;
  color: white;
  }
  

/* - Logo bzw. Kopf - */
#logo {
  background: url(../img/buero_rosa_banner.jpg) 0 0 no-repeat white; 
  height: 100px; 
  padding: 0 20px;
  text-align: right;
  line-height: 54px;
  font-size: 54px; 
  overflow: hidden; 
  letter-spacing: -3px;
  margin: 0;
}
#logo a {
  color: white;
  text-decoration: none;
}
#logo a span { 
  color: black;
  padding-right: 0.1em; 
  font-weight: bold;
}

/* - Menü - */
#menu li a {
  color: white; 
  text-decoration: none;
}

#menu {
  background: url(../img/bg_navi.jpg) #FFFFFF; 
  padding: 5px ; 
  margin: 0;
  text-align: right;
  color: white; 
  text-decoration: none;
}

#menu li {
  font-size: 1.2em;
  display: inline; 
  list-style-type: none; 
  border-left: 1px solid white; 
  padding: 0 10px 0 10px;
  font-weight: bold;
}
#menu a {
  text-decoration: none;
}


/* -Subnavigation, Rechte Spalte - */
#subnav {
  width: 20%; 
  min-width: 0em; 
  float: right; 
  padding: 100px 1% 1em 1%;
  margin: 1em 1% 0 1%;
  border-left: 1px dotted #aaa; 
  font-size: 0.9em; 
}

#subnav dt { /* Die einzelnen Überschriften in der Subnavigation */
  font-size: 1.2em;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0.5em;
  margin-top: 1em;
  border-top: 1px dotted #aaa; 
}

#subnav dd { /* Die Unterpunkte der Subnavigation. */
  padding: 0;
  margin: 0.2em 0;
}

/* - Der Hauptinhaltsteil - */
#main {
  background:  white; 
  padding: 0 25% 0 20px; 
  line-height: 1.5em; 
  text-align:justify;
}

#main li {
list-style-position:inside;

}

#main li[liste="ueber"]{
list-style-position:outside;
margin-left: 20px;
}
