@charset "utf-8";

#preise {
	border-top:1px solid #B70718;
	border-bottom:1px solid #B70718;
	border-collapse:collapse;
	width:100%;
	font-size:1.0em;
	margin-bottom:20px;
}
#preise caption {
color:#0F58B2;
font-size:1.1em;
text-align:left;
}
#preise thead th {
background:#B70718; /*url(../pix/layout/bg_th.jpg) no-repeat scroll right top;*/
border-right:1px solid #FCF1D4;
color:#FFF;
font-weight:bold;
height:3em;
padding:0 1em;
text-align:left;
vertical-align:middle;
}
#preise tbody tr {
/*background:transparent url(../pix/layout/bg_td1.jpg) repeat-x scroll center top;*/
}
#preise tbody tr.odd {
background:#fcf2eb; /*url(../pix/layout/bg_td2.jpg) repeat-x scroll 0%;*/
}
#preise tbody th, #preise tbody td {
font-weight:normal;
border-right:1px solid #DDDDDD;
border-left:1px solid #DDDDDD;
border-top:1px solid #B70718;
line-height:1.4;
padding:.3em .5em;
text-align:left;
vertical-align:middle;
}
#preise tbody td{text-align:center; width:12%;}
#preise tfoot th,#preise tfoot td {
	color:#0F58B2;
}
