

/* Style Sheet - Dausch  */

* { padding: 0; margin: 0; } 

  body { color: #eeeeee; background-color: #fff  }

/* ==============================
   1. DIV-Bereiche 
   =========================== */ 
   

#kleine-navi { 
   padding-bottom: 5px; /* Innenabstand unten */ 
   text-align: center;
   }

/* ==============================
   2. Allgemeine HTML-Elemente 
   =========================== */

html {height: 101% } /* Firefox blendet immer Scrollbar ein */ 


h6 { /* Ueberschriften Impressum */
	font-family: Arial, Helvetica, sans-serif; font-size: 10pt; 
	line-height: 14pt; font-weight: bold; padding: 8px 0 2px 0;
   } 

.address {
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 color: #FFFFFF;
	 font-size: 10pt;
	 font-style: normal; 
	 line-height: normal; 
	 font-weight: bold; 
	 }

.kleine-navi-text {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFF00;
	font-weight: bold;
	font-size: 8pt; 
	line-height: 12pt;
	}	

a { text-decoration: none; } /* Unterstreichung entfernen */
a:link { color: #FFFF00; } 
a:visited { color: #E5CC00; } 
a:hover, a:focus { text-decoration: underline; } 
a:active { color: #CDFF06;  }

