/* VERTICAL FREESTYLE MENU LAYOUT */

.vmenu{
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1000;
}

.vmenu a {
 display: block;
  text-decoration: none;
 color: #000;
}

.vmenu li a{
    /*background: url(../bilder2006/navihintergrund.png) no-repeat;*/
}

.vmenu a:hover, .vmenu a.active{
   /* background: url(../bilder2006/navihintergrund_f2.png)  no-repeat;
    color: #666666;*/
}

/* All <ul> tags in the menu including the first level */
/*.vmenu, .vmenu ul {
 margin: 0;
 padding: 0;
 width: 150px;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.vmenu ul {
    visibility: hidden;
    position: absolute;
	top:0px;
    left: 220px;
	/*z-index:5;*/
	display:block;
	width:190px;
	height:auto;
    width: 300px;
	
}

/* aufgeklappte 2. ebene der aufklappmenüs */
.vmenu ul ul {
 visibility: hidden;
 position: absolute;
 top: 0;
}


/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.vmenu li {
    position: relative;
	border:0px;
}
.vmenu ul li {
	/*z-index:6;*/
	display:block;
	height:24px;
	line-height:24px;
	width:180px;
}

/* Zweite Menuebene */

.vmenu ul li a{
    background: none;
    font-weight: normal;
	display:block;
	height:24px;
	line-height:24px;
	color: #000;
	/*z-index:6;*/
	width:180px;
	border:0px;
	padding-left:10px;
	text-transform:none;
	font-size:11px;
}

.vmenu ul li a:hover, .vmenu ul li a.active{
    color: #000;
	border:0px;
	font-size:11px;
	/*z-index:6;*/
}

.vmenu ul li, .vmenu ul ul li{
    height: 24px;
    background: url(../bilder/subnavigation_hg.trans.png) repeat;
    text-align: left;
    font-weight: normal;
    font-size: 11px;
	width:190px;
	border:0px;
	line-height:24px;
	display:block;
}


.vmenu ul a:hover, .vmenu ul ul a:hover, .vmenu ul a.active:hover, .vmenu ul a:focus, .vmenu ul li a:hover, .vmenu ul a.active {
    font-weight: normal;
    color: #000;
	border:0px;
	background: url(../bilder/subnavigation_hg_f2.trans.png) repeat;
}


/* Ende zweite Ebene */

.vmenu ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.vmenu a .subind {
  float: right;
  display: none;
}

.vmenu ul a .subind {
  float: right;
  display: inline;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .vmenu li {
 float: left;
 height: 1%;
}
* html .vmenu a {
 height: 1%;
}
/* End Hack */

/* Ende Menu */

.vmenu li.nolink, .vmenu li.nolink a, .vmenu li.nolink a:hover{
    margin:0;
    padding: 0;
    background: none;
    border: 0px solid black;
}



#navigation ul.navigation li a ul li a {
	border:0px !important;
}
