#mainnav_box {
    height: 24px;
    width: 880px; /* rendering fix für ie */
/*
    background: url(../images/layout/navigation/main-bg.gif) top left repeat-x;
*/
}

#mainnav_box .mainnav_box_left {
    float: left;
}

#mainnav_box .mainnav_box_right {
    float: right;
}

.level1 a, .level2 a,
.level1 a:hover, .level2 a:hover,
.level1 a:visited, .level2 a:visited {
	color: #fff;
	display: block;
}

div.level1 {
	z-index: 2;
	float: left;
	height: 24px;
	position: relative;

    margin-right: 2px;
/*
    padding: 0px 19px 0px 20px;
    background: url(../images/layout/navigation/main-bg-spacer.gif) top right no-repeat;
*/
}

div.first {
    padding-left: 0px;
}

div.last {
    background: none;
    margin-right: 0px;
    padding-right: 0px;
}

.level1:hover .level2, .level1over .level2 {
	display:block;
}

.level2 {
	background:#E87C0A url(../images/layout/mainnav_level2_bg.gif) repeat-x scroll left 1px;
	display:none;
	left:1px;
	position:absolute;
	top:24px;
	/*wegen niftycube*/
	/*padding:10px;*/
}
.level2 table {
    width: 144px;
}

.last .level2 {
	left:auto;
	right:0;
}
.level2 .items {
	padding:5px 12px 0 8px;
}
.level2 .items div {
	/*height:16px;*/
	padding:4px 0;
	border-bottom:1px dotted white;
}
.level2 .items div.last {
	border-bottom:none;
	padding-bottom:10px;
}
.level2 a {
	color:white;
}
.level2 .min-width {
	height:1px;
	width:110px;
}
.level2 .top {
	position:fixed;
	width:100%;
	height:4px;
	background:transparent url(../images/layout/corner_tl.gif) no-repeat top left;
	background-color:black;
}
.level2 .top div {
	height:4px;
	background:transparent url(../images/layout/corner_tr.gif) no-repeat top right;
}
.level2 .bottom {
	height:4px;
	background:transparent url(../images/layout/corner_bl.gif) no-repeat bottom left;
}
.level2 .bottom div {
	height:4px;
	background:transparent url(../images/layout/corner_br.gif) no-repeat bottom right;
}
.clear {
	clear:both;
}
#nav3 div, #nav3 a {
	background-color:#919191;
	color:white;
}
#nav3 div {
	float:left;
	height:19px;
}

#nav4 div, #nav4 a {
	background-color:#919191;
	color:white;
}
#nav4 div {
	float:left;
	height:19px;
}

#nav3 .left, #nav4 .left{
	width:3px;
	background:transparent url(../images/layout/nav3_left.gif) no-repeat left top;
}
#nav3 .right, #nav4 .right {
	width:3px;
	background:transparent url(../images/layout/nav3_right.gif) no-repeat right top;
}
#nav3 a, #nav4 a{
	padding: 0 5px;
	letter-spacing: 0px;
	line-height: 19px;
}
#nav3 .active, #nav4 .active {
	font-weight:bold;
}
#nav4 a{
	padding:0 5px;
	font-size:10px;
}
#nav4 div, #nav4 a {
	background-color:#adadad;
	color:white;
}
#nav4 .left {
	width:3px;
	background:transparent url(../images/layout/nav4_left.gif) no-repeat left top;
}
#nav4 .right {
	width:3px;
	background:transparent url(../images/layout/nav4_right.gif) no-repeat right top;
}
.white, .white td {background-color:white;}
