html, body {
margin: 0px;
padding: 0px;
background-color: #408C8C;
}
#rahmen {
position: absolute;
left: 10%;
right: 10%;
top: 5%;
bottom: 5%;
width: 80%;
height: auto;
text-align: center;
background-color: #408C8C;
border: 2px solid #FFFFFF;
}
a:link {
font-family: Arial, sans-serif;
font-size: 0.9em;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: none;
}
a:active {
color: #000000;
text-decoration: none;
}
p {
font-family: Arial, sans-serif;
font-size: 0.9em;
font-style: normal;
font-weight: normal;
line-height: 1.5em;
text-align: center;
color: #000000;
}
h2 {
font-family: Arial, sans-serif;
font-size: 1.2em;
font-style: italic;
font-weight: normal;
line-height: 1.5em;
text-align: center;
color: #000000;
}