/* CSS-Datei fuer saemtliche Formatierungen */


/*Grundlegende Designes fuer alle Seiten*/

body
{
    background-image: url(../_borders/h-index4.jpg);
    text-align: center;
}


a
{
    font-family: "Verdana";
    font-size: 0.8em;
    text-decoration: underline;
    font-style: normal;
    color: #CC3333;
}


.inactive
{
    color: #808080;
    font-family: "Verdana";
    font-size: 0.8em;
    font-weight: normal;
}


.header_middle
{
    color: #CC3300;
    font-family: "Verdana";
    font-size: 1.8em;
    background-image: url(../../_borders/h-Piefekop.gif);
}


.head_text
{
    font-family: "Verdana";
    font-size: 1.3em;
    color: #CC3300;
}


.table_underline
{
    text-decoration: underline;
}

#inhalt_tables
{
    font-family: "Verdana";
    font-size: 1.0em;
    font-weight: bold;
    color: #333333;
}

.innen_tables
{
    font-weight: normal;
    font-size: 0.8em;
    color: #000000;
}

#tollis
{
    vertical-align: middle;

}