table#Komfort * {
	color: black;
}

table#Komfort {
	border-collapse: collapse;
	width: auto;
}

table#Komfort td {
}

table#Komfort td.produkt {
	border: 1px solid #e41714;
	width: 100px;
	height: 85px;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 10px;
}

table#Komfort td.produkt a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: white;
	color: #e41714;
	text-decoration: underline;
}

table#Komfort td.produkt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

table#Komfort .center {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

table#Komfort .middle {
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
	width: 40px;
}

table#Komfort.small td.produkt {
	font-size: 9pt;
}

table#Komfort td.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}