html, body {
margin: 0px;
padding: 0px;
background-color: #408C8C;
overflow: hidden;
}
#rahmen {
position: absolute;
width: 90%;
height: 86%;
left: 5%;
top: 4%;
right: 5%;
background-image: url(../Bilder/inhalt.jpg);
border-top: 2px solid #FFFFFF;
border-left: 2px solid #FFFFFF;
border-right: 2px solid #FFFFFF;
z-index: 10;
}
#oben {
position: absolute;
background-image: url(../Bilder/oben.jpg);
background-repeat: repeat-x;
top: 0px;
left: 0px;
height:100px;
width: 100%;
z-index: 2;
}
#titelhg {
margin-left: 5%;
margin-right: 5%;
margin-top: 20px;
width: 90%;
height: 80px;
text-align: center;
z-index: 3;
}
#titelbild {
background-image: url(../Bilder/titel.jpg);
background-repeat: no-repeat;
height: 67px;
width: 732px;
text-align: center;
z-index: 4;
}
#navigation {
position: absolute;
top: 100px;
left: 0px;
width: 100%;
height: 30px;
background-image: url(../Bilder/navigationhg.jpg);
background-repeat: repeat-x;
text-align: center;
padding-top: 8px;
z-index: 5;
}
#inhalt {
position: absolute;
background-image: url(../Bilder/inhalt.jpg);
top: 160px;
left: 0px;
width: 100%;
height: 68%;
overflow: auto;
z-index: 1;
}
#unten {
position: absolute;
left: 5%;
right: 5%;
top: 90%;
height: 30px;
width: 90%;
background-image: url(../Bilder/untenhg.jpg);
border-bottom: 2px solid #FFFFFF;
border-left: 2px solid #FFFFFF;
border-right: 2px solid #FFFFFF;
z-index: 11;
}
p {
font-family: Arial, sans-serif;
font-size: 0.9em;
font-style: normal;
font-weight: normal;
line-height: 1.5em;
text-align: justify;
margin-left: 10%;
margin-right: 10%;
vertical-align: top;
color: #003333;
}
li {
font-family: Arial, sans-serif;
font-size: 0.9em;
font-style: normal;
font-weight: normal;
line-height: 1.5em;
text-align: left;
margin-left: 20px;
margin-right: 100px;
vertical-align: top;
color: #003333;
}
h1 {
font-family: Lucida sans, Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-style: italic;
font-weight: normal;
color: #003333;
text-align: center;
margin-left: 10%;
margin-right: 10%;
}
h2 {
font-family: Lucida sans, Arial, sans-serif;
font-size: 1.1em;
font-style: italic;
font-weight: normal;
color: #003333;
text-align: center;
margin-left: 10%;
margin-right: 10%;
}
h3 {
font-family: Arial, sans-serif;
font-size: 1.0em;
font-style: italic;
font-weight: normal;
color: #003333;
text-align: center;
margin-left: 10%;
margin-right: 10%;
}
h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
font-style: normal;
font-weight: bold;
color: #003333;
text-align: left;
margin-left: 10%;
margin-right: 10%;
}
.legende {
font-family: Arial, sans-serif;
font-size: 0.8em;
font-style: normal;
font-weight: normal;
text-align: center;
margin-left: 10%;
vertical-align: top;
padding-top: 3px;
color: #003333;
}
a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
font-style: normal;
font-weight: normal;
color: #0033CC;
text-decoration: none;
}
a:visited {
color: #0033CC;
text-decoration: none;
}
a:hover {
color: #0033CC;
text-decoration: none;
}
a:active {
color: #0033CC;
text-decoration: none;
}
a.top_link {
font-family: Arial, sans-serif;
font-size: 0.9em;
font-weight: normal;
font-style: normal;
color: #666666;
text-decoration: none;
vertical-align: top;
text-align: center;
}
a.top_link:visited {
font-weight: normal;
color: #333333;
}	
a.top_link:hover {
font-weight: normal;
color: #408C8C;
}
a.top_link:active {
font-weight: normal;
color: #000000;
}
a.top_aktuel {	
font-family: Arial, sans-serif;
font-size: 0.9em;
font-weight: bold;
font-style: normal;
color: #000000;
text-decoration: none;
text-align: center;
vertical-align: top;
}

