body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

form {
	margin: 0px;
	}
	
a { font-weight: bold; text-decoration: none; color: #000000; }
a:hover { font-weight: bold; text-decoration: underline; color: #000000 }

.std { font-size: 10px; }
.fett { font-size: 10px; font-weight: bold; }
.grossfett { font-size: 14px; font-weight: bold }
.klein { font-size: 10px; }

#searchform { width: 630px; 
				margin: 0px auto; 
				align: center;
}

.input { font-family: Verdana, Arial, sans-serif; font-weight: bold; font-size: 10px; border: 1px solid #333333; color: #333333; } 
.inputSmall { font-family: Verdana, Arial, sans-serif; font-weight: bold; font-size: 9px; border: 1px solid #333333; color: #333333; } 
.button { font-family: Verdana, Arial, sans-serif; font-weight: bold; font-size: 12px; border: 1px solid #333333; color: #000000; background-color: #DDDDDD; } 


