/* Hauptmenü / Main menu */

.menu {
margin-top: -2px;
width: 200px;
list-style: none;
font-size: 12pt;
margin-bottom: 20px;
}

.menu a {
font-size:10px;
width: 100%;
height: 26pt;
line-height: 26pt;
display: block;
text-decoration: none;
color: #1e2d3b;
text-indent: 30px;
border-bottom: 1px dotted #c3c8cd;
background: url("../images/icon_arrow_2.gif") no-repeat;
}

.menu a:hover {
font-weight: bold;
border-bottom: 1px dotted #c3c8cd;
text-decoration: none;
color: #1e2d3b;
}

.menu a#active {
font-weight: normal;
color: #DFDB00;
font-weight: bold;
background: #ffffff url("../images/vlogo.jpg") no-repeat;
}

.menu ul {
}

.menu li {
display: inline;
}

/* Untermenü / Sub menu */

.sub_menu {
margin-top: 95px;
padding-right: 30px;
list-style: none;
font-size: 11pt;
float: right;
}

.sub_menu a {
width: 100%;
height: 15pt;
line-height: 15pt;
text-decoration: none;
color: #ffffff;
}

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

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

.sub_menu ul {
}

.sub_menu li {
display: inline;
float: left;
margin-left: 15px;
}

/* Nummern-Menü / Number menu */

.number_menu {
list-style: none;
font-family: Arial, sans-serif;
font-size: 11pt;
float: right;
}

.number_menu a {
float: left;
text-decoration: none;
display: block;
color: #333333;
background-color: #ffffff;
border: 1px solid #4f5559;
padding: 0px 4px 0px 4px;
}

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

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

.number_menu ul {
display: inline;
}

.number_menu li {
display: inline;
float: left;
margin-right: 5px;
}


