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

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

.tasteB {
	font-size: 18px;
	width: 137px;
	height: 43px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 13px;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	color : #000010;
	float: left;
	background-image: url(tasteB.png);
	background-repeat:no-repeat;
}

.tasteB a {
	text-decoration: none;
	color: #000010;
	font-size: 18px;
	line-height: 120px;
}

.tasteB:hover {
	color: #000080;
	background-image: url(tasteB2.png);
	background-repeat:no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 13px;
	font-size: 18px;
}

body {
	font-family:Arial;
	font-size:12pt;
	background-color: #DBE5DB;
	margin-left:36px;
	margin-right:36px;
}

tr {
	vertical-align: top;
}
td {
	white-space: nowrap;
}

.tasteB td {
	text-align:right;
}

.nil {
