@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/hintergrund.jpg); 
	background-repeat: repeat-x;
	text-decoration: none;
	}
	
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
	
.footer {
	font-size: 9px;
	color: #FFFFFF;
	}

.bereichsueberschrift {
	font-size: 30px;
	color: #FFFF00;
	font-weight: bold;
}

.kleinerText {
	font-size: 12px;
	}

.ueberschrift {
	font-size: 22px;
	font-weight: bold;
}

.steckbrief {
	font-size: 24px;
	font-weight: bold;
	color: #000070;
}

.ueberschrift1 {
	font-weight: bold;
	}

.berichtueberschrift {
	font-weight: bold;
	font-size: 18px;
	}

/* NavigationsTabellen */

.td1 {

	background-color: #000070;
	font-size: 12px;
	color: #FFFFFF;
	height: 19px;
	padding-left: 5px;
	}

.td1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.td1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.td1 a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.td1 a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.td2 {
	background-color: #FFFF00;
	height: 2px;
	}

.td3 {
	background-color: #a7a7a7;
	font-size: 11px;
	color: #000000;
	height: 13px;
	padding-left: 5px;
	}

.td3 a:link {
	color: #000000;
	text-decoration: none;
}
.td3 a:visited {
	color: #000000;
	text-decoration: none;
}
.td3 a:hover {
	color: #222222;
	text-decoration: none;
}
.td3 a:active {
	color: #222222;
	text-decoration: none;
}

.td4 {
    background-image: url(images/navigations_pfeil.gif);
	background-repeat: no-repeat;
	background-color: #a7a7a7;
	background-position: center;
	height: 13px;
	}

.td5 {
	background-image: url(images/berichte_pfeil.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 30px;
	}
	
.td6 {
    background-image: url(kicktipp/fussball.gif);
	background-repeat: no-repeat;
	}

.td7 {
	height: 40px;
	font-size: 9px;
	text-align: center;
	
	}

.td8 { }

.td8 a:link[target="_blank"] {
	text-decoration: none;
}
.td8 a:visited[target="_blank"] {
	text-decoration: none;
}
.td8 a:hover[target="_blank"] {
	text-decoration: none;
}
.td8 a:active[target="_blank"] {
	text-decoration: none;
}

.tabelleninhalt { 
	padding-left: 5px;
	}

