/* dokumentweite Angaben definieren */
/* ------------------------------------------------------------ */
body           { /* Farben definieren */
                 background-color: #FFFFFF;
                 /* Standardtext definieren */
                 font-family:      Verdana,Arial,sans-serif;
                 font-style:       normal;
                 font-weight:      normal;
                 font-size:        10px;
                 margin-left:      18px;
                 margin-top:       18px;
                 margin-right:     18px;
                 color:            #061666; }

/* Link Angaben definieren */
/* ------------------------------------------------------------ */
a:link         { /* Linkfarbe definieren */
                 font-weight:      bold;
                 text-decoration:  none;
                 color:            #061666; }

a:visited      { /* Linkfarbe (besucht) definieren */
                 font-weight:      bold;
                 text-decoration:  none;
                 color:            #061666; }

a:active       { /* Linkfarbe (aktiv) definieren */
                 font-weight:      bold;
                 text-decoration:  none;
                 color:            #061666; }

a:hover        { /* Linkfarbe (MouseOver) definieren */
                 font-weight:      bold;
                 text-decoration:  none;
                 color:            #061666; }

a.stathl:link  { /* Linkfarbe definieren */
                 font-weight:      bold;
                 text-decoration:  none;
                 color:            #FFFFFF; }

a.stathl:visited { /* Linkfarbe (besucht) definieren */
                 font-weight:      bold;
                 text-decoration:  none;
                 color:            #FFFFFF; }

a.stathl:active  { /* Linkfarbe (aktiv) definieren */
                 font-weight:      bold;
                 text-decoration:  none;
                 color:            #FFFFFF; }

a.stathl:hover  { /* Linkfarbe (MouseOver) definieren */
                 font-weight:      bold;
                 text-decoration:  none;
                 color:            #FFFF66; }

td.headline    { /* Standardtext definieren */
                 font-family:      Verdana,Arial,sans-serif;
                 font-style:       normal;
                 font-weight:      bold;
                 font-size:        10px;
                 color:            #AA0000; }

td.stat        { /* Standardtext definieren */
                 font-family:      Verdana,Arial,sans-serif;
                 font-style:       normal;
                 font-weight:      normal;
                 font-size:        10px;
                 background-color: #FFFFFF;
                 color:            #061666; }

td.stath       { /* Standardtext definieren */
                 font-family:      Verdana,Arial,sans-serif;
                 font-style:       normal;
                 font-weight:      bold;
                 font-size:        10px;
                 background-color: #061666;
                 color:            #FFFFFF; }


td.stat1       { /* Standardtext definieren */
                 font-family:      Verdana,Arial,sans-serif;
                 font-style:       normal;
                 font-weight:      bold;
                 font-size:        10px;
                 background-color: #FFFFFF;
                 color:            #061666; }

td.stat2       { /* Standardtext definieren */
                 font-family:      Verdana,Arial,sans-serif;
                 font-style:       normal;
                 font-weight:      bold;
                 font-size:        10px;
                 background-color: #FFFFFF;
                 color:            #061666; }

td.stat3       { /* Standardtext definieren */
                 font-family:      Verdana,Arial,sans-serif;
                 font-style:       normal;
                 font-weight:      bold;
                 font-size:        10px;
                 background-color: #AAAAAA;
                 color:            #061666; }

td.stat4       { /* Standardtext definieren */
                 font-family:      Verdana,Arial,sans-serif;
                 font-style:       normal;
                 font-weight:      bold;
                 font-size:        10px;
                 background-color: #AA9999;
                 color:            #061666; }

td.stat5       { /* Standardtext definieren */
                 font-family:      Verdana,Arial,sans-serif;
                 font-style:       normal;
                 font-weight:      bold;
                 font-size:        10px;
                 background-color: #AA4444;
                 color:            #FFFFFF; }

td.stat6       { /* Standardtext definieren */
                 font-family:      Verdana,Arial,sans-serif;
                 font-style:       normal;
                 font-weight:      bold;
                 font-size:        10px;
                 background-color: #AA0000;
                 color:            #FFFFFF; }

div.help       { /* Standardtext definieren */
                 font-family:      Verdana,Arial,sans-serif;
                 font-style:       normal;
                 font-weight:      normal;
                 font-size:        9px;
                 color:            #555555; }

input.small    { /* Standardtext definieren */
                 font-family:      Verdana,Arial,sans-serif;
                 font-style:       normal;
                 font-weight:      bold;
                 font-size:        10px;
                 width:            150px;
                 background-color: #FFFFFF;
                 border:           1px;
                 border-color:     #061666;
                 border-style:     solid;
                 color:            #061666; }

input.smaller  { /* Standardtext definieren */
                 font-family:      Verdana,Arial,sans-serif;
                 font-style:       normal;
                 font-weight:      bold;
                 font-size:        10px;
                 width:            100px;
                 background-color: #FFFFFF;
                 border:           1px;
                 border-color:     #061666;
                 border-style:     solid;
                 color:            #061666; }

input.wide     { /* Standardtext definieren */
                 font-family:      Verdana,Arial,sans-serif;
                 font-style:       normal;
                 font-weight:      bold;
                 font-size:        10px;
                 width:            300px;
                 background-color: #FFFFFF;
                 border:           1px;
                 border-color:     #061666;
                 border-style:     solid;
                 color:            #061666; }

select.wide    { /* Standardtext definieren */
                 font-family:      Verdana,Arial,sans-serif;
                 font-style:       normal;
                 font-weight:      bold;
                 font-size:        10px;
                 width:            300px;
                 background-color: #FFFFFF;
                 border:           1px;
                 border-color:     #061666;
                 border-style:     solid;
                 color:            #061666; }

select.widesel { /* Standardtext definieren */
                 font-family:      Verdana,Arial,sans-serif;
                 font-style:       normal;
                 font-weight:      bold;
                 font-size:        10px;
                 width:            300px;
                 height:           200px;
                 background-color: #FFFFFF;
                 border:           1px;
                 border-color:     #061666;
                 border-style:     solid;
                 color:            #061666; }

textarea.wide  { /* Standardtext definieren */
                 font-family:      Verdana,Arial,sans-serif;
                 font-style:       normal;
                 font-weight:      bold;
                 font-size:        10px;
                 width:            505px;
                 height:           200px;
                 background-color: #FFFFFF;
		 border:           1px;
		 border-color:     #061666;
		 border-style:     solid;
                 color:            #061666; }

textarea.remark { /* Standardtext definieren */
                 font-family:      Verdana,Arial,sans-serif;
                 font-style:       normal;
                 font-weight:      bold;
                 font-size:        10px;
                 width:            400px;
                 height:           200px;
                 background-color: #FFFFFF;
		 border:           1px;
		 border-color:     #061666;
		 border-style:     solid;
                 color:            #061666; }

input.but      { /* Standardtext definieren */
                 font-family:      Verdana,Arial,sans-serif;
                 font-style:       normal;
                 font-weight:      bold;
                 font-size:        10px;
                 background-color: #FFFFFF;
                 border:           1px;
		 border-color:     #061666;
		 border-style:     solid;
                 color:            #061666; }


