/*#############################################################################*/
/*##########################   linke Navigation   #############################*/
/*#############################################################################*/
#footer a strong {
    font-weight: normal;
}
#headerNav a strong, #footer a strong {
    text-decoration: underline !important;
}
#leftNav a, #WCAG a,
#footer a {
	color: #003366;
	background-color: inherit;
    text-decoration: none;
}
#leftNav a:hover, #leftNav a:focus,
#footer a:hover, #footer a:focus {
	/* font-style: italic; */
	text-decoration: underline;
	color: #666666;
}
#leftNav a.selectedNode {
	text-decoration: underline !important;
	/* font-style: italic;
	font-weight: bold;
	letter-spacing: -1px; */
    color: #666666;
    background-color: inherit;
}
/* Opera-Bugfix */
html:first-child>b\ody #leftNav a.selectedNode {
    font-style: normal;
} 
html * body #leftNav[id]  a.selectedNode {
    font-style: normal;
}


/* Navigation Links */
#leftNav ul {
	padding: 0.2em 0em 0.2em 0em;
	margin-top: 0px;
	margin-left: 10px;
    list-style: none;
	white-space: normal !important;
	line-height: 1.5em;
	font-weight: bold;
}

#leftNav li {
    line-height: 1.1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#leftNav li li
{
	font-weight:normal ! important;
}

/*#############################################################################*/
/*###########################   header+footer Navigation   ####################*/
/*#############################################################################*/
#headerNav ul, #headerNav li,
#footer ul, #footer li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
	border-width: 0px;
	border-style: solid;
	border-color: #003366;
	color: inherit;
	background-color: #ffeeb9; /* wird nur f?r die subdomains der Krankenkassen ben?tigt */
}
#headerNav ul, #footer ul {
	float: left;
	border-width: 1px;
	width: 100%;
}
#headerNav a, #footer a {
    position: relative;
	height: 23px;
	line-height: 21px;
	color: #003366;
    text-decoration: none;	
	white-space: nowrap;	
	padding: 0px 3px;	
	display: block;
}


/*#############################################################################*/
/*###########################   header Navigation   ###########################*/
/*#############################################################################*/
#headerNav li {
	float: left;
	border-left-width: 1px;
	width:15%;
}
#headerNav li.first-child  {
	border-left-width: 0px;
	width: 12%;
}
#headerNav li.last-child {
	border-right-width: 0px;
	width: 11%;
}
#headerNav a {
	/* Die breite ergibt sich aus der #headerNav - width durch die Anzahl der Men?eintr?ge */
	/*width:20%;*/ /*99%;*/
    font-weight: bold;
}
#headerNav a:hover, #headerNav a:focus {
	text-decoration: underline;
	background-color: #003366;
	color: #ffffff;	
}
#headerNav a.current {
	background-color: #003366;
	color: #ffffff;
}



/*#############################################################################*/
/*###########################   footer Navigation   ###########################*/
/*#############################################################################*/
#footer ul {
    /* wegen Rahmen um footer */
    width:768px;/*was: 99.8%;*/
}
#footer a {
	display: inline;
	padding-left: 30px;
	background-image: url("https://media.gkvnet.de/public/noix_css.square.gif");
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
/*#footer a.first-child {*/
#footer li.first-child a {
	padding-left: 0em;
	background-image: none;
}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
	font-style: normal;
}



/*#############################################################################*/
/*########################   NewsContainer Navigation   #######################*/
/*#############################################################################*/
#marginal a {
    color: #003366;
    background-color: inherit;
    text-decoration: underline;
}

