﻿/*#############################################################################*/
/*########################## 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: #181C54;
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: #181C54;
}
#footer li a.selected, #leftNav li a.selected{
/* font-style: italic; */
text-decoration: underline;
color: #181C54;
}
#leftNav a.selectedNode {
text-decoration: underline !important;
/* font-style: italic;
font-weight: bold;
letter-spacing: -1px; */
color: #181C54;
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;
}

/* SUBMENU */

#submenu {
float: left;
width: 180px;
margin-top: 5px;
}

#submenu ul {
margin-top: 0px;
margin-left: 0px;
list-style: none;
}

#submenu ul li {
/* background-image: url("../images/submenu-bg.jpg"); */
margin: 0px;
line-height: 24px;
padding-left: 0px;
border-bottom: 1px solid #02C68A;
}

#submenu a {
/* background-image: url("../images/submenu.jpg");*/
background-repeat: no-repeat;
text-decoration: none;
display: block;
color: #181C54;
font-weight: bold;
font-size: 11px;
padding-left: 20px;
}

div.object-right {
float: left;
margin-right: 30px;
margin-left: 30px;
}

 #submenu li.active, #submenu li:hover {
/*background-image: url("../images/submenu-bg-active.jpg");*/

}

 #submenu li.active a, #submenu a:hover {
/*background-image: url("../images/submenu-active.jpg");*/
 }


/* 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: #BED3E8; /*BCD1FF wird nur f?r die subdomains der Krankenkassen ben?tigt */
background-position:150px 50%;

}
#headerNav ul, #footer ul {
float: left;
border-width: 1px;
width: 100%;
}
#headerNav a, #footer a {
position: relative;
height: 23px;
line-height: 21px;
color: #FF6633;
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: 15%;
}
#headerNav li.last-child {
border-right-width: 1px;
width: 15%;
}
#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: #181C54;
}

#headerNav a:active, #headerNav a:active {
text-decoration: underline;
background-color: #003366;
color: #003366;
}

#headerNav a.current {
background-color: #003366;
color: #003366;
}



/*#############################################################################*/
/*########################### footer Navigation ###########################*/
/*#############################################################################*/
#footer ul {
/* wegen Rahmen um footer */
width:868px;/*was: 99.8%;*/
}
#footer a {
display: inline;
padding-left: 30px;
background-image: url("../images/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;
}