﻿/**
 *********************************************
 * Prototype of styles for horizontal CSS-menu
 * @data 30.06.2009
 *********************************************
 * (X)HTML-scheme:
 *  <div id="menu">
 *      <ul class="menu">
 *          <li><a href="#" class="parent"><span>level 1</span></a>
 *              <div><ul>
 *                  <li><a href="#" class="parent"><span>level 2</span></a>
 *                      <div><ul><li><a href="#"><span>level 3</span></a></li></ul></div>
 *                  </li>
 *              </ul></div>
 *          </li>
 *          <li class="last"><a href="#"><span>level 1</span></a></li>
 *      </ul>
 *  </div>
 *********************************************
 */

_div#abstand {
	height: 30px;
    background-color: #FF0000;
}
 
/* menu::base */
div#menu {
    margin-left:12px;
	height: 35px;
    padding-left: 6px;
    background: url(../images/Verlauf_menue.png) repeat;
    _background: url(../../images/left.gif) no-repeat;
    width:auto;
	border-bottom: 35px solid #333;
}

div#menu ul {
    margin: 0;
    padding: 10;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-right: 6px;
    background: url(../../images/right.png) no-repeat right 0;
    _background: url(../../images/right.gif) no-repeat right 0;    
}

div#menu li {
    position: relative;
    margin: 0;
    padding: 0 0px 0 0px;
    display: block;
    float: left;
    z-index: 90;
    width: auto;
}
div#menu ul ul li {
    z-index: 90;
}
div#menu li div {
    list-style: none;
    float: left;
    position: absolute;
    z-index: 110;
    top: 35px;
    left: 0;
    visibility: hidden;
    width: 180px;
	margin: 0px 0 0 -4px;
    padding: 0; 
    background: url(../images/subsubmenu-top.png) no-repeat 0px 0;
    _background: url(../images/subsubmenu-top.gif) no-repeat 0px 0;  
}
div#menu ul ul {
	z-index: 102;
    padding: 0px 4px 10px 4px;
    background: url(../images/submenu-bottom.png) no-repeat 0px bottom;
    _background: url(../images/submenu-bottom.gif) no-repeat 0px bottom;        
    margin: 10px 0 0 0;    
}
div#menu li:hover>div {
    visibility: visible;
}

div#menu a {
    position: relative;
    z-index: 100;
    height: 35px;
    display: block;
    float: left;
    line-height: 35px;
    text-decoration: none;
    margin-top: 0px;
    white-space: nowrap;
    width: auto;
    padding-right:5px;
    text-align:center;
}
div#menu span {
    margin-top: 1px;
    padding-left: 15px;
    color: #8f9ea3;
    background: none;
    line-height: 35px;	
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
    text-align: center;
}

/* menu::level1 */
div#menu a {
    font: bold 12px Vardena,Helvetica,Arial,FreeSans,sans-serif;
    padding: 0 10px 0 0;
    line-height: 30px;
    height: 32px;
    margin-right: 5px;
    _margin-right: 1px;
    background: none;
    _text-transform: uppercase;
}

div#menu a:hover {
    background:  url(../images/selected-right-sub.png)  no-repeat right -1px;
}
div#menu a:hover span {
    background: url(../images/selected-left-sub.png) no-repeat 0 -6px;
}
div#menu li.current a,
div#menu ul.menu>li:hover>a {
    color: #8f9ea3;
    background: url(../images/selected-right-sub.png)  no-repeat right -1px;
}
div#menu li.current a span,
div#menu ul.menu>li:hover>a span {
    background: url(../images/selected-left-sub.png) no-repeat 0 -3px;
}
div#menu li.current a span,
div#menu ul.menu>li:hover>a span {
	  color: #ffff00;
}
div#menu li {  }
div#menu li.last { background: none; }



/* menu::level2 */

div#menu li li div {
    width: 80px;
}
div#menu ul ul li {
    background: none;
    padding: 0;
}
div#menu ul ul a {
    font-weight: normal; 
    padding: 0px;
    height: auto;
    float: none;
    display: block;
    line-height: 25px;
    font-size: 12px;
    color: #8f9ea3;
    z-index: -1;
    padding-left: 5px;
    white-space: normal;
    width: 152px;
    margin: 0 8px;
    text-transform: none;
}
    
div#menu ul ul a span {
	padding: 0 5px;
    line-height: 25px;
    font-size: 12px;
}
div#menu li.current ul a,
div#menu li.current ul a span {
    background:none;
}
div#menu ul ul a:hover {
 background:none;
 background-color: #1555E9;
}
div#menu ul ul a:hover span {
	background:none;
	color: #ffff00;
}
div#menu ul ul a.parent {
  background: url(../images/submenu-pointer.png) no-repeat right bottom;
  _background-image: url(../images/submenu-pointer.gif);
}
div#menu ul ul a.parent span {
  background:none; 
}
div#menu ul ul a.parent:hover {
  background: url(../images/submenu-pointer.png) no-repeat right bottom;
  _background: url(../images/submenu-pointer-hover.gif) no-repeat right bottom;
  background-color: #1555E9;
}
div#menu ul ul a.parent:hover span {
  background:none; 
}
div#menu ul ul span {
    margin-top: 0;
    text-align: left;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}


/* menu::level3 */
div#menu ul ul div {
    width: 160px;
    padding: 0;
    margin: -42px 0 0 165px !important;
}
div#menu ul ul ul {
    padding: 10px 4px 0 4px;	
}
div#menu ul ul ul a {
    width: 130px;
}

div#menu ul ul div li {
    position:relative;
    top:-10px;
}

/* lava lamp */
div#menu li.back {
    background: url(../images/selected-left-sub.png) no-repeat 0 0;
    width: 5px;
    height: 32px;
    z-index: 80;
    position: absolute;
    padding: 0;
    margin: 0px 0 0 0;
}

div#menu li.back .left {
    padding:0;
    width:auto;
    background: url(../images/selected-right-sub.png) no-repeat right 0;
    height: 32px;
    margin: 0 0 0 5px;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
}








/* Menü businesselect */

#header_resize {
	margin:0 auto;
	padding:0;
	height:52px;
	margin-left:201px;
	width:789px;   /* 590px Original */
	background-color:transparent;
}

.businessselect {
	margin:0 auto;
	margin-left:0px;
	padding:0 0 0;
	height:52px;
	_background:#333333 url(../images/Verlauf_oben.png) repeat-x top;
}
.businessselect ul {
	list-style:none;
	padding:0;
	height:52px;
	/*  background:#e6e6e6 url(../images/menu_bg.gif) repeat-x left top;	*/
	background:#333333 url(../images/Verlauf_oben.png) repeat-x top;
	}
.businessselect ul li {
	margin:0;
	padding:0 0 0 0;
	height:52px;
	float:left;
	width:263px;
	background:url(../images/menu_split.gif) no-repeat right top;
}
.businessselect ul li a {
	display:block;
	margin:0;
	padding:14px 17px;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#8F959A;        /* #8f9ea3; */
	text-decoration:none;
	text-align:center;
	_text-transform:uppercase;
}
.businessselect ul li.active a {
	text-decoration:none;
	color:#ffff00;
	background: url(../images/menu_activ.gif) repeat-x left top;
}

.businessselect ul li a:hover {
	text-decoration:none;
	color:#ffff00;
	background: url(../images/menu_hover.gif) repeat-x left top;
}