/* Hauptmenü / Main menu */

.main_menu {
font-size: 18px;
}

.main_menu a {
height: 40px;
line-height: 40px;
display: block;
text-decoration: none;
color: #ffffff;
padding: 0px 12px 0px 12px;
}

.main_menu a:hover {
text-decoration: none;
color: #ffffff;
background-color: #414b56;
}

.main_menu a.active {
color: #ffffff;
background: url("../images/menu_active_bg.png") repeat-x;
}

.main_menu a.active:hover {
color: #ffffff;
background: url("../images/menu_active_bg.png") repeat-x;
}

.main_menu ul {
margin-left: 20px;
}

.main_menu li {
list-style: none;
white-space: nowrap;
overflow: hidden;
float: left;
}

/* Hauptmenü -> Untermenü / Main menu -> sub menu */

.main_menu .sub {
position: absolute;
top: 450px;
width: 260px;
font-size: 17px;
margin-left: -20px;
padding-left: 20px;
padding-right: 20px;
}

.main_menu .sub a {
height: 30px;
line-height: 30px;
display: block;
text-decoration: none;
color: #1e2d3b;
background: url("../images/icon_dot_2.gif") no-repeat 10px center;
text-indent: 14px;
}

.main_menu .sub a:hover {
text-decoration: none;
color: #1e2d3b;
background: #ecf1f4 url("../images/icon_dot_1.gif") no-repeat 10px center;
}

.main_menu .sub a.active {
color: #1e2d3b;
background: url("../images/icon_dot_1.gif") no-repeat 10px center;
font-weight: bold;
}

.main_menu .sub a.active:hover {
color: #1e2d3b;
background: #ecf1f4 url("../images/icon_dot_1.gif") no-repeat 10px center;
font-weight: bold;
}

.main_menu .sub ul {
}

.main_menu .sub li {
list-style: none;
white-space: nowrap;
overflow: hidden;
float: none;
}

/* Hauptmenü -> Unter-Untermenü / Main menu -> sub sub menu */

.main_menu .sub .sub {
position: static;
}

.main_menu .sub .sub a {
height: 30px;
line-height: 30px;
display: block;
text-decoration: none;
color: #1e2d3b;
background: url("../images/icon_dot2_2.png") no-repeat 30px center;
text-indent: 34px;
}

.main_menu .sub .sub a:hover {
text-decoration: none;
color: #1e2d3b;
background: #ecf1f4 url("../images/icon_dot2_1.png") no-repeat 30px center;
}

.main_menu .sub .sub a.active {
color: #1e2d3b;
background: url("../images/icon_dot2_1.png") no-repeat 30px center;
font-weight: bold;
}

.main_menu .sub .sub a.active:hover {
color: #1e2d3b;
background: #ecf1f4 url("../images/icon_dot2_1.png") no-repeat 30px center;
font-weight: bold;
}

.main_menu .sub .sub ul {
}

.main_menu .sub .sub li {
list-style: none;
white-space: nowrap;
overflow: hidden;
}

/* Sprachen-Menü / Language menu */

.language_menu {
float: right;
padding-right: 30px;
font-family: arial,helvetica,sans-serif;
font-size: 11pt;
}

.language_menu a {
height: 15pt;
line-height: 15pt;
text-decoration: none;
color: #ffffff;
}

.language_menu a img {
border: none;
}

.language_menu a:hover {
color: #ffcc00;
text-decoration: none;
}

.language_menu a.active {
color: #ff9900;
}

.language_menu a img.active {
border: none;
}

.language_menu ul {
display: inline;
}

.language_menu li {
display: inline;
list-style: none;
padding-left: 7px;
}

/* Fussmenü / Footer menu */

.footer_menu {
font-size: 16px;
}

.footer_menu a {
text-decoration: none;
color: #ffffff;
}

.footer_menu a:hover {
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

.footer_menu a.active {
color: #ffffff;
border-bottom: 1px solid #ffffff;
}

.footer_menu a.active:hover {
color: #ffffff;
border-bottom: 1px solid #ffffff;
}

.footer_menu ul {
}

.footer_menu li {
list-style: none;
white-space: nowrap;
overflow: hidden;
float: left;
padding-left: 15px;
}

/* Nummern-Menü / Number menu */

.number_menu {
font-family: arial,helvetica,sans-serif;
font-size: 14px;
}

.number_menu a {
text-decoration: none;
display: block;
color: #1e2d3b;
background-color: #ffffff;
border: 1px solid #1e2d3b;
padding: 1px 5px 1px 5px;
}

.number_menu a:hover {
text-decoration: none;
background-color: #d2d6d9;
}

.number_menu a.active {
color: #ffffff;
background-color: #1e2d3b;
border: 1px solid #1e2d3b;
}

.number_menu a.active:hover {
color: #ffffff;
background-color: #1e2d3b;
border: 1px solid #1e2d3b;
}

.number_menu ul {
}

.number_menu li {
list-style: none;
float: left;
margin-right: 5px;
}
