/* DATEI: bilder.css */

/* style-sheet fuer schwarzen Hintergrund     */
/* B.Boysen                                   */
       
body { background-color:#000000;  
	   color:#FFFFFF;
       }
       
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
 font-family:verdana,Helvetica,Arial,sans-serif; }

h1 { font-size:26px; margin-bottom:10px; }

h2 { font-size:21px; margin-bottom:10px; }

h2.sh2 { font-size:21px; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:18px; }

h4 { font-size:16px; }

p,ul,ol,li,div,td,th,blockquote { font-size:12px; }

bklein {font-family: Helvetica,Arial,sans-serif;
        font-style: normal;
        font-size: 12px; 
        font-weight: bold;
         }

bklein10 {font-family: Helvetica,Arial,sans-serif;
        font-style: normal;
        font-size: 10px; 
        font-weight: bold;
         }

#p1 { padding-left: 15px; }

#text7pt { font-size: 7pt; }
div.text7pt { font-size: 7pt; 
			margin: 0pt;
}
 
div.left15 {margin-left: 15px; }

address { color:white; font-size:8pt;}
.address { color:white; font-size:8pt;}

/* darstellung link: dunkelgrau: #A9A9A9, unterstrichen  */               
   a:link { text-decoration:underline; 
            font-weight:bold; 
            border-style:hidden; 
            color:#d2d2d2; 
            } 
/* "cornflowerblue" #6495ED    */            
   a:visited { text-decoration:underline; 
               font-weight:bold; 
               border-style:hidden; 
               color:#d2d2d2; 
               }
/* zeiger ueber dem link: hellgrau: #d2d2d2  */               
   a:hover { text-decoration:none; 
             font-weight:bold; 
             border-style:hidden;  
             background-color:#FFFFFF; 
             color:#000000;
             }
   a:active { text-decoration:none; 
              font-weight:bold; 
              border-style:hidden;  
              background-color:#FFFFFF; 
              color:#000000;
              }

