@charset "UTF-8";

table {
vertical-align:top;
}


html, body
{
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.92em;
  line-height: 1.5em;
}

body { background-image: url(../../../pics_background/content_background.jpg); 
     background-repeat: no-repeat; 
     background-attachment: fixed; 
     background-position: 0 0 }


/* Bild linksbündig im Contentbereich */
.panorama {
  position:relative;
  left:-22px;

}

/* Hauptüberschrift */
h1    { color: #363; font-size: 1.5em; font-weight: normal; width: 328px; float: left; margin-top:1.0em }
h2    { font-size: 1.1em; font-weight: bold; margin-top: 0 }

/* Zweispalten-Layout */
.zweispalten {
	width:328px;
	float:left;
}

/* Dreispalten-Layout */
.dreispalten {
	width:500px;
	float:left;
}

.randrechts  { text-align: center; padding-left: 0; left: 16px; width: 156px; float: right }


ul#Menue { 
  margin:0;
  padding:0;
  border-top: 0 none; 
  border-left: 0 none;
  list-style: none; 
  }

ul#Menue li { 
      color: #336633; 
      font-size: 12px; 
      font-family: Arial; 
      list-style: none; 
      display: inline;
       
      }

ul#Menue a {
      padding:6px; 
      text-decoration:none; 
      color: gray
    }

* html ul#Menue a {  /* Nur fuer IE */
      width: 1em;
      width: auto;
}

ul#Menue a:hover   { 
  color: white; 
  background-color: #99CC66; 
  border-color: #000000 #ffffff #ffffff #000000 }

ul#Menue .menuemarkiert
 { 
  color: white; 
  background-color:#99CC66; 
  border-color: #000000 #ffffff #ffffff #000000 }
  
ul#Menue .menuenormal
 { 
  background-color: white; 
 }
.bildunterschrift  { color: #666666; font-size: 0.9em }
.tabellentext { color: blue; font-size: 90% }
.typosmall { color: #333333; font-size: 90% }
.typosmallbold  { color: #333333; font-size: 90%; font-weight: bold }
.text_bold { font-weight: bold }



#EbeneMenue {
    position: absolute;
    width:1024px;
    left: 0px; 
    top: 0px;
    height: 40px; 
    z-index: 4; 
    background-color:white; 
    padding-top:10px
  }

html>body #EbeneMenue {  /* nur fuer moderne Browser! */
   position: fixed;
}


#EbeneLinks {
    position: absolute;
    left: 0px; 
    top: 0px;
    width:240px;
    height:768px;
    z-index: 1; 
  }

html>body #EbeneLinks {  /* nur fuer moderne Browser! */
   position: fixed;
}


#EbeneTitel {
    position: absolute;
    left: 240px; 
    top: 0px;
    width:544px;
    height:130px;
    z-index: 3; 
  }

html>body #EbeneTitel {  /* nur fuer moderne Browser! */
   position: fixed;
}


#EbeneInhalt {
    position: absolute;
    left: 240px; 
    top: 130px;
    width:500px;
    padding-left:22px;
    padding-right:22px;
    z-index: 1; 
    background-color:transparent;
}

#EbeneRechts {
    position: absolute;
    left: 784px;
    top: 0px;
    width:240px;
    height: 768px;
    z-index: 1; 
  }

html>body #EbeneRechts {  /* nur fuer moderne Browser! */
   position: fixed;
}
ul#presseliste { 
  margin:0;
  padding:0;
  border-top: 0 none; 
  border-left: 0 none;
  list-style: none;  }
ul#presseliste li  { color: black; font-family: Arial; list-style-type: none; list-style-position: outside }
