* HTML {
	behavior: url('/out/oxbaseshop/html/hover.htc');
}

* HTML #top_right {
	zoom: 1;
}

* HTML #top_left {
	zoom: 1;
}

*+HTML #menu_root LI.level_0:hover UL {
	top: 84px;
}

#menu_root {
	font-family: Verdana, Helvetica, sans;
}

#menu_root A,
#menu_root A:link, 
#menu_root A:visited, 
#menu_root A:active {
	text-decoration: none;
	font-weight: bold;
}

#menu_root LI.level_0 A:link,
#menu_root LI.level_0 A:visited,
#menu_root LI.level_0 A:active {
	color: #502C15;
	cursor: pointer;
}

/**
	einblenden menü
*/

#menu_root LI.level_0 UL {
	display: none;
}

#menu_root LI.level_0:hover UL {
	display: block;
	position: absolute;
	background-color: #502C15;
	left: 245px;
	right: 0px;
	z-index: 10;
	padding: 10px 0px 10px 5px;
	clear: both;
}

*+HTML #menu_root LI.level_0:hover UL {
	width: 710px;
	padding-left: 15px;
}

* HTML #menu_root LI.level_0:hover UL {
	width: 720px;
	height: 100px;
}

#menu_root LI.level_0:hover UL A.level_1,
#menu_root LI.level_0:hover UL A.level_1:link, 
#menu_root LI.level_0:hover UL A.level_1:visited, 
#menu_root LI.level_0:hover UL A.level_1:active {
	color: #ffffff !important;
}

#menu_root LI.level_0:hover UL LI.level_1 {
	float: left;
	overflow: hidden;
}

#menu_root LI.level_0 {
	float: left;
	font-size: 12px;
	height: 74px;
}

* HTML #menu_root LI.level_0 A {
	float: left;
}

#menu_root LI.level_0 A.level_0  SPAN.outer {
	padding: 34px 7px 25px 7px;
	display: block;

}

#navigation_item_basket A.level_0 SPAN.outer {
	padding-right: 21px !important;
}

* HTML #menu_root LI.level_0 A.level_0  SPAN.outer {
	float: left;
}

#menu_root LI.level_0:hover SPAN.outer,
#menu_root LI.active A.level_0 SPAN.outer {
	background-color: #502C15;
	z-index:150;
	color: #ffffff;
}

#menu_root LI.level_0:hover A, 
#menu_root LI.level_0:hover A:link, 
#menu_root LI.level_0:hover A:visited, 
#menu_root LI.level_0:hover A:active {
	color: #ffffff !important;
}

#menu_root LI.level_1 SPAN.outer {
	display: block;
	width: 215px;
	font-size: 11px;
	padding: 20px 0px;
	cursor: pointer;
	font-weight: normal;
z-index:200;
}

#menu_root LI.level_0 SPAN.outer {
	padding: 10px;
}

#locationbar {
	height: 74px;
	background-color: #502C15;
	float: left;
	width: 725px;
	margin: 10px 0px 0px 0px;
	color: #ffffff;
	position:relative;
    
}

* HTML #locationbar {
	margin-top: 12px;
}

*+HTML #locationbar {
	margin-top: 12px;
}

#locationbar_inner {
	margin-top: 30px;
}

#locationbar .label {
	font-weight: bold;
	display: block;
	float: left;
	padding: 0px 5px 0px 10px;
}

#locationbar .location {
	display: block;
	float: left;
}

#locationbar .location A:link,
#locationbar .location A:active,
#locationbar .location A:visited {
	color: #ffffff;
	text-decoration: underline;

}

#basketbar_inner {
	font-weight: bold;
	float: right;
	width:265px;
	height:70px;
	background-image: url(0/images/warenkorb.jpg);
	background-repeat:no-repeat;
	top:0px;
	right:0px;
	position:absolute;
	cursor:pointer;
	z-index: 2;
}

#basketbar_inner .label,
#basketbar_inner .label A{
	top:45px;
	left:58px;
	position:absolute;
	color:#fff;
	z-index: 10;
}

#basketbar_inner .label A:link,
#basketbar_inner .label A:active,
#basketbar_inner .label A:visited {
	color: #ffffff;
}
