/* (c) Thomas Lenk, www.thlenk.de (2006) */

a {
	text-decoration:none;
	color:#000010; 
	text-align:center;
	font-size:16px;
	font-weight:bold;
	white-space: nowrap;
}

.taste {
	height: 19px;
	font-size:16px;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 5px;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	color : #000010;
	float: left;
	background-image: url(taste.png);
	background-repeat:no-repeat;
	text-align:center;
}

.taste a {
	text-decoration: none;
	color: #000010;
	font-size:16px;
	text-align:center;
}

.taste:hover {
	color: #008200;
	background-image: url(taste2.png);
	background-repeat:no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 5px;
	text-align:center;
}

body {
	font-family:Arial;
	font-size:16px;
	background-color: #DBE5DB;
	margin-left:34px;
	margin-right:0px;
}

td {
	width: 152px;
	font-size:10px;
}

.nil {
}