/* ---------------------------- */
/* screen.css >>> SchmeichelRot */
/* ---------------------------- */

/* Body allgemein */
body {
  font-family:Arial;
  font-size:13px;
  color:#000000;
  background-color:#000000;
  scrollbar-face-color:#880000; 
  scrollbar-highlight-color:#777777; 
  scrollbar-shadow-color:#666666; 
  scrollbar-3dlight-color:#AAAAAA; 
  scrollbar-arrow-color:#FFFFFF; 
  scrollbar-track-color:#FFDEAD; 
  scrollbar-darkshadow-color:#000000;
}

/* Schriftarten */
p, td, th, ul, li, div, h1, h2, h3 { font-family:Arial; }

/* Schriftgrößen */
p, td, th, ul, li, div  { font-size:13px; }
h1 { font-size:19px; }
h2 { font-size:17px; }
h3 { font-size:15px; }

/* Spezielle Schriftfarben */
h1 { color:#880000; }
h2 { color:#880000; }
h3 { color:#880000; }
strong { color:#000000; }
th { color:#880000; }
b { color:#880000; }
em { color:#880000; font-style:normal; font-weight:bold; }

/* Spezielle Schriftstärken */
h1 { font-weight:bold; } 
h2 { font-weight:bold; } 
h3 { font-weight:bold; } 
th { font-weight:bold; }

/* Schriftausrichtung */
th { text-align:left; }

/* Tabellen im Content */
table.contab { border-color:#880000; border-width:1px; border-style:solid;spacing:2px; padding:0px; }
table.wintab { border-color:#880000; border-width:1px; border-style:solid;spacing:2px; padding:0px; background-color:#FFDEAD; }
table.errtab { border-color:#FF0000; border-width:2px; border-style:solid;spacing:2px; padding:0px; background-color:#FFEEEE; }

/* Hintergrundfarben */
th { background-color:#FFFFFF; }
tr.hell { color:#000000; background-color:#FFFFCC; }
tr.dunkel { color:#000000; background-color:#FFCC99; }

/* Verlinkung - Toolbar */
a.toolbar { font-size:15px;color:#880000; font-weight:bold; text-decoration:none; background-color:none; }
a.toolbar:hover { font-size:15px;color:#FF0000; font-weight:bold; text-decoration:underline; background-color:none; }

/* Kennzeichnung wenn Toolbar = aktuelle Seite */
a.tselect { font-size:15px; color:#0000AA; text-decoration:none; font-weight:bold; background-color:none; }
a.tselect:hover { font-size:15px; color:#0000AA; text-decoration:underline; font-weight:bold; background-color:none; }

/* Verlinkung - Menüboxen */
a.menue { color:#880000; text-decoration:none; background-color:none; font-weight:bold; }
a.menue:hover { color:#880000; text-decoration:underline; background-color:#none; font-weight:bold; }

/* Kennzeichnung wenn Menüpunkt = aktuelle Seite */
a.mselect { color:#FF0000; text-decoration:none; background-color:none; font-weight:bold; }
a.mselect:hover { color:#880000; text-decoration:underline; background-color:#none; font-weight:bold; }

/* Normale Links */
a { color:#AA0000; text-decoration:underline; }
a:hover { color:#FF0000; text-decoration:underline; }

/* Link Copyright */
a.copyright { color:#880000; font-family:Verdana; font-size:10px; text-decoration:none; font-weight:bold; }
a.copyright:hover { color:#880000; font-family:Verdana; font-size:10px; text-decoration:underline; font-weight:bold; }

/* Formular-Formatierungen */
.eingabefeld { font-size:13px; font-family:Arial; color:#000000; background-color:#FFE3BB }
.buttons { font-size:13px; font-family:Arial; font-weight:bold; color:#FFE3BB; background-image:url('bgbox.gif'); border-width:0px; }
.klappliste { font-size:13px; font-family:Arial; color:#000000; background-color:#FFE3BB; }

/* Haupteinträge der Dropdowns */
ul.dropdown a { color:#880000; font-weight:bold; font-size:15; text-decoration:none; display:block; }
ul.dropdown a:hover { color:#FF0000; }
/* Gestaltung der Dropdown-Liste */
ul.dropdown ul { border-width:1px; border-style:dashed; border-color:#880000; width:180px; padding:5px; background-color:#FFFFCC; }
/* Auswahl in den Dropdowns */
ul.dropdown ul a { color:#880000; text-decoration:none; font-weight:normal; font-size:13px; font-weight:bold; }
ul.dropdown ul a:hover { text-decoration:underline; }
/* Hintergrundfarbe der Drowdowns */
ul.dropdown ul li { background-color:#FFFFCC; }

/* Realisierung der Dropdowns */
ul.dropdown { list-style:none; margin:0; padding:0; z-index:99; }
ul.dropdown * ul { list-style:none; margin:0; padding:5; display:none; position:absolute;z-index:99; }
ul.dropdown li { float:left; }
ul.dropdown li * li { border:0px solid #FFFFCC; float:none; position:relative; }
ul.dropdown ul * ul { left:100%; top:0; }
ul.dropdown ul * a { height:100%; }
ul.dropdown li:hover ul ul, ul.dropdown li:hover ul ul ul, ul.dropdown li:hover ul ul ul ul { display:none; }
ul.dropdown li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul ul li:hover ul { display:block; }
