a:link,a:visited{
	color : #333;
	text-decoration: underline;
}
a:active,a:focus,a:hover{
	color : #333;
	text-decoration: none;
}
h1{
	font: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #0055a4;
	text-align: left;
	padding:0 0 0 0px;
}	
h2{
	font: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: normal;
	color: #006699;
	margin:0;
	padding:5px 0 0 18px;
}

p, li, .p{
	font:Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	/*margin:1;*/
 	padding: 0px 0px 0px 0px;
	list-style-image: url(images/hand.png);
	text-align:left;
}

label{
	font-size: 80%;
	font-weight: normal;
}

p.news{
	text-align: justify;
}

td.news-text{
	padding-left: 5px;
}

a.title{
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0055a4;
	margin:0;
	padding:5px 0 0 0px;
}
.news-kategorie{
	font-size: 11px;
}
a.news-kategorie, a.news-kategorie:visited{
	text-decoration: none;
}
a.news-kategorie:active, a.news-kategorie:hover{
	text-decoration: underline;
}
.news-bild {
	float: left;
	margin-right: 10px;
	border: 0px;
} 
.news-hand {
	float: left;
	margin-right: 5px;
	margin-top: 8px;
	border: 0px;
} 

.erste-news-box-olinks{
	background-image: url(images/runde-recke-blau-oben-links.jpg);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
}
.erste-news-box-ulinks{
	background-image: url(images/runde-recke-blau-unten-links.jpg);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
}
.erste-news-box-orechts{
	background-image: url(images/runde-recke-blau-oben-rechts.jpg);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
}
.erste-news-box-urechts{
	background-image: url(images/runde-recke-blau-unten-rechts.jpg);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
}
.erste-news-box-oben{
	border-top: 1px solid #0055a4;
}
.erste-news-box-links{
	border-left: 1px solid #0055a4;
	width: 3px;
}
.erste-news-box-rechts{
	border-right: 1px solid #0055a4;
	width: 3px;
}
.erste-news-box-unten{
	border-bottom: 1px solid #0055a4;
}

.news-box-olinks{
	background-image: url(images/runde-recke-grau-oben-links.jpg);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
}
.news-box-ulinks{
	background-image: url(images/runde-recke-grau-unten-links.jpg);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
}
.news-box-orechts{
	background-image: url(images/runde-recke-grau-oben-rechts.jpg);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
}
.news-box-urechts{
	background-image: url(images/runde-recke-grau-unten-rechts.jpg);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
}
.news-box-oben{
	border-top: 1px solid #E8E8E8;
}
.news-box-links{
	border-left: 1px solid #E8E8E8;
	width: 3px;
}
.news-box-rechts{
	border-right: 1px solid #E8E8E8;
	width: 3px;
}
.news-box-unten{
	border-bottom: 1px solid #E8E8E8;
}

.kalenderblatt{
	width: 51px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}

.kalenderblatt-bild{
	z-index: 1;
	position: absolute;
}

.kalenderbeschriftung{
	z-index: 2;
	position: relative;
	width: 41px;
	height: 41px;
	text-align: center;
	font-size: 11px;
}

.kalender-monat{
	color: #FFFFFF;
}

.kalender-tag{
	font-size: 18px;
	font-weight: bold;
}

a.comment-author, a.comment-author:visited{
	text-decoration: none;
	color: #0055a4;
	font-weight: bold;
}

a.comment-author:active, a.comment-author:hover{
	text-decoration: underline;
	color: #0055a4;
	font-weight: bold;
}

.comment-avatar{
    float: left; 
    margin-right: 4px;
}

.form-fehler{
	color: #C62626;
	font-weight: bold;
	font-size: 12px;
}

.form-kommentar{
	margin-bottom: 3px;
	font-style: italic;
	color: #CCCCCC;
	border: 1px solid #E8E8E8;
}
.form-kommentar-filled{
	margin-bottom: 3px;
	font-style: normal;
	color: #000000;
	border: 1px solid #E8E8E8;
}
.form-kommentar-aktiv{
	margin-bottom: 3px;
	font-style: normal;
	color: #000000;
	border: 1px solid #0055a4;
}

