@charset "utf-8";
/* CSS Document mybeans Header */
/* start Header */
#headerOuter {
	margin: auto;
	padding: 0;
	height: 153px;
}
#headerInner {
	margin: auto;
	width:980px;
	text-align:left;
}
#headerOuter #headerTop {
	height:106px;
}
#headerOuter #logo {
	float: left;
	width: 270px;
	padding-top:22px;
}
#headerOuter #topMenus {
	float: right;
	width: 664px;
	padding-right: 36px;
	margin-top: 32px;
	text-align: right;
}
#headerOuter #usermenu {	
	position: relative;
	float:right;
	width: 302px;
	height: 36px;
	background: url(../images/header/bg-usermenu.png) no-repeat right top;
	text-align: left;
	/*temp*/
	padding-right: 0;
}	
#headerOuter #metaNav {
	float: left;
	width: 349px;
	height:36px;
	text-align: right;
	padding-right: 13px;
}
* html #headerOuter #metaNav {
	width: 310px;
}
#metaNav ul.metamenu {
	margin:10px 0 0 0;
	padding:0;
	list-style-type: none;
	font-size: 12px;
}
#metaNav ul.metamenu li {
	display: inline;
	color: #a4a4a4;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right:13px;
	height: 26px;
}
#metaNav ul.metamenu li a {
	color: #a4a4a4;
	text-decoration: none;
}
#metaNav ul.metamenu li a:hover {
	text-decoration: underline;
}

#loginBox {
	display: none;
	position: absolute;
	top: 17px;
	right: 65px;
	width:361px;
	height:117px;
	background: url(../images/header/bg-layer-loginbox.png) no-repeat left bottom;
	font-size: 12px;
	text-align: left;
	padding: 6px;
	z-index: 1000;
}
#loginBox a {
	color: #af8554;
}
#loginBox form {
	margin:12px 0 0 0;
	padding:0;
}
#loginBox td label.first {
	color: #7f7f7f;
	font-size:12px;
	display: block;
	margin: 38px 0 1px 18px;
}
#loginBox td label.second {
	color: #7f7f7f;
	font-size:12px;
	display: block;
	margin: 38px 0 1px 4px;
}
#loginBox input.first {
	/*clear: right;*/
	width: 125px;
	height:19px;
	margin: 0 0 0 23px;
	padding: 1px 2px 0 2px;
	color: #000;
	border: none;
	background: none;
	display: block;
}
#loginBox input.second {
	width: 125px;
	height:19px;
	margin: 0 0 0 8px;
	padding: 1px 2px 0 2px;
	color: #000;
	border: none;
	background: none;
}
#loginBox input.formButton {
	padding: 0;
	margin: 53px 0 0 5px;
}
#loginBox .pwForgotten {
	font-size: 10px;
	margin: 0 0 0 165px;
	color: #7f7f7f;
}
#loginBox .pwForgotten a {
	color: #7f7f7f;
}
#loggedInBox {
	position: absolute;
	top: 40px;
	left: 25px;
	font-size: 12px;
	color: #ff5e00;
	font-weight: bold;
	width: 262px;
	text-align:left;
}

#usermenu ul {
	list-style-type: none;
	margin: 6px 13px 0 13px;
	padding: 0;
	font-size: 12px;
}
#usermenu ul li {
	float: left;
	color: #7f7f7f;
	padding-top: 4px;
	padding-bottom: 4px;
}
#usermenu ul li a {
	color: #7f7f7f;
	text-decoration: none;
}
#usermenu ul li a:hover, 
#usermenu ul li a:active {
	text-decoration: underline;
	color: #7f7f7f;
}
#usermenu ul li.login {
	padding-left: 13px;
	margin-right: 10px;
	background: url(../images/header/usermenu-trenner.png) no-repeat left center;
	/* temp */
	margin-left:12px;
}
#usermenu ul li.account {
	padding-left: 13px;
	margin-right: 10px;
	background: url(../images/header/usermenu-trenner.png) no-repeat left center;
	/*temp*/
	margin-left:12px;
}
#usermenu ul li.register {
	padding-left: 13px;
	background: url(../images/header/usermenu-trenner.png) no-repeat left center;
	/*temp*/
	margin-left: 0;
}
#usermenu ul li.logoff {
	padding-left: 13px;
	background: url(../images/header/usermenu-trenner.png) no-repeat left center;
	/* temp */
	margin-left: 0;
}
#usermenu ul li.cart {
	background: url(../images/header/icon-cart.png) no-repeat left top;
	padding-left: 33px;
	color: #ff5d00;
	/*temp*/
	margin-left: 0;
}
#usermenu ul li.cart a {
	color: #ff5d00;
}

/* start Hauptnavigation */
#mainmenu {
 clear: both;
}
#mainmenu ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
 font-size: 15px;
}
#mainmenu ul li {
 font-weight: normal;
 color: #341a02;
 /*display: inline;*/
	float:left;
}
#mainmenu ul li a {
 color: #341a02;
 padding: 0 0 6px 0;
	margin-right: 20px;
 text-decoration: none;
	/* temp */
	background: none;
}

#mainmenu ul li a:hover,
#mainmenu ul li a:active {
 color: #ff5e00;
}
#mainmenu ul li.cur a, #mainmenu ul li.act a  {
 color: #ff5e00;
	border-bottom: 5px solid #ff5e00;
}
/* end Hauptnavigation */
/* end Header */


