/* -- Allgemeines -- */
body {
  background: url(../img/bg.jpg) #C0C0C0;
  color: black;
  margin: 0;
  padding: 1%; 
  min-width: 640px;
  font-size: 100.01%;
  font-family: verdana, arial, sans-serif ;
}
a { color: #0B4D8C; text-decoration: underline; }
a:visited { color: black; }
.skip { 
  position: absolute;
  margin-left: -999px;
  width: 990px;
}
h1 {
  font-size: 2.7em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 2%;
  margin: 0;
}
h2, h3, h4 { font-weight: normal; }
h1, h2, h3, h4, h5, h6 { 
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
}
img { 
  border: none;
  padding: 1px;
  max-width: 95%; 
}
.fleft {
  float: left;
  margin: 0 1em 0.2em 0;
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}


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

/* - Logo bzw. Kopf - */
#logo {
  background: url(../img/logo.jpg) 0 0 no-repeat black; 
  height: 120px; 
  padding: 0;
  overflow: hidden;
  margin: 0; 
}

/* - Menü - */
#menu {
  background: url(../img/menue.jpg) no-repeat black;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0 0 0 0;
  text-align: right;
  color: yellow;
}
#menu li {
  font-size: 1.2em;
  display: inline; /* Damit die Menüpunkte nebeneinander und nicht untereinander erscheinen. */
  list-style-type: none; /* Die Bullets vor den Menüpunkten schalten wir ab. */
  border-left: 1px solid white; /* Ein optischer Trennungsstrich */
  padding: 0 20px 0 25px;
  font-weight: bold;
}
#menu lo {
  font-size: 1.2em;
  display: inline; /* Damit die Menüpunkte nebeneinander und nicht untereinander erscheinen. */
  list-style-type: none; /* Die Bullets vor den Menüpunkten schalten wir ab. */
  border-left: 0px solid white;
  padding: 0 10px 0 15px;
  font-weight: bold;
}
#menu li a {
  color: white; /* Hier ist das mit der Linkfarbe genau so, sie soll weiß sein. */
  text-decoration: none;
}
#menu lo a {
  color: white; /* Hier ist das mit der Linkfarbe genau so, sie soll weiß sein. */
  text-decoration: none;
}

/* - Subnavigation, Rechte Spalte - */
#subnav {
  background: url(../img/zuschauer.jpg) no-repeat 20px 0;
  width: 26%; 
  min-width: 10em;
  float: right; 
  padding: 140px 1% 1% 1%;
  margin: 1em 1% 0 1%;
  border-left: 1px dotted #aaa; 
  font-size: 0.9em; 
}
#subnav dt { 
  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 {
  padding: 0;
  margin: 0.2em 0;
}

/* - Der Hauptinhaltsteil - */
#main {
  min-height: 450px;
  text-align: justify;
  background: white;
  padding: 0 33% 0 30px; 
  line-height: 1.5em;
}
#mainbottom {
  text-align: justify;
  background: white;
  padding: 0 33% 0 0; 
  line-height: 0;
}