textarea.kommentar{
	width: 608px;
	height: 100px;
	border: 1px solid #E8E8E8;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea:focus{
	border: 1px solid #0055a4;
}

span.seitenzahl{
	background-color: #e8e8e8;
	font-size: 12px;
	color: #5c758c;
	border: 1px solid #b4bac0;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
span.seitenzahl:hover{
	background-color: #4692bf;
	border: 1px solid #0055a4;
	color: #ffffff;
}

span.seitenzahl-aktiv{
	background-color: #0055a4;
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #4692bf;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

a.seitenzahl, a.seitenzahl:visited{
	color: #5c758c;
	text-decoration: none;
}

a.seitenzahl:active, a.seitenzahl:hover{
	color: #ffffff;
}

.nav{
	text-align:center;
	vertical-align:middle;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	border-right: 0px solid #94B473;
	margin: 0px;
	height: 20px;
	width: 130px;
	float: left;
	line-height: 20px;
}

a.nav:link, a.nav:visited{
	text-align:center;
	vertical-align:middle;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-right: 0px solid #94B473;
	background: url(images/nav_normal.jpg) no-repeat top right;
	height: 20px;
	width: 130px;
	line-height: 20px;
}

a.nav:hover, a.nav:active, a.nav:focus{
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
	float: left;
	border-right: 0px solid #94B473;
	background: url(images/nav_over.jpg) no-repeat right top;
	height: 20px;
	width: 130px;
	line-height: 20px;
}

.navaktiv{
	text-align:center;
	vertical-align:middle;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	border-right: 0px solid #94B473;
	margin: 0px;
	height: 320px;
	width: 130px;
	float: left;
	line-height: 20px;
}

a.navaktiv:link, a.navaktiv:visited{
	text-align:center;
	vertical-align:middle;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-right: 0px solid #94B473;
	background: url(images/nav_over.jpg) no-repeat right top;
	height: 20px;
	width: 130px;
	line-height: 20px;
}

a.navaktiv:hover, a.navaktiv:active, a.navaktiv:focus{
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
	float: left;
	border-right: 0px solid #94B473;
	background: url(images/nav_over.jpg) no-repeat right top;
	height: 20px;
	width: 130px;
	line-height: 20px;
}

.subnavigation{
	text-align:left;
	vertical-align:middle;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	height: 30px;
	width: 150px;
	float: left;
	line-height: 30px;
	padding-left: 10px;
}

td.subnavi-unten{
	background-image: url(images/background-subnavigation-unten.jpg);
	width: 160px;
	height: 5px;
}

a.subnavigation:link, a.subnavigation:visited{
	text-align:left;
	vertical-align:middle;
	color: #333333;
	text-decoration: none;
	float: left;
	border-bottom: 1px solid #ffffff;
	background-color:#e2e2e2;
	height: 30px;
	width: 150px;
	line-height: 30px;
	vertical-align:middle;
}

a.subnavigation:hover, a.subnavigation:active, a.subnavigation:focus{
	text-align:left;
	vertical-align:middle;
	text-decoration: none;
	float: left;
	border-bottom: 1px solid #ffffff;
	background-color:#ebebeb;
	height: 30px;
	width: 150px;
	line-height: 30px;
}

.subnavigation-blickfang{
	text-align:left;
	vertical-align:middle;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	width: 150px;
	float: left;
	line-height: 20px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.subnavigation-blickfang:link, a.subnavigation-blickfang:visited{
	text-align:left;
	vertical-align:middle;
	color: #333333;
	text-decoration: none;
	float: left;
	border-bottom: 1px solid #ffffff;
	background-color:#ffcc33;
	width: 150px;
	line-height: 20px;
	vertical-align:middle;
}

a.subnavigation-blickfang:hover, a.subnavigation-blickfang:active, a.subnavigation-blickfang:focus{
	text-align:left;
	vertical-align:middle;
	text-decoration: none;
	float: left;
	border-bottom: 1px solid #ffffff;
	background-color:#ffcc66;
	width: 150px;
	line-height: 20px;
}

.subnavigationaktiv{
	text-align:left;
	vertical-align:middle;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
	background-color:#b7cbe3;
	margin: 0px;
	height: 30px;
	width: 150px;
	float: left;
	line-height: 30px;
	padding-left: 10px;
}
a.subnavigationaktiv:link, a.subnavigationaktiv:visited{
	text-align:left;
	vertical-align:middle;
	color: #333333;
	text-decoration: none;
	float: left;
	border-bottom: 1px solid #ffffff;
	background-color:#e9edf1;
	height: 30px;
	width: 150px;
	line-height: 30px;
	vertical-align:middle;
}
a.subnavigationaktiv:hover, a.subnavigationaktiv:active, a.subnavigationaktiv:focus{
	text-align:left;
	vertical-align:middle;
	text-decoration: none;
	float: left;
	border-bottom: 1px solid #ffffff;
	background-color:#ebebeb;
	height: 30px;
	width: 150px;
	line-height: 30px;
}

a.news-archiv{
	line-height: 22px;
}

.aktuell-box{
	vertical-align:middle;
	color: #333333;
	font-size: 12px;
	border-bottom: 1px solid #ffffff;
	background-color:#ff6600;
	width: 150px;
}

td.tabelle-rundung-oben{
	background-image: url(images/tabelle_rundung_oben.jpg);
	background-repeat: no-repeat;
	height: 10px;
	border-bottom: 0px solid #FFFFFF;
}

td.tabelle-rundung-unten{
	background-image: url(images/tabelle_rundung_unten.jpg);
	background-repeat: no-repeat;
	height: 10px;
	border-bottom: 0px solid #FFFFFF;
}

td.widget-top{
	background-image: url(images/widget_header_rundung.jpg);
	background-repeat: no-repeat;
	height: 5px;
	border-bottom: 1px solid #FFFFFF;
}
td.widget-bottom{
	background-image: url(images/background-subnavigation-unten.jpg);
	background-repeat: no-repeat;
	height: 5px;
	border: 0px;
}

.widget-tabelle {
	font-size: 10px;
	background-color: #e2e2e2;
}

th.widget-tabelle {
	color: #ffffff;
	background-image: url(images/widget_header.jpg);
	background-repeat: repeat-x;
	background-color: #065dad;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}

tr.countdown-head{
	background-color: #e2e2e2;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

tr.countdown{
	font-size: 14px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	text-align: center;
	background-image: url(images/countdown.gif);
	line-height: 18px;
}

.aktuelle-tabelle {
	font-weight: bold;
	font-size: 12px;
}

td.widget-tabelle {
	color: #000000;
	background-color: #e2e2e2;
	height: 28px;
	border-bottom: 1px solid #ffffff;
}

.tabellen-headline{
	vertical-align:middle;
	color: #000000;
	font-size: 13px;
	background-color:#e2e2e2;
}

.widget-trainer-headline {
	font-size: 12px;
	color: #000;
	height: 25px;
	background-color:#e9edf1;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ffffff;
	padding: 5px;
	margin: 5px;
}

.widget-trainer-1 {
	font-size: 12px;
	color: #000;
	height: 25px;
	background-color:#f5f5f5;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid #ffffff;
	padding: 5px;
}

.widget-trainer-2 {
	font-size: 12px;
	color: #000;
	height: 25px;
	background-color:#e9edf1;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid #ffffff;
	padding: 5px;
}

td.widget-spielplan {
	color: #0055a4;
	background-color:#e9edf1;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.widget-spielplan-zeit {
	color: #000000;
	text-align: left;
	background-color: #e2e2e2;
	height: 20px;
	font-size: 10px;
	border-bottom: 1px solid #ffffff;
	padding-left: 10px;
}

td.widget-halle{
	height: 20px;
	color: #000000;
	font-size: 10px;
	text-align: left;
	background-color: #e2e2e2;
	border-bottom: 1px solid #FFFFFF;
}

.widget-hsg {
	color: #0055a4;
	font-weight: bold;
	background-color:#e9edf1;
	height: 40px;
	font-size: 12px;
	border-bottom: 1px solid #ffffff;
}
.widget-hsg a, .widget-hsg a:visited{
	color: #0055a4;
	text-decoration: none;
}
.widget-hsg a:active, .widget-hsg a:hover{
	color: #0055a4;
	text-decoration: underline;
}

td.termin{
	height: 45px;
	color: #000000;
	font-size: 12px;
	text-align: left;
	background-color: #e2e2e2;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 10px;
}
td.termin:hover{
	background-color: #ebebeb;
}
td.termin a, td.termin a:visited{
	text-decoration: none;
}
td.termin a:hover, td.termin a:active{
	text-decoration: none;
}

td.top-spiel-head{
	font-size: 12px;
	font-weight: bold;
	background-color: #0055a4;
	color: #ffffff;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	background-color: #0055a4;
}

td.top-spiel-laufend-head{
	font-size: 12px;
	font-weight: bold;
	background-color: #FFD700;
	color: #434343;
}

td.top-spiel{
	font-size: 12px;
	background-color: #e2e2e2;
	border-bottom: 1px solid #FFFFFF;
	padding:5px
}

td.top-spiel-laufend{
	font-size: 12px;
	font-weight: bold;
	background-color: #FFD799;
	border-bottom: 1px solid #FFFFFF;
	padding:5px
}

td.erstes-top-spiel-liga{
	font-size: 12px;
	font-weight: bold;
	background-color: #ffcc33;
	color: #0055a4;
	text-align: center;
}

.tabellen-zeile-1{
	font-size: 12px;
	height: 40px;
	background-color: #eeeeee;
}

.tabellen-zeile-2{
	font-size: 12px;
	height: 40px;
	background-color: #f4f4f4;
}

.tabellen-zeile-1-halle{
	font-size: 10px;
	background-color: #eeeeee;
}

.tabellen-zeile-2-halle{
	font-size: 10px;
	background-color: #f4f4f4;
}

.sieg{
	color: #33CC00;
}
.niederlage{
	color: #FF3300;
}
.unentschieden{
	color: #FFCC00;
}

.standort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.standort a:link, .standort a:visited {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: none;
}

.standort a:hover, .standort a:active, .standort a:focus {
	font-size:10px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#fff;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.footer a:link, .footer a:visited {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight: normal;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: none;
}

.footer a:hover, .footer a:active, .footer a:focus {
	font-size:10px;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.seguras-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#FFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.seguras-links a:link, .seguras-links a:visited {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#999;
	font-weight: normal;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: none;
}

.seguras-links a:hover, .seguras-links a:active, .seguras-links a:focus {
	font-size:11px;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	color:#ccc;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.form-standard{
	width: 145px;
}
.form-auswahl{
	width: 149px;
}
.form-plz{
	width: 50px;
}
.form-ort{
	width: 87px;
}
.form-tag{
	width: 43px;
}
.form-jahr{
	width: 55px;
}
.form-standard-fehlend{
	width: 145px;
	color : #ffffff;
	background-color:#990066;
}
.form-auswahl-fehlend{
	width: 149px;
	color : #ffffff;
	background-color:#990066;
}
.form-plz-fehlend{
	width: 50px;
	color : #ffffff;
	background-color:#990066;
}
.form-ort-fehlend{
	width: 87px;
	color : #ffffff;
	background-color:#990066;
}
.form-tag-fehlend{
	width: 43px;
	color : #ffffff;
	background-color:#990066;
}
.form-jahr-fehlend{
	width: 55px;
	color : #ffffff;
	background-color:#990066;
}

