.search_result th { background-color: rgb(255, 153, 0);
background-image: url(verlauf.png);
height:25px;
padding:3px;
}

.tabelle_row_odd { 
background-color:rgb(255,255,255);
}

.tabelle_row_even { 
background-color:rgb(213,232,232);
}

.tabelle_row_odd_exact { 
font-weight: bold;
background-color:rgb(255,255,255);
}

.tabelle_row_even_exact {
font-weight: bold; 
background-color:rgb(213,232,232);
}

.zellen {
border-color: rgb(204, 204, 204);
border-width: 1px;
padding:5px;
}

.preis {
text-align:right;
}
.tabelle_ecke_lu { background-repeat: no-repeat;
background-image: url(schatten_unten_links.png);
background-position: left bottom;
border:none;
}

.tabelle_u { background-repeat: repeat-x;
background-image: url(schatten_unten.png);
background-position: center bottom;
border:none;
}

.tabelle_ecke_ru { background-image: url(schatten_unten_rechts.png);
background-position: right bottom;
background-repeat: no-repeat;
border:none;
width: 8px;
}
.tabelle_r { background-repeat: repeat-y;
background-image: url(schatten_rechts.png);
background-position: right center;
border:none;
width:8px;
}
.tabelle_ecke_ro { background-repeat: no-repeat;
background-image: url(schatten_eccke_oben.png);
background-position: right top;
border:none;
width:8px;
}


.tabelle_schatten_unten { 
height:8px;
border:none;
}