
/* Styles Datei für das gesammte Projekt Gültigkeit haben */


/*Definitionen für den Body Tag*/  
body { margin-top:0; margin-left:0; margin-right:0; margin-bottom:0;scrollbar-face-color:#999999;scrollbar-highlight-color:#EFEFEF;	scrollbar-3dlight-color:#999999;scrollbar-darkshadow-color:#999999;scrollbar-shadow-color:#CCCCCC;scrollbar-arrow-color:#EFEFEF;scrollbar-track-color:#EFEFEF;}
.body {background-color: #EFEFEF;}

/*Schriften*/
.text6 { font-family: verdana, arial, tahoma; font-size:6pt; }    /*Mini Text*/
.text7 { font-family: verdana, arial, tahoma; font-size:7pt; }    /*Kleiner Text 7 Punkt*/
.text8 { font-family: verdana, arial, tahoma; font-size:8pt; }    /*Kleiner Text 8 Punkt*/
.text9 { font-family: verdana, arial, tahoma; font-size:9pt; }    /*Kleiner Text 9 Punkt*/
.text { font-family: verdana, arial, tahoma; font-size:10pt; }    /*Standart Text*/
.aktiv { font-family: verdana, arial, tahoma; font-size:10pt; color:FF0000;} /*aktive Seite bei den Org Anweisungen*/
.warntext { font-family: verdana, arial, tahoma; font-size:10pt;font-weight:bold;color:#FF0000; }    /*Standart Text in rot und Fett*/
.warntext_small { font-family: verdana, arial, tahoma; font-size:10pt;color:#FF0000; }    /*Standart Text in rot*/
.textblau { font-family: verdana, arial, tahoma; font-size:10pt;color:blue; }    /*Standart Text in blau*/
.textrot { font-family: verdana, arial, tahoma; font-size:10pt;color:#FF0000; }    /*Standart Text in rot*/
.textgelb { font-family: verdana, arial, tahoma; font-size:10pt;color:#FF9900; }    /*Standart Text in gelb*/
.text_dunkelgrau { font-family: verdana, arial, tahoma; font-size:10pt;color:#999999 }    /*Standart Text in dunkelgrau*/
.mitte { font-family: verdana, arial, tahoma; font-size:10pt; background-color:#FFFFFF; }    /*Standart Text 3 Spalten Layout mit weissem Hintergrund*/
.ueberschrift11 { font-family: verdana, arial, tahoma; font-size:11pt; font-weight: bold; }    /*Standart Überschrift in 11px und Fett*/
.ueberschrift { font-family: verdana, arial, tahoma; font-size:12pt; font-weight: bold; }    /*Standart Überschrift grösser und Fett*/
.ueberschrift16 { font-family: verdana, arial, tahoma; font-size:16pt; font-weight: bold; }    /*Überschrift in 16pt und Fett*/
.subnavigation { font-family: verdana, arial, tahoma; font-size:8pt; background-color:#EFEFEF; }    /*Subnavigation für alle Seiten*/
.fusszeile { font-family: verdana, arial, tahoma; font-size:8pt; background-color:#EFEFEF; }    /*Fusszeile für alle Seiten*/
.gruppierfarbe  { font-family: verdana, arial, tahoma; font-size:10pt; background-color:#FFFF00; } /*Gelber Hintergrund bei den Transaktionscodes für Gruppierung*/
.sortierfarbe  { font-family: verdana, arial, tahoma; font-size:10pt; background-color:#FFCC00; } /*Oranger Hintergrund bei den Transaktionscodes für Sortierung*/

/*Formular Felder*/
.formular { font-family: verdana, arial, tahoma; font-size:8pt; }    /*Formularfelder*/
.formular_fett { font-family: verdana, arial, tahoma;font-weight:bold; font-size:8pt; }    /*Formularfelder fett*/
.button {background-color:#EFEFEF;border:0px; color:#000000; }    /*Button in Hintergrundfarbe */
.button_schwarz { font-family: verdana, arial, tahoma; font-size:10pt;background-color:#EFEFEF;border:0px; color:#000000;font-weight:bold; }    /*Button in Hintergrundfarbe mit schwarzer Schrift*/
.button_weiss { font-family: verdana, arial, tahoma; font-size:10pt;background-color:#FFFFFF;border:0px; color:blue;font-weight:bold; }    /*Button in Weiss mit blauer Schrift*/
.button_blau { font-family: verdana, arial, tahoma; font-size:10pt;background-color:#EFEFEF;border:0px; color:blue;font-weight:bold; }    /*Button in Hintergrundfarbe mit blauer Schrift*/



/*Hintergrund Farben*/
.dunkelgrau { background-color:#999999; }
.mittelgrau { background-color:#CCCCCC; }
.hellgrau { background-color:#EFEFEF; }

.weiss { background-color:#FFFFFF; }
.schwarz { background-color:#000000; }

/*Linkfarben*/
a:link       { font-family: verdana, arial, tahoma; color:blue; text-decoration: none }
a:visited    { font-family: verdana, arial, tahoma; color:blue; text-decoration: none }
a:hover      { color:red }


a:link.navschwarz{ font-family: verdana, arial, tahoma; color:#000000 ; text-decoration: none }
a:visited.navschwarz{ font-family: verdana, arial, tahoma; color:#000000 ; text-decoration: none }
a:hover.navschwarz{color:red;}

/*Laufschrift auf der Startseite*/
.laufschrift { font-family: verdana, arial, tahoma; font-size:10pt;color:#000000; }

/*Uhr in der Navigation*/
.uhr	{ font-family: verdana, arial, tahoma; font-size:8pt; font-weight:bold; color:#000000; }

/*Seitenumbruch*/
.seitenumbruch { page-break-after:always; color:#FFFFFF; font-size:2pt; }



