/****************************************************************************************
* PageBody
*****************************************************************************************/
body{
    font-family: Times New Roman, Arial, Helvetica;
    background-color: #000000
    background-repeat: repeat-x;
}
/****************************************************************************************/

/****************************************************************************************
* Caption
*****************************************************************************************/
.DivWelcomeCaption{
    font-family: Times New Roman, Arial, Helvetica;
    padding-left: 10px;
    font-size: 50pt;   
    color: white;
    text-align: justify;
}
.DivCaption{
    font-family: Times New Roman, Arial, Helvetica;
    padding-left: 10px;
    font-weight: bold;
    color: white;
    text-align: justify;
}
.DivCaption2{
    font-family: Times New Roman, Arial, Helvetica;
    padding-left: 10px;
    font-size: 30pt;   
    color: white;
    text-align: justify;
}
.DivText{
    font-family: Times New Roman, Arial, Helvetica;
    padding-left: 10px;
    color: white;
    color: align;
}
.DivTextJustify{
    font-family: Times New Roman, Arial, Helvetica;
    padding-left: 10px;
    color: white;
    text-align: justify;
}
/****************************************************************************************/

/****************************************************************************************
* Hyperink
*****************************************************************************************/
/* Handling der Links in einer AHG Tabelle */
a:link{
    text-decoration: none;
    font-family: Times New Roman, Arial, Helvetica;
    font-size: 10pt;
    Color: #FFFFFF;
}
a:visited{
    text-decoration: none;
    font-family: Times New Roman, Arial, Helvetica;
    font-size: 10pt;
    Color: #FFFFFF;
}
a:hover{
    text-decoration: none;
    font-family: Times New Roman, Arial, Helvetica;
    font-size: 10pt;
    Color: #FFFFFF;
}
a:active{
    text-decoration: none;
    font-family: Times New Roman, Arial, Helvetica;
    font-size: 10pt;
    Color: #FFFFFF;
}
/****************************************************************************************/

/****************************************************************************************
* Tabellen - Handling
*****************************************************************************************/
.Table{
    border-collapse: collapse;
}

.Table_NoBorder{
    border-collapse: collapse;
    border-style: solid;
    border-width: 0px;
    border-color: white;
    font-family: Times New Roman, Arial, Helvetica;
    font-size: 10pt;
    Color: #FFFFFF;
    padding-left: 4px;
    padding-right : 4px;
    text-align: justify;
}
/***************************************************************************************/