body
{
background-color: #FFFFFF
}

/* Absätze und Überschriften */
p
{
margin: 5px 0 15px 0;
font-size: 12px;
line-height: 130%;
text-align: justify
}
h1
{
margin: 0 0 15px 0;
color: #FFFFFF;
font-size: 16px
}
h2
{
margin: 0 0 5px 0;
color: #FFFFFF;
font-size: 14px
}

/* Rahmen für Bilder auf 0 gesetzt */
img
{
border: 0
}

/* Position Rahmen */
#rahmen
{
z-index: 0;
position: absolute;
width: 750px;
height: 550px;
margin-left: 50px;
margin-top: 50px
}

/* Position Inhalts-Box */
#content
{
z-index: 1;
font-family: Verdana, Tahoma, Arial;
font-size: 12px;
width: 635px;
height: 373px;
color: #FFFFFF;
overflow: auto;
padding: 0 10px 0 0;
}

/* Verweise Inhalt */
#content a:link, #content a:visited, #content a:active
{
color: #FFCDCC;
font-weight: bold;
text-decoration: underline
}
