div#containerNavigation ul {
	background:url(img/navcontent.png) no-repeat;
	height: 44px;
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#containerNavigation ul li {
	position: absolute; /* Navi Elemente frei anordbar */
	height: 44px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#containerNavigation ul li a {
	height: 44px;
	float:left;
	text-indent: -9999px; /* Nix Text, nur Hintergrundbild */
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#hv_home, #hv_community, #hv_media, #hv_cup, #hv_tv {
	background: url(img/subnavcontent.jpg) no-repeat;	
	height: 23px;
	text-align: left;
	line-height: 23px;
	padding-left: 15px;	
	font-weight: bold;
}
/*div#containerNavigation a a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
div#containerNavigation a:active, a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}*/


#home {
	background: url(img/btninfo.png) no-repeat;
	width: 134px;
	left: 0px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#community{
	background: url(img/btncom.png) no-repeat;
	width:104px;
	left:134px; /* Vorgänger-height + 8px (84px+8px=92px) */
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#media {
	background: url(img/btnmedia.png) no-repeat;
	width:110px;
	left:238px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#cup {
	background: url(img/btncups.png) no-repeat;
	width: 137px;
	left:348px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#tv {
	background: url(img/btnbroadcast.png) no-repeat;
	width: 197px;
	left:485px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#home a {
	width: 134px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#home a:hover {
	width: 134px;
	background: url(img/btninfo_pr.png) no-repeat;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#community a {
	width: 104px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#community a:hover {
	width: 104px; /* Achtung, breiter als container Element (siehe PSD) */
	background: url(img/btncom_pr.png) no-repeat;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#media a {
	width: 110px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#media a:hover {
	width: 110px; /* Achtung, breiter als container Element (siehe PSD) */
	background: url(img/btnmedia_pr.png) no-repeat;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#cup a {
	width: 137px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#cup a:hover {
	width: 137px; /* Achtung, breiter als container Element (siehe PSD) */
	background: url(img/btncups_pr.png) no-repeat;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#tv a {
	width: 197px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#tv a:hover {
	width: 197px; /* Achtung, breiter als container Element (siehe PSD) */
	background: url(img/btnbroadcast_pr.png) no-repeat;
	margin: 0;
	padding: 0;
	list-style-type: none;
}