

/* --- Grundeinstellung der Startseite.

*/

.start

{

    background-color: #6699CC;

    COLOR: white;

    FONT-FAMILY: Arial, Helvetica, sans-serif;

    FONT-SIZE: 22pt;

    FONT-WEIGHT: bold;

}



/* --- Grundeinstellung des Frame "header".

*/

.header

{

    background-color: #0070C0;

    COLOR: white;

    FONT-FAMILY: Arial, Helvetica, sans-serif;

    FONT-SIZE: 22pt;

    FONT-WEIGHT: bold;

}



/* --- Grundeinstellung des Frame "navigation".

*/

.navigation

{

    background-color: #6699CC;

    COLOR: white;

    FONT-FAMILY: Arial, Helvetica, sans-serif;

    FONT-SIZE: 11pt;

}



/* --- Titel im Frame "navigation".

*/

.navigationtitle

{

    COLOR: white;

    FONT-FAMILY: Arial, Helvetica, sans-serif;

    FONT-SIZE: 12pt;

    FONT-WEIGHT: bold;

}



/* --- Text im Frame "navigation".

*/

.navigationtext

{

    COLOR: white;

    FONT-FAMILY: Arial, Helvetica, sans-serif;

    FONT-SIZE: 10pt;

}



/* --- Grundeinstellung des Frame "inhalt".

*/

.inhalt

{

    background-color: white;

    COLOR: black;

    FONT-FAMILY: Arial, Helvetica, sans-serif;

    FONT-SIZE: 10pt;

}



/* --- Titel im Frame "inhalt".

*/

.title

{

    COLOR: black;

    FONT-FAMILY: Arial, Helvetica, sans-serif;

    FONT-SIZE: 16pt;

    FONT-WEIGHT: bold;

}



/* --- Text im Frame "inhalt".

*/

.text

{

    COLOR: black;

    FONT-FAMILY: Arial, Helvetica, sans-serif;

    FONT-SIZE: 10pt;

}



/* --- Tabellenzelle im Frame "inhalt".

*/

.tablecell

{

  background-color: silver;

}