/* CSS SWR Tele-Akademie, Fernsehen                    */
/* Code: [ka:media]                                    */
/* Stand: Juli 2008                                    */
/* =================================================== */

#navcontainer {
	margin: 0 0 18px 0;
	padding: 0;
	height: auto;
	width: 45.625em;
	float: left;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 2.625em;
	list-style-type: none;
	text-align: center;
	border-top: 1px solid #8B9FB8;
	float: left;
	background-color: #E6EFF8;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 7.625em;
	background: url(../pics/navigation_hintergrund.gif) right 50% no-repeat;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited {
	width: 9.916em;
	height: 3em;
	border-right: none;
	padding: 0.46875em 0 0 0;
	margin: 0;
	color: #3F6E8A;
	background-color: #E6EFF8;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: .75em;
}

/* Hintergrundfarbe fuer Hover- und Aktiv-Zustand */
#navcontainer ul li a:hover,
#navcontainer ul li a:active,
#navcontainer ul li a:focus,
#navcontainer ul li a.current  {
	background-color: #f4f7f9;
	color: #6a9ab5;
}

.lastnav {
	width: 7.5em!important;
	margin-right: 0!important;
	background-image: none!important;
	background-color:#999900!important;
}

.lastnav a {
	width: 10em!important;
}

* html .lastnav {
	width: 7.4em!important;
}

* html .lastnav a {
	width: 9.9em!important;
}