/*Generelle Linkeinstellungen */
a:link {
	text-decoration: underline;
	color: blue;
}

a:visited {
	text-decoration: underline;
	color: blue;
}

/*Globale Tabelle,die den gesamten Inhalt umfasst*/
.rahmenTabelle {
	font-family: tahoma, arial, helvetica;
	font-size: 14px;
	border: none;
	background-color: #E6E5E5;
	color: black;
	height: 10pt;
}

/*Überschriftsbalken mit Text    "Veranstaltungsliste" */
.ueberschriftsTabelle {
	width: 650px;
	font-family: tahoma, arial, helvetica;
	font-size: 14px;
	border: none;
	background-color: #a7372e;
	color: white;
	height: 10px;
}

/* Umfasst den gesamten Inhalt unterhalb der Überschrift */
.inhaltsTabelle {
	font-family: tahoma, arial, helvetica;
	font-size: 13px;
	background-color: #fff9db;
	color: black;
	border-right: 1px solid #a7372e;
	border-bottom: 2px solid #a7372e;
	border-left: 1px solid #a7372e;
	border-top: 1px solid #a7372e;
	width: 650px;
}

/*Umfasst den gesamten Filterbereich bis zur Trennlinie*/
.filterTabelle {
	border: none;
}

/*Trennt Filter und Liste*/
.trennlinie{
	color:#a7372e
}

/* Folgende Klassen werden zur Formatierung der Liste verwendet */
.listenTabelleAussen {
	border: none;
}

.listenTabelleInnen {
	font-family: tahoma, arial, helvetica;
	font-size: 13px;
	background-color: #fff9db;
	color: black;
	width: 650px;
}

.veranstaltungsSpalte{
}

.zeitSpalte{
}

.buttonSpalte{
}

/* Zur Formatierung der Pagingleiste*/
.navigationlink{font-family:tahoma,arial,helvetica; font-size:12px;text-decoration:none;color:black}
.navigationlink:hover{font-family:tahoma,arial,helvetica; font-size:12px;text-decoration:none;color:blue}
.pagingactivepage{font-family:tahoma,arial,helvetica; font-size:12px;font-weight:bold}
