

a:link { 
	color:#000000;
	text-decoration:underline; 
	}
a:visited { 
	color:#000000;
	text-decoration:none; 
	}
a:hover { 
	color:#727379;
	text-decoration:underline; 
	}
a:active { 
	color:#727379;
	text-decoration:underline; 
	}
a:focus { 
	color:#727379;
	text-decoration:underline;
	}

td {
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	line-height:16px;
			
}

p.fett{
	font-family:Verdana;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	line-height:22px;

}
p.small{
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	line-height:20px;

}

label, input, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  font-size:9px;
  width: 200px; /* Breite.*/
  height: 10px;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
  line-height:25px;  
}

input[type=submit]/* den Submit-Button */
{
  float: right;
  width: 80px;
  height: 20px;
}

textarea/* den Submit-Button */
{
  float: none;
  font-size:10px;
  width: 204px;
  height: 60px;
}






