body{
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #000000;
  margin-left:0px;margin-right:0px;margin-top:2px; margin-bottom:2px;
  padding: 0;
  border: 0;
  overflow: hidden;
  height: 100%;
  max-height: 100%;

  scrollbar-base-color:#000000;
  scrollbar-3dlight-color:#BFBFBF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#3F3F3F;
  scrollbar-highlight-color:#3F3F3F;
  scrollbar-shadow-color:#1F1F1F;
  scrollbar-track-color:#3F3F3F;

}

h2{
  text-align:left;
  font-size: 1.2em;
  margin-bottom: 10px;
  margin-top: 0;
}

#MainContent a {
  color:#FFFFFF;
}

#NavigationFrame{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
/*  height: 170px;*/ /*Height of frame div*/
  height: 100%;
  text-align:center;
  overflow: auto;
}

#MainFrame{
  position: absolute;
  width: 100%;
  top: 170px; 
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

#MainContent, #Teaser{
  max-width: 800px;
  color: #ffffff;
  padding-left:20px;  padding-right:20px;
  margin-left:auto; margin-right:auto;
  margin-bottom:20px;
/*  background-color: #0000FF;*/
}

#Teaser h1{
  text-align:center;
}

#Teaser h2{
  text-align:left;
  font-size: 1.2em;
  margin-bottom: 0;
  margin-top: 0;
}

#MainContent h1{
  text-align:center;
  font-size: 1.5em;
  margin-bottom: 0;
}

#Maincontent h2{
  text-align:left;
  font-size: 1.2em;
  margin-bottom: 0;
  margin-top: 0;
}

#MainContent h3{
  text-align:center;
  font-size: 1.0em;
  margin-top: 0;
}

#MainContent p{
  text-align:justify;
  font-size: 0.95em;
}

#MainContent ul{
  text-align:justify;
  font-size: 0.95em;
}

#Teaser p{
  text-align:justify;
  margin-top: 3px;
}

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
/* für alte Perlscripte */
.headline {
  color:#ffffff;
  font-family:Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight:bold;
}

.TeaserText {
  font-size: 0.8em;
}


* html body{
  overflow: auto;
}


* html #MainFrame{
/*  height: 100%;*/
  width: 100%;
  text-align:center;
}


* html #MainContent{
  width: 800px;
}

* html #Teaser{
  width: 800px;
}
