tr.uebersicht_gerade td{
	background:#D7E5EB;
	padding:2px 4px;
}

tr.uebersicht_ungerade td{
	background:#E7F5EB;
	padding:2px 4px;
}

.uebersicht_ungerade td a, .uebersicht_gerade td a {
	text-decoration:none;
}

.uebersicht_ungerade td a:hover, .uebersicht_gerade td a:hover {
	text-decoration:underline;
}


tr.suche_gerade td {
	background:#D7E5EB;
	padding:2px 4px;
}

tr.suche_ungerade td {
	background:#E7F5EB;
	padding:2px 4px;
}

.suche_ungerade td a, .suche_gerade td a {
	text-decoration:none;
}

.suche_ungerade td a:hover, .suche_gerade td a:hover {
	text-decoration:underline;
}

div.liste_vorschaubild{visibility:hidden;position:relative}
div.liste_vorschaubild div{position:absolute; margin-left:300px;margin-top:-25px;}