
h1 {
	color:#68202A; font-size:15px; text-decoration:none;
}

h2 {
	margin-top: 4em;
}

.li1 {
	background-color:#F9F9F9;
}
.li2 {
	background-color:#fef7df;
}
.ue {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.preis_cell {
	text-align: center;
}
.preis {
	font-style: italic;
	font-weight: bold;
}
.li1, .li2, .ue {
	border-bottom: 1px solid black;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 8px;
	padding-right: 8px;
}
.menge_plus {
		width: 9px; height: 9px; background-image:url('konfigurator/plusminus.gif'); background-position:0px 0px; cursor: pointer;
}
.menge_minus {
		width: 9px; height: 9px; background-image:url('konfigurator/plusminus.gif'); background-position:0px -12px; cursor: pointer;
}