body {
	margin:0px;
	font-family: Arial, sans-serif;
	font-size:13px;
	color:#fff;
	background:#000 url('../../../img/layout/bg.jpg');
	text-align:center;
}
#wrapper {
	width:100%;
	background: url('../../../img/layout/bgTop.jpg') top center repeat-x;
}
#container {
	width:980px;
	min-height:735px;
	background: url('../../../img/layout/bgTheme2.jpg') top center no-repeat;
	margin:auto;
	text-align:left;;
}
#contentMain {
	float:left;
	width:640px;
	min-height:688px;
	margin-top:20px;
	margin-left:2px;
	background: url('../../../img/layout/contentTop.png') top center no-repeat;
}
#contentLeft {
	float:left;
	width:180px;
	min-height:700px;
	margin-top:33px;
}
#contentRight {
	float:left;
	width:147px;
	min-height:700px;
	margin-top:20px;
	margin-left:5px;
	color:#999;
	background: url('../../../img/layout/loginBoxBg.png') top center no-repeat;
}
#content {
	width:640px;
	min-height:642px;
	margin-top:8px;
	background:url('../../../img/layout/contentBg.png');
	display:table;
}
#contentWrapper {
	float:left;
	width:630px;
	min-height:642px;
	margin-left:5px;
	margin-bottom:5px;
	margin-top:5px;
	background:none;
}
#footer {
	width:640px;
	min-height:40px;
	margin-top:8px;
	margin-bottom:8px;
	background:url('../../../img/layout/footerBg.png');
	font-weight:bold;
	color:#e4e4e4;
}
#mainNavigation {
	float:left;
	width:610px;
	height:24px;
	margin-top:19px;
	/*margin-left:14px;*/
	text-transform:uppercase;
	text-align:center;
}
#subNavigation {
	margin-top:30px;
	margin-left:6px;
	text-transform:uppercase;
}
#search {
	float:right;
	width:145px;
	min-height: 100px;
	margin-top:20px;
	margin-left:5px;
	color:#999;
	background: url('../../../img/layout/searchBoxBg.png') top left no-repeat;
}
#cartbox {
	float:right;
	width:145px;
	min-height:100px;
	margin-top:20px;
	margin-left:5px;
	color:#999;
	background: url('../../../img/layout/cartBoxBg.png') top left no-repeat;
}
#youtube {
	float:right;
	width:145px;
	min-height:100px;
	margin-top:20px;
	margin-left:5px;
	color:#999;
}
#partnerbox {
	float:right;
	width:145px;
	min-height:100px;
	margin-top:20px;
	margin-left:5px;
	color:#999;
}
#langSwitcher {
	float:left;
	width:50px;
	height:25px;
	margin-top:0px;
	margin-left:106px;
}
#langSwitcherDe {
	float:left;
	width:17px;
	height:20px;
	margin-left:8px;
	margin-top:3px;
}
#langSwitcherEn {
	float:left;
	width:17px;
	height:20px;
	margin-left:7px;
	margin-top:3px;
}
#logo {
	width:132px;
	height:140px;
	margin-left:33px;
}
#copyright {
	float:left;
	margin-left:20px;
	margin-top:13px;
}
#legal {
	float:right;
	margin-right:20px;
	margin-top:13px;
}
#loginForm {
	float:left;
	width:130px;
	margin-left:5px;
	margin-top:5px;
}
#badge {
	float:left;
	margin-top:320px;
}
#loginspinner {
	display:none;
	position:absolute;
	z-index:9999;
	padding:2px;
	background:url('../../../img/layout/contentBg.png');
	height:67px;
	width:122px;
	border:1px solid #333;
}
#loginError {
	color:#f67d09;
	display:block;
	position:absolute;
	z-index:9999;
	padding:2px;
	background:url('../../../img/layout/contentBg.png');
	height:67px;
	width:122px;
	border:1px solid #333;
}