html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
background-color:  #000000;
overflow: hidden;
}
#rahmen {
position: absolute;
left: 5%;
right: 5%;
top: 2%;
bottom: 8%;
width: 90%;
height: 90%;
border: 2px solid #FFFFFF;
background-color: #333333;
overflow: auto;
}
p {
font-family: Arial, sans-serif;
font-size: 0.9em;
font-style: normal;
font-weight: normal;
line-height: 1.0em;
text-align: center;
vertical-align: top;
color: #cccccc;
}
h1 {
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-size: 2.0em;
font-style: normal;
font-weight: bold;
color: #FF0000;
text-align: center;
padding-top: 10px;
}
h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;
font-style: normal;
font-weight: normal;
color: #CCCCCC;
text-align: center;
}
.legende {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
font-style: normal;
font-weight: normal;
color: #FF0000;
}
a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;
font-style: normal;
font-weight: normal;
color: #FF0000;
text-decoration: none;
}
a:visited {
color: #FF0000;
text-decoration: none;
}
a:hover {
color: #FF0000;
text-decoration: none;
}
a:active {
color: #FF0000;
text-decoration: none;
}
.Stil1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
font-style: normal;
font-weight: normal;
color: #FFFFFF;
}


