body {
  color: #000000;
  background: #eee url(images/luftbild-frommenhausen.jpg);
  background-attachment: fixed;
  font-family: garamond,georgia,"times new roman",serif;
  font-size: 100.01%;
  padding: 0;
  margin: 0;
  text-align: center;   /* Zentrierung fuer alte IEs */
}

a { 
  text-decoration: underline;
  font-size: 1em;
}

a:link    { color: #c00;}
a:visited { color: #000;}
a:focus, a:hover, a:active { color: #f00;}



/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}



/* Rahmen, Kopf
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen {
  background: #f9b700;
  width: 760px;            /* der Breite des Hintergrundbilds entsprechend */
  border: 1px solid #FFF;
  margin: 0 auto;          /* Zentrierung fuer moderne Browser */
  text-align: left;        /* text-align:center (body) "neutralisieren" */
}

* html #rahmen {   /* Box Model Hack - notwendig wegen border-Angabe */
  width: 762px;    /* fuer IE 5 und 5.5 */
  wid\th: 760px;   /* fuer IE 6 */
}

#kopf {
  background: #f9b700 url(images/panorama-frommenhausen.jpg);
  padding: 10px;        /* der Breite des Hintergrundbilds entsprechend */
  border: 0;
  text-align: right;
}



/* Rote Menueleiste
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#menue {
  background: #c00;
  border-bottom: 1px solid #FFF;   /* weisse Trennlinie zw. Menue u. Inhalt */
}

#menue ul {
  padding: 0 0 3px 0;
  margin: 0;
  list-style: none;
}

#menue li {
  display: inline;   /* Listenpunkte nebeneinander stellen */
  margin-right: 10px;
}

* html #menue li {   /* Sternchen-Hack - sehen nur IEs */
  height: 1em;       /* damit margin-right auch im IE 5 beachtet wird */
}

#menue a {
  font-weight: bold;
  font-size: 1em;
}

#menue a:link, #menue a:visited {
  color: #FFF;
  text-decoration: none;
}

#menue a:focus, #menue a:hover, #menue a:active {
  text-decoration: underline;
}



/* Spalte 1
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte1 {
  float: left;
  background-color: #f9B700;
  width: 199px;    /* Breite ohne senkrechte weisse Linie */
  padding: 28px 0;
}

#spalte1 ul{
  list-style: none;
  padding: 0;
  margin: 0 10px 0 10px;
}

#spalte1 li {
  margin: 0;
  line-height: 180%;
  margin: 0;
}

#spalte1 a:link, #spalte1 {
  color: #c00;
  font-weight: bold;
  text-decoration: none;
}

#spalte1 a:visited {
  color: #000;
  text-decoration: none;
}

#spalte1 a:focus, #spalte1 a:hover, #spalte1 a:active {
  text-decoration: underline;
  color: #fff;
}



/* Spalte 2
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte2 {
  float:left;
  width: 360px;                  /* Breite ohne senkrechte Linien */
  background: #eee;
  padding: 28px 0 10px 0;
  border-right: 1px solid #FFF;  /* Senkrechte Linie rechts */
  border-left: 1px solid #FFF;   /* Senkrechte Linie links */
}

* html #spalte2 {  /* Box Model Hack - notwendig wegen border-Angabe */
  width: 362px;    /* Fuer IE 5 und 5.5 */
  wid\th: 360px;   /* Fuer IE 6 */
}

#spalte2 h1 {
  color: #c00;
  font-family: georgia,'times new roman',serif;
  font-size: 1.2em;
  line-height: 140%;
  border-bottom: 1px solid #c00;
  margin: 0 20px 1em 10px;
}

#spalte2 h2 {
  color: #999;
  font-family: arial, verdana, sans-serif;
  font-size: 0.9em;
  line-height: 140%;
  border-bottom: 1px solid #999;
  margin: 3em 20px 1em 10px;
  text-transform: uppercase;
}

#spalte2 p, li {
  font-size: 1em;
  line-height: 150%;
  margin: 1em 10px;
}

em {
  font-size: 1.05em;
  font-style: italic;
}

sub {
  font-size: 0.9em;
  line-height: 1.8em;
  font-family: arial, verdana, sans-serif;
  color: #999;
}

ul {
  font-size: 1em;
}

#spalte2 a:link, #spalte2 a:visited {
  color: #c00;
}

#spalte2 a:focus, #spalte2 a:hover, #spalte2 a:active {
  color: #000;
}

img {
  border: 0;
  vertical-align: bottom;
  margin: 10px 0 0 0;
}

.imagefloat {
float:right;
}

.nachoben { text-align: right; }


/* Sponsoren
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#sponsoren {
  float:left;
  width: 199px;  /* Breite ohne senkrechte weisse Linie */
  background: #f9B700;
  padding: 28px 0 10px 0;
}

#sponsoren h1 {
  color: #fff;
  font-size: 1.2em;
  line-height: 140%;
  margin: 0 10px;
}

#sponsoren p {
  font-size: 0.9em;
  line-height: 150%;
  margin: 1em 10px;
}

#sponsoren em { color: #fff;}

img {
  border: 0;
  margin: 0;
}

#sponsoren ul{
  list-style: none;
  padding: 0;
  margin: 0 10px 0 10px;
}

#sponsoren li {
  margin: 0;
  line-height: 150%;
  margin: 0;
  font-size: 0.9em;
}

#sponsoren a:link, #sponsoren {
  color: #c00;
  font-weight: bold;
  text-decoration: none;
}

#sponsoren a:visited {
  color: #000;
  text-decoration: none;
}

#sponsoren a:focus, #sponsoren a:hover, #sponsoren a:active {
  text-decoration: underline;
  color: #fff;
}
