/* CSS Document */
/* Allgemeine Elementformatierungen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
  color: #000;
  background: #808080;
  font-family: verdana,arial,sans-serif;
  font-size: 100.01%;
  padding: 20px 0;
  margin: 0;
  text-align: center;
}

a { text-decoration: underline;}

a:link, a:visited { color: #000;}
a:focus, a:hover, a:active { color: #fff;}

li li {
  font-size: 100% !important;
}

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

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



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

#rahmenAussen {
  background: #FFF url(hintergr.gif) 25% 0 repeat-y;
  width: 90%;
  border: 1px solid #FFF;
  margin: 0 auto;
  text-align: left;
}

* html #rahmen {
  width: 762px;    /* fuer IE 5 und 5.5 */
  wid\th: 760px;   /* fuer IE 6 */
}

#kopf {
  background: #FFF;
  padding: 10px;
  text-align: right;
}

#rahmenInnen {
  background: url(hintergs.gif) 75% 0 repeat-y;  
}

/* Blaue Menueleiste
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#menue {
  float: left;
  width: 100%;
  background: #1234aa;
  border-bottom: 1px solid #FFF;
  
}

#menue ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  
}

#menue li {
  float: left;
  background:   url(menue_wa.gif) no-repeat;
  border-top: 1px solid #1234aa;
  border-left: 1px solid #1234aa;
  border-bottom: 1px solid #1234aa;
  
}

#menue li.on { border-bottom: 1px solid #1234aa; }

#menue a {
  display: block;
  position: relative;
  font-size: 80%;
  font-weight: bold;
  line-height: 1.15em;
  text-transform: uppercase;
  padding: 3px 15px 2px 20px;
}

#menue a:link, #menue a:visited {
  color: #fff;
  background:   url(menue_wa.gif) no-repeat;
  text-decoration: none;
}

#menue a:focus, #menue a:hover, #menue a:active {
  background:   url(bilder/menue_wb.gif) no-repeat;
}

#menue li.on a {
  color: #1234aa;
  background:   url(menue_wc.gif) no-repeat !important;  
}



/* Spalte 1 mit Flyout-Menue
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte1 {
  float:left;
  background-color: #8d8dff;
  width: 25%;
  padding: 28px 0;
  position: relative;
}

#spalte1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #FFF;
}

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

#spalte1 a {
  display: block;
  padding-left: 20px;
  border-bottom: 1px solid #FFF;
  position: relative;
}

#spalte1 ul ul {
  display: none;
  border-top: 0;
}

* html #spalte1 li {
  display: inline;    /* Wird fuer IEs gebraucht */
}

* html #spalte1 a { height: 1em; } /* Wird f&uuml;r IE 5 gebraucht */

#spalte1 li li a {
  padding-left: 40px;
}

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

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

#spalte1 ul li ul a:focus, #spalte1 ul li ul a:hover, #spalte1 ul li ul a:active {
  color: #00f;
}

#spalte1 ul li.on ul a:focus, #spalte1 ul li.on ul a:hover, #spalte1 ul li.on ul a:active {
  color: #fff;
}

#spalte1 ul li.on ul { display: block; }

#spalte1 ul ul.ausblenden { display: none; }

#spalte1 .einblenden {
  display: block;
  position: absolute;
  left: 170px;
  z-index: 100;
  width: 180px;
  background-color: #FFF;
  border-top: 1px solid #8BAEC0;
  border-right: 1px solid #8BAEC0;
  border-left: 1px solid #8BAEC0;
  margin-top: -1.5em;
}

#spalte1 li .einblenden li a {
  padding-left: 5px;
  border-bottom: 1px solid #8BAEC0;
}

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

#spalte2 {
  float:left;
  width: 49.9%;
  background: #fff;
  padding: 38px 0 10px 0;  
}

#spalte2 h1 {
  color: #1234aa;
  font-family: georgia,'times new roman',serif;
  font-size: 120%;
  line-height: 140%;
  border-bottom: 1px solid #1234aa;
  margin: 0 20px 1em 20px;
}

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

#spalte2 a:link, #spalte2 a:visited {
  color: #1234aa;
  font-weight: bold;
}

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

.nachoben { text-align: right; }


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

#spalte3 {
  float: right;
  width: 25%;  /* Breite ohne senkrechte weisse Linie */
  background: #8d8dff;
  padding: 28px 0 10px 0;
  border-right: 1px solid #fff;
}

* html #spalte3 {
  border-right: none;    /* Wird fuer IEs gebraucht */
}

#spalte3 h1 {
  color: #fff;
  font-family: georgia,'times new roman',serif;
  font-size: 100%;
  line-height: 160%;
  margin: 0 20px;
}

#spalte3 p {
  font-size: 70%;
  line-height: 150%;
  margin: 1em 20px;
}
#spalte3 h2 {
  font-size: 70%;
  line-height: 120%;
  margin: 1em 10px 1em 20px;
}
q {
	font-style: italic;
}

