/* LOGIN CSS - by Marco Mahnke */

body{ background-color:#FFFEF2; background-image: url('./pics/main_bg.jpg'); background-repeat:repeat-x; color:#000000; width:100%; height:100%; margin:0; padding:0; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; overflow: hidden; }

/* BG-Image auf unterste Ebene anordnen */
#bgImg{ position:absolute; top:0; left:0; border:0; z-index:1;}

/* Body-Dummy absolut über BG-Image legen; Scrollbar bei Bedarf einblenden (overflow:auto/hidden) */
#bodyDiv{ position: absolute; top:0; left:0; z-index:2; overflow: auto; width:100%; height:100%; text-align: center;}

/* Link´s Allgemein */
a:link { color:#000000; }				/* Noch nicht besuchte Seiten */
a:visited { color:#000000; }			/* Schon besuchte Seiten */
a:active { color:#000000; }				/* Activer Link, wo gerade geklickt wird */

/* Menü Links */
a.menu:link { color:#000000; }			/* Noch nicht besuchte Seiten */
a.menu:visited { color:#000000; }		/* Schon besuchte Seiten */
a.menu:active { color:#000000; }		/* Activer Link, wo gerade geklickt wird */
a.menu:hover { color:#FF6000;}			/* Mouseover Link-Text Farbe */

/* Grundeinstellungen Login Seite */
.login_frame { width:2600px; height:414px; background-image: url('./pics/login_frame_bg.png'); }

/* Textformatierungen */
.Stil1 { font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:10px; }		/* schwarz - klein (10px) */
.Stil2 { color:#FFFFFF; }																			/* weiss */
.Stil3 { font-family: Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:14px; }		/* weiss - gross (14px) */
.Stil4 { font-family: Verdana, Arial, Helvetica, sans-serif; color:#3E6694; font-size:9px; }		/* blau - klein (9px) */
.Stil5 { font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:11px; }		/* schwarz - mittel (12px) */

/* Input-Felder */
.Login { width:171px; height:23px; margin:2px auto 0; font-size:16px; }