

body {
  color: #000;
  background: #DBD8B8;
  font-family: verdana,arial,sans-serif;
  font-size: 100.01%;
  padding: 20px 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: #000000;}



/* 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" */
}

* 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: #666666;
  padding: 0px 0px 0px 0px;
  height: 99px;
  border-bottom: 1px solid #FFF;   /* weisse Trennlinie zw. Menue u. Inhalt */
}



/* Rote Menueleiste
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#menue {
  background: #cc3333;
  border-bottom: 1px solid #FFF;   /* weisse Trennlinie zw. Menue u. Inhalt */
}

#menue ul {
  padding: 0 0 3px 0;
  margin: 0 0 0 20px;
  list-style: none;
}

#menue li {
  display: inline;   /* Listenpunkte nebeneinander stellen */
  margin-right: 15px;
}

* html #menue li {   /* Sternchen-Hack - sehen nur IEs */
  height: 1em;       /* damit margin-right auch im IE 5 beachtet wird */
}

#menue a {
  font-size: 80%;
  font-weight: normal;
  text-transform: uppercase;
  

}

#menue a:link, #menue a:visited {
  color: #FFF;
  text-decoration: none;
}

#menue a:focus, #menue a:hover, #menue a:active {
  text-decoration: non;
  color: #F0A097;
}

#menue a#current {color:#F0A097;}

/* Spalte 1
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte1 {
  float: left;
  background-color: #CCCCCC;
  width: 199px;    /* Breite ohne senkrechte weisse Linie */
  padding: 28px 0;
  height: 600px;
}

#spalte1 ul{
  list-style: none;
  padding: 0;
  margin: 0 10px 0 10px;
  
}

#spalte1 li {
  margin: 0;
  font-size: 70%;
  line-height: 160%;
  margin: 0;
 
  
}

#spalte1 a:link, #spalte1 a:visited {
  color: #666666;
  letter-spacing: 1px;
  border-bottom: 1px solid #FFF; 
  display: block;
  font-weight:normal;
  text-align:left;
  font-size: 1em;
  margin: 0.5em;
  padding:0.2em;
  text-decoration: none;
	
}

#spalte1 a:focus, #spalte1 a:hover, #spalte1 a:active {
  text-decoration: non;
  color: #CC3333;
}

#spalte1 a#current {color:#CC3333;}

/* Spalte 2
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte2 {
  float:left;
  width: 390px;                  /* Breite ohne senkrechte Linien */
  background: #FFFFCC;
  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: 392px;    /* Fuer IE 5 und 5.5 */
  wid\th: 390px;   /* Fuer IE 6 */
}

#spalte2 h1 {
  color: #CC3333;
  font-family: georgia,'times new roman',serif;
  font-size: 120%;
  line-height: 140%;
  border-bottom: 1px solid #CC3333;
  margin: 0 20px 1em 20px;
}

#spalte2 p {
  font-size: 80%;
  line-height: 150%;
  margin: 1em 20px;
}

#spalte2 li {
  font-size: 80%;
  line-height: 150%;
  margin: 1em 0px;
}

#spalte2 td {
  font-size: 80%;
  line-height: 150%;
  margin: 1em 0px;
}

#spalte2 a:link, #spalte2 a:visited {
  color: #BD1823;
  font-weight: bold;
}

#spalte2 a:focus, #spalte2 a:hover, #spalte2 a:active {
  color: #264F63;
}

.nachoben { text-align: right; }


/* Spalte 3
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte3 {
  float:left;
  width: 154px;  /* Breite ohne senkrechte weisse Linie */
  background: #FFCC99;
  padding: 28px 0 10px 0;
  margin: 0 0 0 15px;
}

#spalte3 .bilder {
	margin: 0 15px;
}  
  
#spalte3 h1 {
  color: #666666;
  font-size: 80%;
  line-height: 160%;
  margin: 0 15px 0 0;
}

#spalte3 p {
  font-size: 70%;
  line-height: 150%;
  margin: 1em 12px 1em 0;
 
}
