body
{
       /* bunte Scrollbar nur sichtbar im IE ab Vers. 5.5 und Opera ab Vers. 7.2 */
scrollbar-3dlight-color: #EFECE0;
scrollbar-arrow-color: #EFECE0;
scrollbar-darkshadow-color: #485269;
scrollbar-face-color: #8093BC;
scrollbar-highlight-color: #EFECE0;
scrollbar-shadow-color: #5B6986;
scrollbar-track-color: #8093BC;
      /* Ende Scrollbar */
background-color: #EFECE0
}

/* 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: #4A556C;
font-size: 16px
}
h2
{
margin: 0 0 5px 0;
color: #4A556C;
font-size: 14px
}

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

/* Position Rahmen */
#rahmen
{
z-index: 0;
position: absolute;
top: 50%; left: 50%;
width: 771px;
height: 558px;
margin-left: -385px;
margin-top: -279px
}

/* Position Inhalts-Box */
#content
{
z-index: 1;
font-family: Verdana, Tahoma, Arial;
position: absolute;
width: 370px;
height: 290px;
color: #EFECE0;
overflow: auto;
padding: 0 10px 0 0;
background-color: #8093BC;
top: 50%; left: 50%;
margin-left: -170px;
margin-top: -130px
}

/* Verweise Inhalt */
#content a:link, #content a:visited, #content a:active
{
color: #4A556C;
font-weight: bold;
text-decoration: underline
}
#content a:hover
{
color: #4A556C;
background-color: #EFECE0;
text-decoration: none
}

/* Position Footer */
#footer
{
z-index: 1;
font-family: Verdana, Tahoma, Arial;
position: absolute;
width: 380px;
height: 30px;
color: #EFECE0;
font-size: 10px;
top: 50%; left: 50%;
margin-left: -170px;
margin-top: 175px
}

/* Verweise Footer */
#footer a:link, #footer a:visited, #footer a:active
{
color: #EFECE0;
text-decoration: underline
}
#footer a:hover
{
color: #4A556C;
text-decoration: none
}