BODY
{
    background-color:#D5effc;
    font-family:Arial,Helvetica,sans-serif;	
    margin:0
}
TABLE
{
    background-color:#D5effc;
    font-family:Arial,Helvetica,sans-serif
}
A:link
{
    color:blue;
    text-decoration:none
}
A:visited
{
    color:blue;
    text-decoration:none
}
A:hover
{
    color:#d13e80;
    text-decoration:none
}
A:active
{
    color:red;
    text-decoration:none
}
.header
{
    font-family:Arial,Helvetica,sans-serif;
    background-color:#d13e80;  
    font-size:18pt;
    font-weight:bold;
    color:white;
    text-transform:uppercase;
} 
.table1
{
    border-style:none;
    // border-color:#d13e80;
    //text-align:justify;
}
.cell1
{
    font-size:12pt;
    text-align:justify;
}
.cell1top
{
    font-size:12pt;
    text-align:justify;
    vertical-align:top;
}
.cellnavi
{
    border-style:none
}
.tablenavi
{
    border-style:none
}
.titel
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:12pt;
    font-weight:bold;
    color:#d13e80;
    text-align:left;
}
.untertitel
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:12pt;
    font-weight:bold;
    color:#000000;
    text-align:left;
}
.untertitel2
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:10pt;
    font-weight:normal;
    color:grey;
    text-align:middle;
}