/* Linkformatierung (in NN 4.x funktioniert das Attribut HOVER und ACTIVE nicht) */
/*
a.trefferliste:link {
	text-decoration:underline;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333399;
	line-height:16px;
}
a.trefferliste:visited {
	text-decoration:underline;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFB143;
	line-height:16px;
}
a.trefferliste:hover {
	text-decoration:underline;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ca3300;
	line-height:16px;
}
a.trefferliste:active {
	text-decoration:underline;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ca3300;
	line-height:16px;
}
*/
.tabelle {
	vertical-align:top;
	background-color:#f8f8f8;
}

.tabelle2 {
	vertical-align:top;
	background-color:#e8ebf2;
}


