/* -------------------------------------------------------------------*/
/* Datei:      KTAG.CSS                                               */
/* Funktion:   Style-Sheet-Definition für HTML-Seiten                 */
/* Erstellt:   04. Januar 2004                                        */
/* -------------------------------------------------------------------*/

/* Generelle Dokument-Einstellungen */
/* Abstand zwischen Fensterränder und Inhalt in Pixel */
BODY { margin-top:10px; 
       margin-bottom:10px; 
       background-image: url(/images/hintergrund.jpg);
       background-position: 30% 35%;
       background-repeat: no-repeat;
       background-attachment: fixed; }

/* Ueberschrift 1 */
/* Nur für Seitenüberschriften */
H1 { font-size: 15pt; 
     font-family: verdana,arial,helvetica,sans-serif; 
     color: #0048D0; }

/* Ueberschrift 2 */
/* Für alle Zwischentitel */
H2 { font-size: 13pt; 
     font-family: verdana,arial,helvetica,sans-serif;
     color: #0048D0; }

/* Ueberschrift 3 */
/* Für untergeordnete Zwischentitel */
H3 { font-size: 11pt; 
     font-family: verdana,arial,helvetica,sans-serif; }

/* Ueberschrift 4 */
/* Für sehr untergeordnete Zwischentitel */
H4 { font-size: 10pt; 
     font-family: verdana,arial,helvetica,sans-serif; }

/* Ueberschrift 5 */
/* Für sehr untergeordnete Zwischentitel */
H5 { font-size: 9pt; 
     font-family: verdana,arial,helvetica,sans-serif;
     color: #0048D0; }


/* Standard-Schriftart */
P  { font-size: 9pt; 
     font-family: verdana,arial,helvetica,sans-serif; }

P.WEISS  { color:White; }
P.SMALL  { font-size: 7 pt; }
TD.OBEN  { vertical-align: top; }
TD.MITTE { vertical-align: middle; }
TD.UNTEN { vertical-align: bottom; }

TABLE { border-spacing: 3px; } 

/* Tabellen-Ueberschriften */
TH { font-size: 9pt; 
     font-family: verdana,arial,helvetica,sans-serif; 
     background-color:#FFFFFF; 
     color:#0000C0; }

/* Tabellen-Zellen */
TD { font-size: 9pt; 
     font-family: verdana,arial,helvetica,sans-serif; }

/* Tabellen-Zellen */
TD.NAVIGATION
   { font-size: 9pt; 
     font-family: verdana,arial,helvetica,sans-serif; 
     color: Black;
     vertical-align: top;     
   }

/* Nummerierte Listen */
OL { font-size: 9pt; font-family: verdana,arial,helvetica,sans-serif; }

/* Aufzählungen mit Bullets */
UL { font-size: 9pt; font-family: verdana,arial,helvetica,sans-serif; }


/* Fomular-Schaltflächen 'Senden' */
INPUT.SUBMIT
{ border-color: #C0C0C0;
  border-style: outset;
  border-width: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-align: left; }

INPUT.RESET
{ border-color: #C0C0C0;
  border-style: outset;
  border-width: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-align: left; }


/* Link-Formatierung */

a:link { font-weight: bold;
         color:black;
         text-decoration:none; }

a:visited { font-weight: bold;
            color:black;
            text-decoration: none; }

a:hover { font-weight: bold;
          color:blue;
          background-color: transparent; }

a:active { font-weight: bold;
           color:black;
           text-decoration: none; }

