

body, html {
  height: 97%;
  color: #000;
  background: #666;
  font-family: verdana,arial,sans-serif;
  font-size: 100.01%;
  padding: 10px 0;
  margin: 0;
  text-align: center;   /* Zentrierung fuer alte IEs */
}

a { text-decoration: underline;}

a:link    { color: 234D60;}
a:visited { color: #628A9F;}
a:focus, a:hover, a:active { color: #BD1823;}



/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}



/* Rahmen, Kopf
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen {
  background: #fff url(images/hintergrund.gif) repeat-y;
  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" */
  min-height: 97%;
}

* 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: #2A518D;
  padding: 10px 0px 0px 0px;
}



/* Schwarze Menueleiste
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#menue {
  background: #93B4D4;
  border-bottom: 1px solid #FFF;   /* weisse Trennlinie zw. Menue u. Inhalt */
}

#menue ul {
  padding: 0 0 3px 0px;
  margin: -3px 0 0 20px;
  list-style: none;
  text-align:right 
}

#menue li {
  display: inline;   /* Listenpunkte nebeneinander stellen */
  margin-right: 12px;
}

* html #menue li {   /* Sternchen-Hack - sehen nur IEs */
  height: 1em;       /* damit margin-right auch im IE 5 beachtet wird */
}

#menue a {
  font-size: 60%;
  font-weight: bold;
  color: #2A518D;
  text-transform: uppercase;
  }

#menue a:link, #menue a:visited {
  color: #2A518D;
  text-decoration: none;
}

#menue a:focus, #menue a:hover, #menue a:active {
  text-decoration: underline;
}



/* Spalte 1
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#spalte1 h1 {
  color: #000;
  font-size: 80%;
  line-height: 160%;
  margin: 0 20px 1em 20px;
}

#spalte1 {
  float: left;
  background-color: #A3D4FF;
  width: 199px;    /* Breite ohne senkrechte weisse Linie */
  padding: 28px 0;
}

#spalte1 ul{
  list-style: none;
  padding: 0;
  margin: 0 10px 0 20px;
}

#spalte1 li {
  margin: 0;
  font-size: 70%;
  line-height: 180%;
  margin: 0;
}

#spalte1 a:link, #spalte1 a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#spalte1 a:focus, #spalte1 a:hover, #spalte1 a:active {
  text-decoration: underline;
}



/* Spalte 2
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte2 {
  float:left;
  width: 360px;                  /* Breite ohne senkrechte Linien */
  background: #E9E9E9;
  padding: 38px 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: #2A518D;
  font-family: georgia,'times new roman',serif;
  font-size: 120%;
  line-height: 140%;
  border-bottom: 1px solid #2A518D;
  margin: 0 20px 1em 20px;
}

/*#spalte2 h2 {
  font-size: 60%;
  line-height: 150%;
  margin: 1em 20px;
  font-weight: normal;
}*/

#spalte2 h2 {
  color: #2A518D;
  font-family: georgia,'times new roman',serif;
  font-size: 100%;
  line-height: 120%;
  border-bottom: 1px solid #2A518D;
  margin: 0 20px 1em 20px;
}

#spalte2 ul{
  list-style: inside;
  padding: 0;
  margin: 0 10px 0 20px;
}

#spalte2 li {
  margin: 0;
  font-size: 80%;
  line-height: 180%;
  margin: 0;
}

#spalte2 p {
  font-size: 80%;
  line-height: 150%;
  margin: 1em 20px;
}

#spalte2 a:link, #spalte2 a:visited {
  color: #000;
}

#spalte2 a:focus, #spalte2 a:hover, #spalte2 a:active {
  color: #264F63;
}

.nachoben { text-align: right; }


/* Spalte 3
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte3 {
  float:left;
  width: 199px;  /* Breite ohne senkrechte weisse Linie */
  background: #A3D4FF;
  padding: 28px 0 10px 0;
}

#spalte3 h1 {
  color: #000;
  font-size: 70%;
  line-height: 160%;
  margin: 0 20px;
}

#spalte3 p {
  font-size: 70%;
  line-height: 150%;
  margin: 1em 20px;
}