a.button {
	display:block;
	width:100px;
	height:15px;
	/*height:auto;*/
	padding:2px;
	text-align:center;
	text-decoration:none;
	font-family: Tahoma, Verdana;
	font-size: 12px;
}
a.button:link, a.button:visited {
	background-color:#F1F5FA;
	border: 1px solid #CCCCCC;
}
a.button:hover {
	background-color:#FFFFFF;
	border: 1px solid #999999;
}
a.button:active {
	/*background-color:#FD5353;
	border: 1px solid #000000;*/
}

#preis	{
	height: 10px;
	background-color: #33cc99;
}
#border {
	border: 1px solid #000000;
}
