/* DATEI: krupp.css */

/* Allgemeine Seiteneinstellungen
Erklärung: Hintergrund-Farbe: weiß, Textgröße 12 pt, Textart: Tahoma, 
   Hintergrundbild: backg.jpg  -- background-image: 
               url('bilder/hintergrund/hintergrundblau.gif') -- 
 (liegt in diesem Fall im Hauptordner; wenn's woanders liegt, entsprechend angeben)*/


body         { background-color:#37B6CC; font-size: 12pt; font-family: Tahoma;  avant}

/* Allgemeine Definition für Schriftart */ 

p, h1, h2, h3, h4, h5, ul, ol, li, div, td, th, tt, address, blockquote, nobr, b, i { font-family: Tahoma; avant }


/* Allgemeine Schriftgröße und Ausrichtung */
  
p, ul, ol, li, div, th, tt, address, nobr, b, i {font-size: 10pt; font-family: Tahoma; avant}


/* Überschriften und hervortretende Texte */

h1 { font-size: 18pt; color: #000066; font-family: Tahoma;  font-weight: bold; avant }


/* Seitenüberschriften */

h2 { font-size: 14pt; color: #000066; font-family: Tahoma; font-weight:bold; avant }
h3 { font-size: 10pt; font-family:Tahoma; font-weight: bold; avant}


/* Überschrift mit weniger Bedeutung */

h4 { font-size:10pt; color: #660033; font-family: Tahoma}
h6 { font-size:8pt; font-family: Tahoma;  avant}


/* Definition Tabelle */

table        { background-color: #D9F3F9; width: 90%; 
               border-style: outset; border-width: 1; }


/* Definiton der Link-Colors */

a:link       { color: #006600; font-size: 10pt }
a:hover      { color: #CC0066; font-size: 10pt }
a:visited    { color: #006699; font-size: 10pt }
a:active     { color: #800000; font-size: 10pt }


/* Definition Buttons */

div#clink {
    left: 30px; font: 16px tahoma, sans-serif; height:100px; width: 160px; position: absolute; top: 100px; border-width: 1
}
div#clink a  { display: block; background-color: #D9F3F9; background-repeat: repeat; 
               background-attachment: scroll; color: #006600; text-align: 
               center; text-decoration: none; position: relative; height: 30; 
               border-left-width: 0px; border-right: 3px solid #ffffff; 
               border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; 
               margin-top: 0px; margin-bottom: 2px; padding-left: 10px; 
               padding-right: 10px; padding-top: 5px; padding-bottom: 5px; 
               background-position: 0% }
div#clink a:hover { background-repeat: no-repeat; background-attachment: scroll; color: #000066; 
               position: relative; height: 30; left: 20; 
               border-right: 3px dotted #000066; background-position: 0% 50% }
div#clink a:active { background-repeat: no-repeat; background-attachment: scroll; color: #000066; 
               position: relative; height: 30; left: 20; 
               border-right: 3px dotted #000066; background-position: 0% 50% }


 
 
  /* wenn Text zentriert seinsoll : text-align:center; */