/* --- --- Ab hier CSS für Seitengestaltung --- --- */
body {     /* Verstecke Scrollbalken IE und maximiere Anzeigefenster */
  font-family: Verdana, Arial, Helvetica, sans-serif; 
} 

#kopf {
  background:rgb(255,0,0);
  color:rgb(255,255,255);
  white-space:nowrap;
  text-align:center;
  font-size:16px;
  font-weight:bold;
}

#fuss {
  width:100%;
  height:18px;
  background:rgb(255,255,255);
  text-align:right;
}

#links {
  background:rgb(255,255,255);
  padding-top:25px;
  text-align:center;

}

#inhalt {
  background:rgb(255,255,255); 
}

img.bildrechts {
 float:right;
 border-width:1px;
 border-color:rgb(0,0,0);
 border-style:solid;
 margin:15px;
}

img.bildrechtsor {
 border-width:0px;
 border-color:rgb(0,0,0);
 border-style:solid;
 margin:15px;
}

img.bildlinks {
 border-width:1px;
 border-color:rgb(0,0,0);
 border-style:solid;
 margin-bottom:1em;
 margin:15px;
}

img.bildlinksor {
 border-width:0px;
 border-color:rgb(0,0,0);
 border-style:solid;
 margin-bottom:1em;
 margin:15px;
}

img.bildmitte {
 border-width:1px;
 border-color:rgb(0,0,0);
 border-style:solid;
 margin:15px;
}

.zentriert {
 text-align:center;
}

.umflussende {
 clear:both;
}

ul {
 clear:both;
}

#fuss a.externlink {
  font-size:12px;
  color:rgb(255,255,255);
  text-decoration:none;
}

#fuss img {
  display:none;
}

.hervorgehoben {
  font-weight:bold;
}

p.bild {
  text-align:center;
}

a, a:visited {
  color:#0A076E;
}

p {
  line-height:140%;
}

h1 {
  margin-top:31px;
  margin-bottom:-0.2em;
}

h2, h3, h4, h5 {
  margin-top:1.4em;
  margin-bottom:-0.2em;
}


/* --- --- Ab hier CSS für Menü am linken Rand --- --- */
#menu a, #menu a:visited {
  margin:4px;
  }
