BODY
{
margin-left: 0;
margin-top: 0;
margin-width: 0;
margin-height: 0;
background-color: #FFFFFF;  /* #FFFFE0; */
}


.main-body
{
background-color: #FF0000;
}

.maintitel
{
font-family: Optima, Verdana, Geneva, Arial, Helvetica;
font-size: 18px;
letter-spacing: 12px;
font-weight: bold;
color: #505050;
}

.bigtitel
{
font-family: Optima, Verdana, Geneva, Arial, Helvetica;
font-size: 24px;
font-weight: bold;
color: #505050;
}

.titel
{
font-family: Optima, Verdana, Geneva, Arial, Helvetica;
font-size: 18px;
font-weight: bold;
color: #505050;
}

.subtitel
{
font-family: Optima, Verdana, Geneva, Arial, Helvetica;
font-size: 16px;
font-weight: bold;
color: #505050;
}

.content
{
font-family: Optima, Verdana, Geneva, Arial, Helvetica;
font-size: 14px;
font-weight: lighter;
color: #252525;
}

.footer
{
font-family: Optima, Verdana, Geneva, Arial, Helvetica;
font-size: 10px;
font-weight: lighter;
color: #252525;
}

.footer-line
{
width: 100%;
border-bottom: 1px solid #252525;
}

.small
{
font-size: 10px;
}

.italic
{
font-style:italic;
}

.oblique
{
font-style:oblique;
}


ul { margin-bottom: 2; margin-top: 0;}


a:link { color: #252525; text-decoration: underline; }
a:visited { color: #656565; text-decoration: underline; }
a:active { color: #656565; text-decoration: underline; }
a:hover { color: #252525; text-decoration: underline; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }