#header-nav {
    float: left;
    height: 120px;
    margin: 0px 0 0 0px;
    padding: 97px 0 0;
    width: 780px;
}
#header-nav ul {
    list-style: none outside none;
    margin: 0 0px 0 0;
    padding: 0;
}

/* Navigationslinks mit transparentem Hintergrund 
************************************************************************/
#header-nav li  {
	background-color: none;
	background-image: none;
	float: left;
	font-size: 80%;
	list-style-image: none;
	list-style-type: none;
	margin: 1px;
	padding: 0px 0 0 0;
	white-space: nowrap;
	width: 128px;
	height: 37px;
	text-align: center;
	vertical-align: middle;
}
#header-nav li a {
	color: #000000;
	font-family: "Open Sans",Courier, monospace;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 2mm;
	outline: medium none;
	padding: 0;
	text-decoration: none;
}

#header-nav li.active a {
    border-bottom: 2px solid #B92E28;
    list-style-image: none;
    list-style-type: none;
    outline: medium none;
    padding-bottom: 3px;
    text-decoration: none;
}
#header-nav li current a {
    background-color: #B92E28;
    border-bottom: 2px solid #B92E28;
    color: #CCCCCC;
    list-style-image: none;
    list-style-type: none;
    outline: medium none;
    text-decoration: none;
}
#header-nav li a:hover {
    background-color: inherit;
    color: #FFFFFF;
    list-style-image: none;
    list-style-type: none;
    outline: medium none;
}

/* Navigationslinks mit grauem Hintergrund 
************************************************************************/

#header-nav li.grau {
	background-color: rgba(83,93,105,0.7);
	background-image: none;
	float: left;
	font-size: 85%;
	list-style-image: none;
	list-style-type: none;
	margin: 1px;
	padding: 2px 0 0 0;
	white-space: nowrap;
	width: 128px;
	height: 37px;
	text-align: center;
	vertical-align: middle;
}
#header-nav li.grau a {
	color: #ffffff;
	font-family: "Open Sans",Courier, monospace;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 2mm;
	outline: medium none;
	padding: 0;
	text-decoration: none;
	
}
#header-nav li.grau.active a {
    border-bottom: 2px solid #B92E28;
    list-style-image: none;
    list-style-type: none;
    outline: medium none;
    padding-bottom: 3px;
    text-decoration: none;
    
   
}
#header-nav li.grau current a {
    background-color: #B92E28;
    border-bottom: 2px solid #B92E28;
    color:#CCCCCC;
    list-style-image: none;
    list-style-type: none;
    outline: medium none;
    text-decoration: none;

}
#header-nav li.grau a:hover {
    background-color: #FCFCF5;
    color: #000000;
    list-style-image: none;
    list-style-type: none;
    outline: #FCFCF5 solid 10px;
   	
	
}


/* Navigationslinks mit weissem Hintergrund 
************************************************************************/

#header-nav li.weiss {
	background-color: rgba(255,255,255,0.6);
	background-image: none;
	float: left;
	font-size: 85%;
	list-style-image: none;
	list-style-type: none;
	margin: 1px;
	padding: 2px 0 0 0;
	white-space: nowrap;
	width: 128px;
	height: 37px;
	text-align: center;
	vertical-align: middle;
}
#header-nav li.weiss a {
	color: #000000;
	font-family: "Open Sans",Courier, monospace;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 2mm;
	outline: medium none;
	padding: 0;
	text-decoration: none;
}
#header-nav li.weiss.active a {
    border-bottom: 2px solid #B92E28;
    list-style-image: none;
    list-style-type: none;
    outline: medium none;
    padding-bottom: 3px;
    text-decoration: none;
}
#header-nav li.weiss current a {
    background-color: #B92E28;
    border-bottom: 2px solid #B92E28;
    color: #CCCCCC;
    list-style-image: none;
    list-style-type: none;
    outline: medium none;
    text-decoration: none;
}
#header-nav li.weiss a:hover {
    background-color: #5A6069;
    color: #ffffff;
    list-style-image: none;
    list-style-type: none;
    outline: #5A6069 solid 10px;
}
#player {
 width: 100%;
}