@charset "utf-8";

#preise {
border:1px solid #CCC;
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 {
	border-right:1px solid #FCF1D4;
	color:#FFF;
	font-weight:bold;
	height:3em;
	padding:0 1em;
	text-align:left;
	vertical-align:middle;
	background-color: #B60718;
}
#preise tbody tr {

}
#preise tbody tr.odd {
background:#fcf2eb; 
}
#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: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #B60718;
	border-right-color: #DDDDDD;
}
#preise tbody td{text-align:center; width:12%;}
#preise tfoot th,#preise tfoot td {
	color:#0F58B2;
}