#Preise {
	background-color:#dcc35d;
}
#Preise table {
	color:#333;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
#Preise table td, th{
	font:normal 1em Verdana, Geneva, sans-serif;
	text-align:center;
	height:1.8em;
	padding:0 10px 0 10px;
}
@media (max-device-width: 980px) {
	#Preise table td, th{
		font-size:1.8em;
	}
}
#Preise td.label ~ td {
	text-align:right;
}
#Preise td.lu ~ td {
	background-color:#366;
	color:#FFF;
}
#Preise td.strich {
	height:3px;
	background-color:#366;
}
#Preise .label {
	text-align:left;
	padding-left:15px;
}
#Preise th {
	font-weight:bold;
}
#Preise tbody tr:nth-child(even) {
  background-color: #f6f1dc;
}

#Preise tbody tr:nth-child(odd) {
  background-color: #eee4bb;
}
