/* Hauptmenü */

.menu {
float: right;
font-size: 12px;
margin-top: -105px;
padding-right: 240px;
}

.menu a {
width: 60px;
text-decoration: none;
color: #ff9933;
border-right: 1px solid #ff9933;
text-align: center;
display: block;
padding-top: 25px;
}

.menu a:hover {
text-decoration: none;
color: #ffffff;
background-color: #ff9933;
}

.menu a.active {
color: #ffffff;
background-color: #ff9933;
}

.menu a.active:hover {
color: #ffffff;
background-color: #ff9933;
}

.menu ul {
display: inline;
}

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

/* Menü auf der rechten Seite */

.menu2 {
font-size: 12px;
}

.menu2 a {
height: 20px;
line-height: 20px;
display: block;
text-decoration: none;
color: #222222;
text-indent: 70px;
background: url("../images/icon_rectangle_60x10.png") no-repeat 0px center;
}

.menu2 a:hover {
text-decoration: none;
color: #222222;
background: url("../images/icon_rectangle_2_60x10.png") no-repeat 0px center;
}

.menu2 a.active {
color: #222222;
background: url("../images/icon_rectangle_3_60x10.png") no-repeat 0px center;
}

.menu2 a.active:hover {
color: #222222;
background: url("../images/icon_rectangle_3_60x10.png") no-repeat 0px center;
}

.menu2 ul {
}

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

.menu2 .sub a {
text-indent: 85px;
background: url("../images/icon_rectangle_20x10.png") no-repeat 40px center;
}

.menu2 .sub a:hover {
text-decoration: none;
color: #222222;
background: url("../images/icon_rectangle_2_20x10.png") no-repeat 40px center;
}

.menu2 .sub a.active {
color: #222222;
background: url("../images/icon_rectangle_3_20x10.png") no-repeat 40px center;
}

.menu2 .sub a.active:hover {
color: #222222;
background: url("../images/icon_rectangle_3_20x10.png") no-repeat 40px center;
}


/* Menü Unten */

.menu3 {
margin-top: 0px;
font-size: 12px;
}

.menu3 a {
height: 14px;
line-height: 14px;
text-decoration: none;
color: #ffffff;
border-right: 1px solid #ffffff;
padding-left: 5px;
padding-right: 5px;
}

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

.menu3 a.active {
color: #ffffff;
}

.menu3 a.active:hover {
color: #ffffff;
}

.menu3 ul {
display: inline;
}

.menu3 li {
display: inline;
list-style: none;
white-space: nowrap;
overflow: hidden;
}