
body {
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
width: 100%;
max-width: 100%;
background: #00ccff url(wappen.jpg) no-repeat fixed center;
overflow: auto;
text-align: justify;

}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 170px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #00ccff;
color: white;
}

#maincontent{
position: fixed;
top: 0; 
left: 170px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #00ccff;
width: 854px;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 170px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}



.style1 {
margin-top: 0;
margin-bottom: 0;
}
.style2 {
margin-bottom: 10px;
}
.style3 {
margin-top: 0;
margin-bottom: 10px;
}
.style4 {
margin-top: 10px;
margin-bottom: 10px;
}


h1 {
  font-size: 35px;
  font-weight: bold;
  color: black;
  text-align: center;
  
}

.normal {
  text-decoration: none;
  text-align: justify;
  font-family: "Times New Roman";
  font-style: normal;
  font-size: 20px;
  text-indent: 30px;
  LINE-HEIGHT: 18.2pt;
}

a[href$=".pdf"] {
    padding-right: 40px;
    background: transparent url(pdf.jpg) no-repeat right center;
}



a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #e87272;
}

a:active {
    color: #009d3b;
}

abbr, acronym {
    border: none;
}

abbr[title], acronym[title] {
    border-bottom: none;
    cursor: help;
}

