.AllgemeinFarben { background-color: #CCFFCC; color: #000066}
/* Hyperlink-Darstellung */
a:link { color:#000066; text-decoration: none}
a:visited { color:#000066; text-decoration: none }
a:active { color:#000066; text-decoration: none }

/* Für die Kuenstlerbilder */
.Bildrahmen { position: absolute; width:84px; height:230px; top: 0; text-align: center
 }
.BildBackground { background-color: #CCCCCC }
.BildBackgroundMouseOver { background-color: #EEEEEE }
.Bildunterschrift { position: absolute; width: 100%; height: 50px; z-index:3; left: 0; top: 120px; padding-top: 90px; text-align: center; }
.Bildtext1 { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: bold }

/* allgemeine Textformate */
.Titel { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-style: normal; font-weight: bold; visibility: visible }
.Subtitel { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold }
.text {  font-family: "Times New Roman", Times, serif; font-size: 12pt; font-style: normal }

/* Menuepunkte */
.Menupunkt {
        position: absolute;
        top: 0;
        width:33%;
        height: 100%;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif; font-size: 12pt;
        font-style: normal;
        font-weight: bold }
.MenupunktBackground {
        background-color: #CCCCCC }
.MenupunktBackgroundMouseOver {
        background-color: #EEEEEE }
