html, body {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
background-color: #052505;
}
#rahmen {
position: absolute;
background-color: #D5E6D5;
border: 2px solid #FFFFFF;
top: 3%;
left: 5%;
right: 5%;
bottom: 4%;
height: 93%;
width: 90%;
z-index: 2;
}
a:link {
font-family: Arial, Helvetica, sans-serif; 
font-size: 0.9em; 
font-style: normal; 
font-weight: normal; 
color: #003300;
text-decoration: none;
}
a:visited {
color: #000000;
font-weight: normal; 
text-decoration: none;
}
a:hover {
color: #000000;
font-weight: normal; 
text-decoration: none;
}
a:active {
color: #000000;
font-weight: normal; 
text-decoration: none;
}
h1 {
font-family: Arial, Helvetica, sans-serif; 
font-size: 1.3em; 
font-style: normal; 
font-weight: bold; 
color: #003300;
letter-spacing: 0.2em;
text-align: center;
margin-top: 20px;
}
h3 {
font-family: Arial, sans-serif;
font-size: 1.0em;
font-style: normal;
font-weight: normal;
line-height: 1.3em;
letter-spacing: 0.1em;
text-align: center;
vertical-align: top;
color: #003300;
}
p{
font-family: Arial, sans-serif;
font-size: 0.8em;
font-style: normal;
font-weight: normal;
line-height: 0.9em;
text-align: center;
vertical-align: top;
color: #003300;
}
.legende {
font-family: Arial, sans-serif;
font-size: 0.8em;
font-style: normal;
font-weight: normal;
text-align: center;
vertical-align: top;
color: #003300;
}

