
/* Topmenu ------------------------------------------------------ */
ul.mainmenu {
        list-style: none;
        float: none;
        white-space: nowrap;
        display: inline;
        margin-left: 0px;
}

ul.mainmenu li {
        width: 14.27%;
        float: left;
        white-space: nowrap;
        margin-right: 2px;
        text-align: center;
}

ul.mainmenu li a {
        font-weight: bold;
        font-size: 9pt;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #E2E2E2;
        color: #000000;
        display: block;
        text-decoration: none;
        white-space: nowrap;
        border: 1px solid #CDCDCD;
}

ul.mainmenu li a:hover, ul.mainmenu li a.activ {
        background-color: #008ee0;
        color: #FFFFFF;
}

/* Leftmenu ------------------------------------------------------ */
ul.menu {
        list-style: none;
        float: left;
        white-space: nowrap;
        width: 155px;
				padding: 0px;
				margin: 0px;
}

ul.menu li {
        float: none;
        white-space: nowrap;
}

ul.menu li a, ul.menu li a.sub {
        font-weight: bold;
        font-size: 9pt;
        line-height: 25px;
        text-indent: 5px;
        background-color: #FFFFFF;
        color: #000000;
        display: block;
        text-decoration: none;
        white-space: nowrap;
        border: 1px solid #CDCDCD;
}
ul.menu li a.sub {
				text-indent:13px;
}

ul.menu li a:hover, ul.menu li a.activ, ul.menu li a.sub:hover, ul.menu li a.subactiv {
        background-color: #008ee0;
        color: #FFFFFF;
}
ul.menu li a.sub:hover, ul.menu li a.subactiv {
				text-indent:13px;
}

/* sonder listeneintrag sup navi Logo 50plus */
#plus a {
	text-indent: 0;
	border: none 0 #FFFFFF;
	color: #FFFFFF;
}
#plus a:hover {
	background-color: #FFFFFF;
	color: #FFFFFF;
}


#plus2 a {
	text-indent: 0;
	border: none 0 #FFFFFF;
	color: #FFFFFF;
}

#plus2 a:hover {
	background-color: #FFFFFF;
	color: #FFFFFF;
}

