<!-- @#VERSION#@ style.css 20020918 @#VERSION#@ -->
.blabla { font-weight: bold; }  /* muß angeblich eingetragen sein, da erster CSS-Eintrag sonst verschluckt wird! */

/* Allgemeine Styles */
textarea, b, p, td, th, h1, h2, h3, body { font-family: arial, verdana, sans-serif; }
p, textarea, body { font-size: 8pt; }
td { font-size: 9pt; }
th { font-size: 9pt; }
b { font-family: sans-serif; font-weight: bold; font-size: 9 pt; }

/* Links, hier sind Unterschiede zwisschen Menu und 
Programm-Verhalten */
a:link, a:active { font-family: sans-serif; color:#FFFFFF; text-decoration:none; font-weight:normal;}
a:visited { font-family: sans-serif; color:#FFFFFF; text-decoration:none; font-weight:normal;}
a:hover  { font-family: sans-serif; width: 100%; text-decoration:none; ; background: #CCCCCC; color:#000000; font-weight:normal;  }

/* Selbstdefinierte Styles */
.navframe { background: #FFFFFF;  }
.headframestyle {  }

.navBorderTable { background: #666666; width: 100%; height: 100%; border-left-width:1.5pt; border-left-style:solid; border-top-width:1.5pt; border-top-style:solid;border-color: #808080; } 

.leftMenuSep {margin-top: 2pt; margin-bottom: 2pt; padding: 0pt; border-bottom: 1pt solid #666666;}

 

/* Festes Menü-Element wie Logout */
.menuitemfix { font-size: 9 pt; width: 100%; margin-left:2px; text-color:#FFFFFF; }


/* Menü-Test-Element */
.menusubtitle { font-size: 9 pt; width: 100%; font-family: sans-serif; color:#000000; text-decoration:none; font-weight:none; }

/* Menü-Element */
.menuitem { margin-left:5px; }
.menuitemText { color: #000000;  }
.menuitemTextPopup { color: #000000; font-weight:bold; }
.menuitemSelectedTextPopup { color: #000000; font-weight:bold; }
/* Selektierte Version */
.menuitemSelected { width: 100%; font-size: 9 pt; background: #CCCCCC; margin-left:2px; font-weight: bold; }
.menuitemSelectedText { color: #000000;  }

/* Menü-Haupt-Element wie Stammdaten/Buchen */
.menuitemMain {  margin-left:4px;  }
.menuitemMainText { color: #FFFFFF;   }
/* Selektierte Version */
.menuitemMainSelected { width: 100%; font-size: 9 pt; background: #CCCCCC; margin-left:2px; font-weight: bold; }
.menuitemMainSelectedText { color: #000000;  }

/* Tabelle für festen Hauptbereich (Logout-Faktura) */
.mainmenutable { background: #666666; width: 100%; }
/* Tabelle für dynamischen Bereich (Buchen/Stammdaten) */
.submenutable { background: #666666; }

/* Tabelle für Stammdaten-Icons: NEU/Suchen/Tabelle */
.icontable {  margin-bottom: 3pt; }
/* Tabelle, wenn keine Icons vorhanden */
.noicontable {  margin-bottom: 3pt; }

/* Trennlinie zwischen festem und dynamischem Menu / vor Login */
.menuseparator0 { color: #AAAAAA; height: 0pt; }
/* Trennlinie im festen Hauptmenu */
.menuseparator1 { color: #AAAAAA; height: 1pt; }
/* Trennlinie im dynamischen Menu */
.menuseparator3 { color: #AAAAAA; height: 1pt; border-style: dotted; }

/* Dokument.Body */
.bodystyle { background: #FFFFFF; 
  scrollbar-base-color: #FFFFCC;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#FFFFCC;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#FFFFCC;
}

.newMail { background-color: #666666; margin: 0pt; padding: 0pt; border: 1pt solid #FF9900; }


.menusessionIconFeld { width: 25%; padding: 0pt; margin: 0pt;  margin-top: 2pt; margin-right: 1pt; }
.menusessionTextFeld { font-size: 9pt; width: 100%; margin-left:2px; text-color:#FFFFFF; }
.menusessionText2Feld { font-size: 9pt; width: 10%; margin-left:2px; text-color:#FFFFFF; }
.menusessionText     {  }

a.menusessionIconFeld:link, a.menusessionIconFeld:active, a.menusessionIconFeld:visited { font-family: sans-serif; color:#FFFFFF; text-decoration:none; font-weight:normal;}
a.menusessionIconFeld:hover  { font-family: sans-serif; text-decoration:none; background: #666666; color:#000000; font-weight:normal;  }


