/* ========================================================================== */
/* == Termine-MODUL ======================================================= */
/* ========================================================================== */

/**********************************/
/*  WWW Termine Liste  */
/**********************************/

div.termine_liste {
	background:#91a5a5;
}

div.termine_liste_termin {
	background:#7b9696;
	width:553px;
/*	height:50px;*/
	margin:5px 0px;
	padding:5px;
}

.termine_liste_sportart {
	font-size:8pt;
	font-weight:bold;
	font-variant:small-caps;
	color:#000000;
}

.termine_liste_datum {
	font-size:8pt;
	font-weight:normal;
}

.termine_liste_bild {
	float:left;
	margin:0px 10px 0px 0px;
}
div.termine_liste_titel {
	font-size:8pt;
	font-weight:bold;
}
div.termine_liste_text {
	font-size:8pt;
	font-weight:normal;
}


div.termine_kurzliste {
	background:transparent;
/*  	padding:8px; */
}
div.termine_kurzliste_header {
	font-size:8pt;
	font-weight:bold;
	font-style:italic;
	font-variant:small-caps;
	text-align:right;
}

div.termine_kurzliste_termin {
	margin:3px;
}


.termine_kurzliste_datum {
	font-weight:normal;
	font-size:7pt;
	
}
.termine_kurzliste_datum a {
	font-weight:normal;
	font-size:7pt;
}

.termine_kurzliste_status {
	font-size:7pt;
	font-weight:bold;
	float:right;
}

.termine_kurzliste_titel {
	font-weight:normal;
	font-size:7pt;
}

div.termine_kurzliste_sportart {
	font-size:8pt;
	font-weight:bold;
	font-variant:small-caps;
	color:#000000;
	margin-top:9px;
	border-bottom: solid 1px #000000;
}
.termine_kurzliste_liga a{
	font-size:7pt;
	font-weight:bold;
	margin-top:8px;
}
div.termine_kurzliste_liga {
	margin-top:8px;
}

.termine_kurzliste_ergebnis {
	font-size:7pt;
	font-weight:normal;
	float:right;
}

div.berichte_liste_seiten {
	text-align:center;
}
a.berichte_liste_seite_aktiv {
	color: #880000;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #880000;
	margin: 2px 1px 1px 1px;
	-moz-border-radius: 6px;
	width:23px;
	background:#acc2c1;
}
a.berichte_liste_seite {
	color: #880000;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	margin: 2px 1px 1px 1px;
	width:23px;
}
a.berichte_liste_seite:hover {
	background:#acc2c1;
}