@charset "utf-8";

#preise {
	border:0px solid #B70718;
	border-collapse:collapse;
	width:98%;
	font-size:1.1em;
}
#preise caption {
	color:#B70718;
	font-size:1.2em;
	text-align:left;
}
#preise thead th {
	border-right:1px solid #FCF1D4;
	color:#4d4d4d;
	font-weight:bold;
	height:3em;
	padding:0 1em;
	text-align:left;
	vertical-align:middle;
	background-color: #faf2d9;
}
#preise tbody tr {
/*background:transparent url(../pix/layout/bg_td1.jpg) repeat-x scroll center top;*/
}
#preise tbody tr.odd {
background:#fffdf5; /*url(../pix/layout/bg_td2.jpg) repeat-x scroll 0%;*/
}
#preise tbody th, #preise tbody td {
	font-weight:normal;
	line-height:1.4;
	padding:.3em .5em;
	text-align:left;
	vertical-align:middle;
	border-top-width: 1px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #DDDDDD;
}
#preise tbody td{text-align:center; width:14%;}
#preise tfoot th,#preise tfoot td {
	color:#333;
	background-color: #faf2d9;
}