html {
	margin: 0px;
	padding: 0px;
}
body {
	background:#B7B6B6 url(img/bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	color: #333;
	float: left;
}
.Versteckt {
	visibility: hidden;
}
.boxBild {
	padding: 3px;
	float: left;
	border: 1px solid #b4e7fe;
	background-color: #FFF;
	margin-right: 7px;
}
.boxBild:hover {
	border: 1px solid #ffd218;
}

a:link, a:visited {
	text-decoration: none;
	color: #B72E0B;
}
a:hover, #navigation a:hover {
}
ul {
	font-weight: bold;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
li {
}
.boxInhalt {
	float: left;
	width: 100%;
	clear: both;
}

.boxPreis {
	line-height: 24px;
	text-align: center;
}

dd {
	line-height: 22px;
}
.boxName {
	padding-top: 5px;
	text-align: center;
	height: 78px;
}

div.inputRequirement, dd.inputRequirement {
	color: #CC0000;
}
.boxElement {
	float: left;
}

/* HEADINGS */
h1 {
	color: #000000;
	font-weight: bold;
	font-size: 22px;
	margin: 20px 0px 15px 0px;
	padding: 0px;
	width: auto;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #000000;
}
h2 {
	color: #000000;
	font-size: 20px;
	padding: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}
h3 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
img {
	border: 0px;
}
li.level1 {
	margin: 4px 0 4px 5px;
	line-height: 20px;
	height: 20px;
	list-style: none;
}
li.level1 a {
	padding: 0 0 0 0;
	text-decoration: none;
	font-size: 11px;
}
li.level1 a.active:link, li.level1 a.active:active, li.level1 a.active:visited {
	text-decoration: none;
	font-weight: bold;
}
li.level2 {
	margin: 4px 0 4px 15px;
	line-height: 20px;
	height: 20px;
	list-style: none;
}
li.level2 a {
	padding: 0 0 0 0;
	text-decoration: none;
	font-size: 11px;
}
li.level2 a.active:link, li.level2 a.active:active, li.level2 a.active:visited {
	text-decoration: none;
	font-weight: bold;
}
li.maincat {
	list-style: none;
}
li.maincat a span, a.nav span {
	line-height: 20px;
	height: 20px;
}
li.maincat a, a.nav {
	text-decoration: none;
	cursor: pointer;
	font-size: 11px;
}
li.maincat a:active, li.maincat a:hover, a.nav:hover, li.maincat a.activ:link, li.maincat a.activ:visited, li.maincat a.activ:hover, li.level1 a:hover, li.level1 a:active, li.level1 a.active:hover, li.level1 a.active:visited {
	text-decoration: underline;
}
.mainbody {
	float: left;
	padding: 10px;
	margin: 0px;
	width: 580px;
}
/* PARAGRAPH GLOBAL */
p {
	margin: 8px 0px 8px 0px;
}
/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
	width: 100%;
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
	width: 100%;
}
/* ORDER DETAILS */
table.orderdetails {
	font-size: 11px;
	background-color: #FFF2CC;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #DA9401;
}
table.orderdetails tr td {
	padding: 4px;
}
/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {
	text-align: center;
	white-space: nowrap;
}
/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {
	margin-top: 3px;
}
table.orderdetails tr td.productname table.productattributes tr td {
	padding: 0px;
}
table.orderdetails tr td.productname table.productattributes tr td.attribute {
	padding-right: 4px;
}
table.orderdetails tr td.productname table.productattributes tr td.value {
	width: 100%;
}
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
	text-align: right;
	white-space: nowrap;
}
/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {
	background-color: #FFEAAB;
	text-align: right;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #DA9401;
}
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
	text-align: right;
	white-space: nowrap;
}
/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
	background-color: #FFF2CC;
	vertical-align: top;
}
table.orderdetails tr.contentrow1 td.productname {
	text-align: left;
}
table.orderdetails tr.contentrow1 td.quantity {
	text-align: center;
}
table.orderdetails tr.contentrow1 td.quantity input {
	font-size: 11px;
	padding: 2px;
	border: solid #DA9401 1px;
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
	background-color: #FFEAAB;
	vertical-align: top;
}
table.orderdetails tr.contentrow2 td.productname {
	text-align: left;
}
table.orderdetails tr.contentrow2 td.quantity {
	text-align: center;
}
table.orderdetails tr.contentrow2 td.quantity input {
	font-size: 11px;
	padding: 2px;
	border: solid #DA9401 1px;
}
table.orderdetails tr.headerrow td {
	background-color: #DA9401;
	color: #FFFFFF;
	font-weight: bold;
}
table.orderdetails tr.headerrow td.center {
	text-align: center;
}
table.orderdetails tr.headerrow td.left {
	text-align: left;
}
table.orderdetails tr.headerrow td.right {
	text-align: right;
}
/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
}
ul#checkoutnavigation li {
	height: 70px;
	list-style-type: none;
	float: left;
	width: 185px;
	margin-right: 15px;
	border: solid 1px;
	padding: 8px;
}
ul#checkoutnavigation li.active {
	background-color: #FFEAAB;
}
ul#checkoutnavigation li.active .description {
	font-size: 11px;
}
ul#checkoutnavigation li.active .number {
	font-size: 20px;
	font-weight: bold;
}
ul#checkoutnavigation li.active .title {
	font-size: 14px;
	font-weight: bold;
}
ul#checkoutnavigation li.inactive {
	color: #999999;
	background-color: #EDEDED;
	border-color: #999999;
}
ul#checkoutnavigation li.inactive .description {
	font-size: 11px;
}
ul#checkoutnavigation li.inactive .number {
	font-size: 20px;
	font-weight: bold;
}
ul#checkoutnavigation li.inactive .title {
	font-size: 14px;
	font-weight: bold;
}
ul.messageStack {
	border: solid 2px #B22020;
	background-color: #FFD6D6;
	padding: 8px;
}
ul.messageStack li {
}
ul.messageStack li.messageStackError {
	list-style: none;
	padding: 5px 0px 2px 20px;
	background-image: url(../../images/icons/exclamation.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
ul.messageStack li.messageStackSuccess {
	list-style: none;
	padding: 5px 0px 2px 20px;
	background-image: url(../../images/icons/icon_accept.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-color: #66FF66;
}
ul.messageStack li.messageStackWarning {
	list-style: none;
	padding: 5px 0px 2px 20px;
	background-image: url(../../images/icons/icon_alert.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-color: #FFF2CD;
}
.box {
	margin: 8px 0 8px 0;
	border: 1px solid #CCCCCC;
}
.boxText {
	color: #666666;
	padding: 5px 0px;
	margin: 0px 7px;
}
.boxTextLeft {
	float: left;
	line-height: 30px;
	padding-right: 5px;
	font-size: 16px;
}
.boxTextPrice {
	font-weight: bold;
}
.categorie_list {
	width: 570px;
}
.categorie_list_one {
	float: left;
	width: 48%;
	margin: 0 5px 15px 5px;
}
.checkout {
	text-align: left;
	width: 95%;
}
.checkout_payment_adress_current {
	float: left;
	width: 32%;
	padding-left: 15px;
}
.checkout_payment_agb strong {
	color: #FF0000;
}
.checkout_payment_agb_accept {
	text-align: left;
	font-size: 12px;
	color: #000000;
	width: 100%;
}
.checkout_payment_agb_accept strong {
	color: #FF0000;
}
.checkout_payment_arrow {
	float: left;
	width: 23%;
	text-align: center;
}
.checkout_payment_container {
	width: 555px;
	text-align: left;
	height: 120px;
}
.checkout_payment_continue {
	margin: 15px 0 0 0;
	height: 55px;
}
.checkout_payment_info_text {
	float: left;
	width: 40%;
}
.checkoutBarCurrent, .greetUser, .new_product_default_price, li.maincat a:link, a.nav:link, li.maincat a:visited, a.nav:visited {
	font-weight: bolder;
}
.checkoutBarTo, div.checkoutBarCurrent {
	margin: 15px 0 10px 0;
	padding: 0 2px 0 2px;
	font-size: 11px;
}
.clr {
	clear: both;
	float: none;
}
.contentsTopics, .pageHeading, #moduleHeading {
	font-weight: bold;
	margin-bottom: 15px;
	padding: 10px;
}
.pageText {
	margin-bottom: 10px;
	padding: 10px;
}
.gnu_copy, .parseTime, #parsetime {
	text-align: center;
	font-size: 8pt;
	color: #7E7E7E;
	display: none;
}
.copyright {
	line-height: 18px;
	padding-left: 10px;
}
.boxFooter {
	float: right;
	text-align: right;
	word-spacing: 10px;
	line-height: 36px;
	padding-right: 10px;
}
/* SUCCESS MESSAGE */
/* .messageStackSuccess {padding:4px; background-color:#66FF66} */
/* FOOTER */
.footer {
	clear: both;
	padding: 20px 0px;
	border-top: 1px solid #EEE;
	margin: 0px 10px;
}
.footer a {
	color: #000;
	text-decoration: none;
}
.headerError {
	margin: 5px;
	border: 1px solid #CC3300;
	background-color: #FF8566;
	padding: 5px;
}
.infoBoxHeading, .infoBoxHeading_right {
	clear: both;
	background: url(box_bg.png) #EFEFEF 0 -10px repeat-x;
	color: #3C3B3D;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 32px;
	padding-left: 8px;
}
.left {
	float: left;
	margin: 0px;
	width: 92px;
	height: 92px;
}
.list_left {
	width: 265px;
	float: left;
	padding: 10px;
	margin-top: 10px;
	clear: both;
}
.list_right {
	width: 265px;
	padding: 10px;
	margin-top: 10px;
	float: right;
}
.list_right_2 {
	float:right;
	margin-bottom: 20px;
	text-align: left;
}
.mini_wrapper {
	padding: 0;
	margin: 0;
}
.new_product_default {
	border-bottom: 1px groove #E7E7E7;
	clear: both;
	width: 100%;
}
.new_product_default_image {
	float: left;
	width: 92px;
	text-align: center;
	height: 92px;
	margin-top: 10px;
}
.new_product_default_pricebox {
	float: right;
	text-align: center;
}
.new_product_default_right {
	clear: both;
	padding-top: 10px;
}
.new_product_default_price {
	font-size: 24px;
	line-height: 50px;
}
.new_product_default_tax {
	font-size: 11px;
}
.order_details, .checkout_payment_comments, .checkout_payment_agb {
	font-size: 11px;
}
.productOldPrice {
	font-size: 10px;
}
.order_details {
	width: 100%;
	text-align: left
}
.order_details_article {
	width: 145px;
	float: left;
	margin-top: 5px
}
.order_details_article_header {
	width: 145px;
	float: left;
	border-bottom: 1px solid #CCCCCC
}
.order_details_img {
	width: 70px;
	float: left;
	text-align: center;
	margin: 5px 0 8px 0
}
.order_details_img_header {
	width: 70px;
	float: left;
	text-align: center;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #CCCCCC
}
.order_details_qty {
	width: 50px;
	float: left;
	text-align: center;
	margin-top: 5px
}
.order_details_qty_header {
	width: 50px;
	float: left;
	text-align: center;
	border-bottom: 1px solid #CCCCCC
}
.order_details_remove {
	width: 50px;
	float: left;
	text-align: center;
	margin-top: 15px
}
.order_details_remove_header {
	width: 50px;
	float: left;
	border-bottom: 1px solid #CCCCCC
}
.order_details_shippingtime {
	width: 70px;
	float: left;
	margin-top: 5px
}
.order_details_shippingtime_header {
	width: 70px;
	float: left;
	border-bottom: 1px solid #CCCCCC
}
.order_details_totalcost {
	text-align: right;
	margin: 20px 0 0 0
}
.order_details_totalcost strong {
	font-size: 11px;
	font-weight: bolder
}
.order_details_totalprice_header {
	width: 100px;
	float: right;
	text-align: right;
	border-bottom: 1px solid #CCCCCC
}
.order_details_singleprice_header {
	width: 90px;
	float: left;
	border-bottom: 1px solid #CCCCCC
}
.order_detais_totalprice {
	width: 100px;
	float: right;
	text-align: right;
	margin-top: 5px;
	font-weight: bolder
}
.order_details_singleprice {
	width: 90px;
	float: left;
	margin-top: 5px
}
.product_content {
	margin-top: 15px;
}
.product_info_box {
	width: 551px;
	text-align: left;
	overflow: hidden;
	margin-top: 10px;
}
.product_info_box_bottom {
	height: 12px;
}
.product_info_box_middle {
	padding: 0 1px 0 1px;
}
.product_info_box_middle_left {
	height: 240px;
	width: 170px;
	text-align: center;
	margin-left: 1px;
}
.product_info_box_middle_right {
	width: 255px;
	margin-right: 1px;
	text-align: left;
	margin-bottom: 15px;
}
.product_info_box_middle_thumbnail {
	margin: 10px 0 0 5px;
}
.product_info_box_top {
}
.product_info_cartbutton {
	width: 200px;
}
.product_info_description {
	overflow: hidden;
	margin-bottom: 15px;
	text-align: left;
}
.product_info_dropdown {
	width: 140px;
	font-size: smaller;
	margin-top: 15px;
}
.product_info_h3 {
	color: #B72E0B;
	padding: 5px 0 0 15px;
	font-size: 15px;
	border-bottom: 2px solid #CCCCCC;
}
.product_info_menge {
}
.new-price {
	font-size: 16px;
	color: #DA251D;
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: left;
}
.product_info_price {
	font-size: 24px;
	color: #DA251D;
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: left;
	margin: 10px 0 0 0;
	height: 100px;
}
.product_info_print {
	font-size: 10px;
	margin-top: 20px;
}
.product_info_print img a {
	cursor: pointer;
}
.product_info_shipping {
	font-size: 10px;
	color: #696969;
	font-weight: bolder;
}
.product_info_tax {
	width: 95px;
}
.product_info_tax_shipping {
	width: 250px;
	font-size: 10px;
}
.product_listing_box {
	width: 553px;
	overflow: hidden;
	margin-bottom: 15px;
	text-align: left;
}
.product_listing_box_center {
	width: 553px;
}
.product_listing_box_hot {
	width: 140px;
	height: 70px;
}
.product_listing_box_left {
	width: 16px;
	height: 152px;
}
.product_listing_box_right {
	width: 17px;
	height: 152px;
}
.product_listing_description {
	width: 280px;
	padding-left: 15px;
}
.product_listing_header {
	height: 26px;
	margin: 5px 0 0 0;
}
.product_listing_image {
	width: 112px;
	padding-top: 10px;
}
.product_listing_mwst {
	font-size: 10px;
	padding-right: 30px;
}
.product_listing_price {
	width: 250px;
	text-align: right;
	padding-right: 15px;
}
.product_listing_price_button {
	width: 140px;
	text-align: center;
}
.product_listing_price_detail {
	font-weight: bolder;
	padding-top: 15px;
}
.product_listing_shipping {
	font-size: 10px;
	color: #FDC859;
	font-weight: bolder;
}
.product_name {
	font-weight: bold;
	height: 32px;
}
.product_name h2 a {
	font-size: 15px;
	margin-top: 8px;
}
.product_name h3 a {
	font-size: 15px;
	color: #B72E0B;
	margin-top: 8px;
}
.right {
	float: right;
	margin: 0px;
}
.row1 {
	background: #F2F2F2;
}
.row1, .row2 {
	padding: 5px;
}
.row2 {
	background: #FFFFFF;
}
#account {
	float: left;
	height: 2em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
#account_inner {
	float: right;
}
#checkout_line {
	background: url(img/checkout_line.png) repeat-x;
	line-height: 12px;
}
#content {
	text-align: left;
	padding: 0 5px 0 12px;
	margin: 0 0 0 0;
	overflow: hidden;
}
#head {
	background: url(img/intro.swf) no-repeat;
	width: 989px;
	height: 187px;
}
#head_container {
	margin: 0px;
	padding: 0px;
}
#innerBox {
	border: 1px solid #333333;
	float: left;
	margin: 0;
	width: 100%;
}
#innerContainer {
	border-width: 0 1px;
	margin: 0;
	width: 100%;
	background: #fff;
}
#middle {
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFF;
}
#nav_left {
	float: left;
	width: 195px;
	margin: 0px;
	padding: 0px;
}
#nav_right {
	float: right;
	width: 195px;
	padding: 0px;
	margin: 0px;
}
#navigation {
	margin: 0px;
	background-image: url(/commerce/images/skin/navbar.png);
}
#navigation a {
	color: #333;
}
#outerContainer {
	float: left;
	width: 100%;
}
#page_container {
	width: 990px;
	margin: auto;
	background-color: #FFF;
	padding: 0px;
}
#page_inner_container {
	padding: 0;
	float: left;
	margin: 0;
	width: 100%;
}
#pathway {
	float: left;
}
#pathway_inner {
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#wrap {
	float: left;
	margin: 0;
	width: 100%;
	text-align: left;
}
/* Kategorie */
.KatHeader {
	float: left;
	height: 72px;
	width: 580px;
}
.KatHeading {
	padding: 10px 10px 0px 10px;
	font-size: 20px;
	text-align: right;
}
.KatInfo {
	padding: 10px;
	text-align: right;
}
.KatContent {
	clear: both;
	float: left;
	width: 560px;
	padding: 10px;
}
.Kats {
	float: left;
	width: 130px;
	padding-right: 10px;
	text-align: center;
	line-height: 30px;
}
/* Artikelkopf */
.ArtikelBox {
	float: left;
	margin: 0px;
	width: 100%;
	background-color: #FFF;
}
.Plattform {
	float: left;
	width: 34px;
	height: 34px;
	padding: 10px 7px 14px 10px;
	margin: 0px;
}
.Titel {
	height: 34px;
	padding: 7px 7px 17px 0px;
	font-size: 19px;
	color: #000;
	text-shadow: #CCC 1px 1px 1px;
}
.Herkunft {
	float: left;
	padding: 1px 7px 0px 0px;
}
.Version {
	font-size: 12px;
	color: #666;
	text-shadow: none;
}
.Uncut {
	float: right;
	width: 34px;
	padding: 10px 0px 14px 7px;
	margin: 0px;
}
.Pegi {
	float: right;
	width: 34px;
	padding: 10px 10px 14px 7px;
	margin: 0px;
}
/* Artikelbild */
.ArtikelLinks {
	float: left;
	width: 130px;
	padding-left: 10px;
}
.ro {
	float: left;
	background: url(myimages/bildor.png) top right no-repeat;
}
.lo {
	background: url(myimages/bildol.png) top left no-repeat;
}
.ru {
	background: url(myimages/bildur.png) bottom right no-repeat;
}
.lu {
	background: url(myimages/bildul.png) bottom left no-repeat;
}
.inhalt {
	width: 120px;
	height: 160px;
	padding: 5px 5px 5px 5px;
}
/* Artikelpreis */
.ArtikelRechts {
	float: right;
	width: 130px;
	padding-right: 10px;
}
.Preisgruppe {
	width: 127px;
	text-align: center;
	line-height: 32px;
}
.Preis {
	width: 127px;
	text-align: center;
	font-size: 26px;
	line-height: 64px;
	color: #E60500;
}
.Preisinfo {
	float: right;
	width: 127px;
	height: 32px;
	padding-right: 10px;
	text-align: center;
	color:#666;
}
.Kaufen {
	float: right;
	width: 127px;
	padding-right: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	color: #000;
}
.Lieferzeit {
	float: right;
	width: 127px;
	padding-right: 10px;
	text-align: center;
	line-height: 32px;
}
/* Artikeldetails */
.ArtikelMitte {
	float: left;
	margin: 0px;
	padding: 0px 10px;
	width: 270px;
}
.Spalte1, .Sprache, .Spalte3 {
	float: left;
	font-size: 12px;
	color: #666;
}
.Spalte1, .KatRel, .Spalte3, .Entwickler, .Wertung {
	line-height: 32px;
}
.Spalte1 {
	width: 64px;
	float: left;
}
.Spalte3 {
	padding: 0px 10px 0px 10px;
}
.Sprache, .Text {
	height: 12px;
	padding: 10px 0px 10px 0px;
	min-width: 60px;
}
.KatRel, .Entwickler, .Infos {
	font-size: 13px;
	color: #000;
}
.KatRel, .Text {
	border-bottom: #CCC 1px groove;
}
.Infos {
	padding-top: 7px;
	float: left;
}
/*Artikelboxen */
.ArtikelElement {
	clear: both;
	margin-top: 10px;
	padding: 10px;
	background-color: #FFF;
	float: left;
}
.Beschreibung {
	float: left;
}
.ZusatzBild {
	float: right;
	clear: right;
	margin: 5px 0px;
}
/* Navigation */
.tabbar {
	margin: auto;
	padding: 0px;
	float: left;
}
.Kasse {
	float: right;
	text-align: center;
	line-height: 60px;
	padding: 0px;
	margin: 0px;
}
.GameTrailer {
	width: 560px;
	text-align: center;
}
/**************** SUPERFISH ******************/
.NavBarLinks, .NavBarRechts {
	width: 39px;
	height: 60px;
}
.NavBarLinks {
	float: left;
	background-image: url(/commerce/images/skin/nav.gif);
}
.NavBarRechts {
	float: right;
	background-image: url(/commerce/images/skin/nav.gif);
}
/*** SKIN ***/
.sf-menu a {
	padding: 		   9px 10px;
}
/* tab */
ul.sf-navbar li {
	font-weight: normal;
	border-right: 1px solid #A4D1FF;
}
/* tab hover */
ul.sf-navbar li:hover, ul.sf-navbar li.sfHover {
	background-image: url(/commerce/images/skin/tabhover.gif);
}
/* tab active*/
ul.sf-navbar li.current, ul.sf-navbar li.sf-breadcrumb {
	background-image: url(/commerce/images/skin/tabactive.gif);
	border-right: 1px solid #FFC116;
	font-weight: bold;
}
/* navbar hover */
ul.sf-navbar li li:hover, ul.sf-navbar li li.sfHover {
	background-image: url(/commerce/images/skin/navbarhover.gif);
}
/* navbar active */
ul.sf-navbar li .current {
	background-image: url(/commerce/images/skin/navbaractive.gif);
	font-weight: bold;
}
/* navbar inactive */
ul.sf-navbar li li .KatText {
	background-image: url(/commerce/images/skin/navbar.gif);
}
/* navbar inactive hover */
ul.sf-navbar li li:hover .KatText, ul.sf-navbar li li.sfHover .KatText, a.KatText, .sf-navbar ul li li .KatText a:focus, .sf-navbar ul li li .KatText a:hover, .sf-navbar ul li li .KatText a:active {
	background-image: url(/commerce/images/skin/navbar.gif);
	cursor: default;
	font-weight: normal;
}
/* dropdown */
ul.sf-navbar li li li {
	background-color:#FFD118;
}
ul.sf-navbar li li ul {
	margin-left:-1px;
}
/* dropdown hover */
ul.sf-navbar li li li:hover, ul.sf-navbar li li li.sfHover, .sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	background-image: url(/commerce/images/skin/dropdownactive.gif);
}
/* dropdown active */
.sf-navbar li li li.current {
	background-image: url(/commerce/images/skin/navbarhover.gif);
	font-weight: bold;
}
/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	height:			30px;
	padding-bottom:	30px;
	position:		relative;
	background-image: url(/commerce/images/skin/nav.gif);
}
.sf-menu, .sf-menu * {
	list-style:	none;
}
.sf-menu {
	border-bottom:1px solid #FFC116;
	border-top:1px solid #A4D1FF;
	line-height:	1.0;
}
.sf-menu ul {
	margin: 0px;
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	border-right: 1px solid #FFC116;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			39px;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*** arrows **/
.CatNavi a.sf-with-ul, .sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden; /* 8-bit indexed alpha png. IE6 gets solid image only */
	background-image: url('/commerce/images/arrows-ffffff.png');
	background-repeat: no-repeat;
	background-position: -10px -100px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/commerce/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.sf-navbar li {
	position:		static;
}
.sf-navbar li ul {
	width:			930px; /*IE6 soils itself without this*/
}
.sf-navbar li li {
	position:		relative;
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
	border-left:1px solid #FFC116;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}
ul.sf-navbar .current ul, ul.sf-navbar ul li:hover ul, ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}
/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator {
	background-position: -10px -100px;
}
.sf-navbar ul a > .sf-sub-indicator {
	background-position: 0 -100px;
}
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator, .sf-navbar ul a:hover > .sf-sub-indicator, .sf-navbar ul a:active > .sf-sub-indicator, .sf-navbar ul li:hover > a > .sf-sub-indicator, .sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	background-image: url(/commerce/images/skin/navbar.gif);
}
/**************** LIGHTBOX ******************/
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer > #hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(img/lightbox/prev.gif) left 50% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(img/lightbox/next.gif) right 50% no-repeat;
}
/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText {
	color: #FF9834;
	font-weight: bold;
	text-decoration: none;
}
#nextLinkText {
	padding-left: 20px;
}
#prevLinkText {
	padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
	padding-top: 5px;
}
/*** END : added padding when navbar is on top ***/

#imageDataContainer {
	font-size:90%;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData {
	padding: 0 10px;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#imageData #helpDisplay {
	clear: left;
	float: left;
	display: block;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 500px;
	background-color: #000;
	display: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html > body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix { /* Hides from IE-mac \*/
	height: 1%; /* End hide from IE-mac */
}
.boxBild72 {
	height: 72px;
	width: 72px;
	overflow: hidden;
}
.suche, .email {
	float: left;
}
.sucheButton {
	float: right;
	padding-top: 1px;
}
.sucheText {
	clear: both;
	float: left;
	padding-top: 7px;
}
.sucheSelect {
	float: right;
	padding-top: 5px;
}
.sucheLink {
	clear: both;
	padding-top: 7px;
}
.passwort {
	clear: both;
	float: left;
	padding-top: 3px;
}
.login {
	float: right;
	padding-top: 3px;
}
.vergessen {
	clear: both;
	padding-top: 5px;
}
