#topnav {

	width: 980px;
	height: 30px;
	margin: auto;
	margin-top: 0px;
	/* background-color: #455F60; */ 
}

#topnav ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style:	none;	/* damit sind die Punkte weg */
	margin-left: 0px;	/* bei IE 6 ist damit der Einzug weg */
	padding-left: 0px;  /* bei FF ist damit der Einzug weg */
}

#topnav li {
	float:left;	/* Punkte werden damit hintereinander geschrieben */
	padding: 7px 0px 4px 0px; /* setzt die Abstande der Textes zur Bild/Farbfläche. */
	margin-right: 5px; /* Trennt die einzelnen LIs mit x Pixel */
	margin-top: 0px; /* muss genau die Überhöhung sein */
	font-size:12px; 
	font-weight: bold;
}

#topnav li a {
	color: #ffffff; /* Linktext in weiß */
	color: #005AA4;
	text-decoration: none; /* verhindert das Unterstreichen der Links */
	padding: 7px 15px 4px 15px; /* setzt die Abstande des Textes zur Farbfläche */
}

#topnav li a:hover {
	color: #ffffff; /* Linktext in weiß */
	color: #007ABD;
	/* background-color: #6C8B8D; */
	text-decoration: none; /* verhindert das Unterstreichen der Links */
	padding: 7px 15px 4px 15px; /* setzt die Abstande des Textes zur Farbfläche */
}


.topnavsubpoints {
	position: absolute;
	top: 150px;
	background-color: #007ABD;
	border: 1px solid #FFFFFF;
	text-align: left;
	display: none;
	z-index: 10;
	opacity:0.9; 
   filter:alpha(opacity=90);
}

.topnavsubpoints a {
	color: #FFFFFF !important;
}

*html .topnavsubpoints  {
	top: 148px;
	width: 250px;
}

li li {
	float: none !important;
	color: #FFFFFF;
	font-size: 11px !important;
	font-weight: normal !important;
}

#TopNavFix {
	float:right;
	padding-right:20px;
}

#TopNavFix li, #TopNavFix li a, #TopNavFix li a:hover {
	padding: 7px 0px 4px 0px; /* setzt die Abstande der Textes zur Bild/Farbfläche. */
	margin-right: 5px; /* Trennt die einzelnen LIs mit x Pixel */
}
