/*+++++++++++++++++++++ Preisliste+++++++++++++++++++++++ */

table.new_prices {
width: 100%;
border:0;
border-collapse: collapse;
}

table.new_prices td, table.new_prices th{
padding:6px;
background-color:#fdd28c;
border:2px solid #fcd9a1;
}

table.new_prices td.price {
text-align:center;
}

table.new_prices td.kat {
font-size:11px;
}

table.new_prices td.kat h3{
font-weight:bold !important;
font-size:12px;
margin:0;
padding:0px 0px 4px 0px;
color:#064a85;
}


table.new_prices th{
font-weight:normal;
font-size:11px;
}

table.new_prices th h3{
font-weight:bold !important;
font-size:11px;
margin:0;
padding:0px 0px 4px 0px;
color:#064a85;
}

table.new_prices th.empty{
background-color:#fcd9a1;
}

table.new_discount {
width: 100%;
border:0;
border-collapse: collapse;
}

table.new_discount td, table.new_discount th{
padding:6px;
background-color:#fdd28c;
border:2px solid #fcd9a1;
text-align:center;
font-weight:normal;
}

table.new_discount th.title{
font-weight:bold;
text-align:left;
}

table.new_discount td.name{
text-align:left;
}



