

/* Style Sheet - Dausch */

* { padding: 0; margin: 0; } 

  body { color: white; background-color: black; background-image:url(back.gif); background-attachment: fixed; }

/* ==============================
   1. DIV-Bereiche 
   =========================== */ 
   

/* ==============================
   2. Allgemeine HTML-Elemente 
   =========================== */

html {height: 101% } /* Firefox blendet immer Scrollbar ein */ 

.address {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold; 
	}

/* ==============================
   3. Kontaktformular 
   =========================== */

.neben-eingabefelder { 
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 font-style: normal; 
	 line-height: normal; 
	 font-weight: bold; 
	 font-variant: normal; 
	 font-size: 10pt; 
	 text-align: right; 
	 padding-right: 6px;
 	 }
	 

.gelb-oben {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-style: normal; 
	line-height: normal; 
	 font-weight: bold; 
	color: #FFFF00;
	}

