/* Seite */
body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica;
  font-size: 0.8em;
  background-repeat: repeat-x;
  background-position: top;
}
html {
  margin: 0px;
  padding: 0px;
}

.clearer {
  clear:both;
}
/* Seitenrahmen */

.seitenrahmen {
  left:50%; /* Linke obere Ecke der Ebene mittig legen */
  margin-left:-485px;  /* Linke Seite passend ausdehnen */
  position:absolute;
  overflow:visible;
  width:970px;
  background-image: url(Bilder/hintergrund02.gif);
  background-repeat: repeat-y;  
}

/* OBEN ------------------------ */
#kopfLinks02 {
  width:209px;
  height:250px;
  float:left;
  overflow:hidden;
  background-color:#fff;
  background-image: url(Bilder/gruene_Streifen.gif);
  background-repeat: repeat;
  border-right: 1px solid #006c48;
}

#kopfMitte02 {
  width:550px;
  height:250px;
  overflow:hidden;
  text-align:left;
  float:left;
  background-color:#fff;
}

#kopfRechts02 {
  width:210px;
  height:250px;
  overflow:hidden;
  text-align:left;
  float:left;
  background-image: url(Bilder/obenRechts.gif);
  background-repeat: no-repeat;
  background-position: top;
        background-color:#fff7b1;
}

/* MITTE ------------------------ */
#mitteLinks02{
  width:209px;
  float:left;
  overflow:hidden;
  border-right: 1px solid #006c48;
}

#mitteMitte02 {
  width:680px;
  overflow:hidden;
  text-align:left;
  float:left;
  background-color:#fff;
  background-image: url(Bilder/Verlauf-gelb.jpg);
  background-repeat: repeat-x;
  background-position: top;
  min-height:250px;
  text-align: center;
  padding-left:40px;
  padding-right:40px;
  padding-bottom:20px;
}


/* UNTEN ------------------------ */
#unten02 {
  width:715px;
  float:left;
  overflow:hidden;
  background-color:#006c48;
  background-image: url(Bilder/hintergrund-fusszeile.gif);
  background-repeat: repeat-y;
  text-align: center;
  padding-left:240px;
  padding-right:15px;
  padding-top:5px;
  padding-bottom:5px;
  color:#fff;
}

#unten02 a { color: #fff; text-decoration: none;}

/* MENÜ ------------------------------ */
#vMenue {
  float:left;
  overflow:hidden;
  width:209px;
  padding-top:0px;
  background-image: url(Bilder/menue-normal.gif);
  background-repeat: repeat-y;
}

#vMenue h1 {
  background-color:#58585a;
  display:block;
  padding-top:3px;
  font-size: 14px;
  color:#fff;
  margin-top:0px;
  padding-right: 15px;
  padding-bottom: 3px;
  padding-left: 15px;
  margin-bottom:0px;
}

.vMenue01{
  width:209px;
  margin:0px;
  background-repeat: repeat-y;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.vMenue01 li {
  width:209px;
  margin:0px;
  border-bottom:1px solid #ffffff;  
  list-style-position: outside;
  list-style-type: none; 
}

.vMenue01 li a{
  padding-left: 15px;
  padding-right:25px;
  padding-top:3px;
  padding-bottom:3px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  display:block;
  width:179px;
  
}

.vMenue01 li a:hover {
  background-image: url(Bilder/menue-aktiv.gif) !important;
  background-repeat: repeat-y;
  background-position: left top;
}


.vMenue01L1A{
  background-image: url(Bilder/menue-aktiv.gif) !important;
  background-repeat: repeat-y;
  background-position: left top;
  color: #ffffff !important;
}

/* Menü 2. Ebene  */

.vMenue01 li ul{
  width:209px;
  margin:0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}


.vMenue01 li ul li{
border:0px;
}


.vMenue01 li ul li a {
  padding-left: 30px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:5px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  display:block;
  width:169px;
  background-image: url(Bilder/menue-aktiv.gif) !important;
  background-repeat: repeat-y;
  background-position: left top;
  }

.vMenue01 li ul li a:hover{
  background-image: url(Bilder/hintergrund-menueAktiv.gif);
  background-repeat: repeat-y; 
  font-weight: bold;
}

.vMenue01L2A{
         color: #fff !important;
         font-weight: bold !important;
}

/* Überschriften ----------------------- */
#mitteMitte02 h1 {
  font-size: 1.5em;
  color:#006c48;
  font-weight:bold;
  margin-top:10px;
}

#mitteMitte02 h2 {
  font-size: 1.3em;
  color:#000;
  font-weight:bold;
  margin-top:10px;
}

.news-latest-item { padding:15px; color:#fff;}
.news-latest-item h3 {color:#fff; text-decoration: none; font-size:1.1em;}
.news-latest-item a {color: #fff; text-decoration: none;}

/* Tabelle */
table {
border: none;
  border-collapse: collapse;
}
caption {text-align: right; margin-bottom: 4px}
th, td {padding-left: 4px; padding-right: 4px; vertical-align: top}
/*tr.odd {background-color: #F9FAFC} 000; font-weight: normal} */
td {border: 1px solid #000}
thead th {text-align: center; border-bottom-color: #000}
thead th.first {border-bottom-color: #000;}
tbody th {border-right-color: #000;}


