<!-- Grunddefinition : Schriftart : Verdana, Größe 10 pt -->
body { font-family:Verdana,sans-serif; font-size:10pt; font-weight:normal;width:100%;}

<!-- Linkdefinition :  -->
a:link {
        color              : #000000;
        font-weight        : bold;
        text-decoration    : none;
}
a:visited {
        color              : #000000;
        font-weight        : bold;
        text-decoration    : none;
}
a:active {
        color              : #000000;
        font-weight        : bold;
        text-decoration    : none;
}
a:hover {
        color              : #000000;
        font-weight        : bold;
        text-decoration    : underline;
}
a:focus {
        color              : #000000;
        font-weight        : bold;
        text-decoration    : underline;
}

<!-- Hintergrundtabelle -->
.back {
        background-color      : #ffffff;
        font-family           : Verdana,sans-serif;
        font-size             : 10pt;
        font-weight           : normal;
        text-align            : left;
        border-width          : 0px;
        border-color          : #000000;
        border-style          : solid;
}
.back2 {
        background-color      : #ffffff;
}

<!-- Logo-Zeile - Spalte 1 (Bild) und Spalte 2 (blauer Hintergrund) -->
.logoframe1 {
        color                 : #000000;
        background-color      : #ffffff;
        text-align            : center;
        border-width          : 1px;
        border-color          : #324576;
        border-style          : solid;
        width                 : 20%;
}
.logoframe2 {
        color                 : #ffffff;
        background-color      : #06395b;
        width                 : 80%;
}

<!-- Definition der linken Menuespalte -->
.menueframe {
        color                 : #000000;
        background-color      : #ffffff;
        padding               : 0px;
        width                 : 20%;
}
.menueframe_tab {
        color                 : #000000;
        background-color      : #ffffff;
        padding               : 2px;
}

<!-- Definition der Inhaltsspalte -->
.dataframe {
        color                 : #000000;
        background-color      : #ffffff;
        padding               : 2px;
        width                 : 80%;
}
.dataframe_tab {
        color                 : #000000;
        background-color      : #ffffff;
        text-align            : center;
        font-family           : Verdana,sans-serif;
        font-size             : 9pt;
        font-weight           : normal;
}

<!-- Definition der Menueboxen -->
.box {
       font-family           : Verdana,sans-serif;
       font-size             : 10pt;
       font-weight           : normal;
       color                 : #ffffff;
       padding               : 1px;
       text-align            : left;
       background-color      : #eeeeee;
       border-width          : 1px;
       border-color          : #06395b;
       border-style          : solid;

       }
.box_head {
       font-family           : Verdana,sans-serif;
       font-size             : 10pt;
       font-weight           : normal;
       font-style            : italic;
       color                 : #ffffff;
       padding               : 4px;
       text-align            : center;
       background-color      : #06395b;

       }
.box_content {
       font-family           : Verdana,sans-serif;
       font-size             : 10pt;
       font-weight           : normal;
       color                 : #000000;
       padding               : 2px;
       text-align            : left;
       background-color      : #eeeeee;
}

.text1 {
       font-family           : Verdana,sans-serif;
       font-size             : 14pt;
       font-weight           : bold;
       color                 : #5f5f5f;
       text-align            : left;
}

.text2 {
       font-family           : Verdana,sans-serif;
       font-size             : 10pt;
       font-weight           : normal;
       color                 : #5f5f5f;
       text-align            : justify;
}

.text3 {
       font-family           : Verdana,sans-serif;
       font-size             : 12pt;
       font-weight           : bold;
       color                 : #5f5f5f;
       text-align            : left;
}

.text4 {
       font-family           : Verdana,sans-serif;
       font-size             : 10pt;
       font-weight           : bold;
       color                 : #000000;
       text-align            : left;
}


.smallText {
        color                 : #000000;
        background-color      : #ffffff;
        font-family           : Verdana,sans-serif;
        font-size             : 8pt;
        font-weight           : normal;
}

<!-- Definition für Formularelemente -->
.Auswahl1 {
       background-color      : #ddffff;
       width                 : 100px;
}
.Auswahl2 {
       background-color      : #ffffcc;
       width                 : 100px;
}
.TextInput1 {
       background-color      : #ffffcc;
       width                 : 100px;
}