﻿input.feld
{
	height: 20px;
	width: 28px;
	text-align: center;
	border: 1px solid #663333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FCCF8B;
}
input.button
{
	background: #FFB70D center center;
	border: 1px solid #663333;
	color: #663333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 140px;
	height: 20px;
	cursor: hand;
}
input.button2
{
	background: #FFB70D center center;
	border: 1px solid #663333;
	color: #663333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 20px;
	cursor: hand;
}

input.button-dis
{
	background: #ADA35B center center;
	border: 1px solid #ADA35B;
	color: #FADA35B;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 20px;
	cursor: hand;
	width: 0px;
}
td.preis
{
	height: 20px;
	width: 65px;
	text-align: center;
	border: 1px solid #663333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #E4E0C7;
}
.hl-produkt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.hl-produkt-weiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.mengeplus
{
	border: solid 0px;
	background-image: url(../img/plus.gif);
	width: 16px;
	height: 16px;
	cursor: hand;
}
.mengeminus
{
	border: solid 0px;
	background-image: url(../img/minus.gif);
	width: 16px;
	height: 16px;
	cursor: hand;
}
.loeschen
{
	border: solid 0px;
	background-image: url(../img/loeschen.gif);
	width: 16px;
	height: 16px;
	cursor: hand;
}
