/* DATEI: krupp.css */


body         { background-image: url('bilder/hintergrund/riffelglas.jpg'); font-size: 12pt; font-family: Verdana; 
             
              padding:0px;
              scrollbar-arrow-color:#000000; 
              scrollbar-shadow-color:#000000;
			  scrollbar-3dlight-color:#000000;
			  scrollbar-face-color: #006666;
			  scrollbar-track-color:#1A7964
}

/* 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: Verdana; color: #000000; avant}

/* Allgemeine Schriftgröße und Ausrichtung */  
p, ul, ol, li, div, th, tt, address, nobr, b, i {font-family: Verdana; color: #000000; avant}


/* Überschriften und hervortretende Texte */
h1           { font-size: 24pt; color: #296367; font-family: Verdana; font-weight: bold; }

/* Seitenüberschriften */
h2           { font-size: 18pt; color: #000000; font-family: Verdana; font-weight: bold }
h3           { font-size: 12pt; color: #296367; font-family: Verdana; font-weight: bold }

/* Überschrift mit weniger Bedeutung */
h4 { font-size:12pt; font-weight:bold; color: #000000; font-family: Verdana}
h5 { font-size:24pt; font-weight:bold; color: #000000; font-family: Verdana}
h6 { font-size:10pt; color: #000000; font-family: Verdana }


table        { background-color: #DBF2DC; width: 90%; 
               border-style: outset; border-width: 1; }
               
table2        { background-color: #DBF2DC; width: 90%; 
               border-style: outset; border-width: 1; }

               

/* Definiton der Link-Colors */

a:link       { font-family: Verdana; color: #296367; font-size: 12pt;  margin-top: 6 }
a:hover      { font-family: Verdana; color: #000000; font-size: 12pt;  margin-top: 6 }
a:visited    { font-family: Verdana; color: #000000; font-size: 12pt;  margin-top: 6 }
a:active     { font-family: Verdana; color: #296367; font-size: 12pt;  margin-top: 6 }

/* Definition Buttons */

div#clink {
    left: 20px; font: 16px verdana, sans-serif; height:100px; width: 160px; position: absolute; top: 100px
}
div#clink a  { display: block; background-color: #DBF2DC; background-repeat: repeat; 
               background-attachment: scroll; color: #296367; 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: #000000; 
               position: relative; height: 30; background-image: 
               url('images/schwupps.gif'); left: 20; 
               border-right: 3px dashed #339933; background-position: 0% 50% }
div#clink a:active { background-repeat: no-repeat; background-attachment: scroll; color: #296367; 
               position: relative; height: 30; background-image: 
               url('images/schwupps.gif'); left: 20; 
               border-right: 3px dashed #339933; background-position: 0% 50% }
               
               
               
               
               