* {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

body {
    font-size: 11px;
    line-height: 1.4em;
    text-align: center;
    background: url('../pics/ny/bg_tag.jpg') #8ddaf8 top center no-repeat fixed;
    color: #222;
}

#frame {
    margin: auto;
    text-align: left;
    position: relative;
    width: 998px;
}

#footer {
    display: none;
}

#footerOut {
    display: none;
}

#labelFGN {
    display: none;
    position: absolute;
    top: 208px;
    left: 998px;
}

td, th {
    font-size: 1em;
    padding: 2px;
}

a {
    color: #de1b00;
    text-decoration: none;
}

a:hover {
    color: #de1b00;
    text-decoration: underline;
}

input[type=text], input[type=password], textarea, select {
    border: 1px solid silver;
    background: #f8f8f8;
    padding: 2px;
    font-size: 1em;
}

input[type=text], input[type=password], textarea {
	width: 170px;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
	background: #FAFAFA;
}

input.require, textarea.require, select.require {
	background-image: url('../pics/require.png') !important;
	border: 1px solid #de1b00 !important;
}


/* Header
----------------------------------------------------- */

#header {
 	position: relative;
 	background: url('../pics/header.png') no-repeat;
	width: 998px;
	height: 210px;
	z-index:750;
}

#header_xmas {
 	background: url('../pics/xmas.jpg') no-repeat;	
	width:546px;
	height:24px;
	position:absolute; bottom:3px; left:30px;	
}

#logo {
    position: absolute;
    top: -15px;
    right: 0px;
    width: 208px;
    height: 206px;
    z-index: 5;
}

#logo img {
	border:none;	
}

#storedata {
	padding: 10px 10px 0 10px;	
	overflow: auto;
	text-align: center;
	color: #8a1e1e;
}

#storedata .address {
	/*float: left;*/
	display: inline; 
}

#storedata .shopinfo {
	/*float: right;*/
	display: inline;
	margin-left: 10px;
}

#storedata .shopinfo a {}

#menu {
	font-size: 1.05em;
	position: absolute;
	/*font-weight: bold;*/
	top: 62px;
	left: 60px;
}

#menu ul {
	width: 134px;
	float: left;
	list-style-type: none;
}

#menu li {
	display: block;
	height: 15px;
	padding: 2px 0;
}

#menu li:hover {}

#menu li.act {}

#menu li.act a {
	color: #de1b00;
	font-weight: bold;
}

#menu a {
	background: url("../pics/topli.png") left center no-repeat;
	padding-left: 13px;
	margin-left: 5px;
	color: #000;
	text-decoration: none;
}

#menu a:hover {
	/*color: #dfd295;*/
	text-decoration: underline;
}

#header #slogan {
	background: url("../pics/slogan.png");
	width:114px;
	height:41px;
	position:absolute; right:40px; bottom:-25px;		
}


/* Subnavigation (Groesse, Produktgruppen, ...) 
----------------------------------------------------- */

.sizes, .submenu {
    font-size: 1.1em;
    border: 1px solid #b0b0b0;
    padding: 1px;
    margin-bottom: 5px;	
}

.sizes span, .submenu span {
    float: left;
    padding: 8px 10px 8px 20px;
    display: none;
}

.sizes ul, .submenu ul {
    list-style-type: none;
    display: inline;
}

.sizes li, .submenu li {
    display: block;
    float: left;
    padding: 6px;
}

.sizes li.act, .submenu li.act {
    background: #de1b00;
}

.sizes li.act a, .submenu li.act a {
    color: #ffd857;
}

.sizes a, .submenu a {
    /*
    background: url("../pics/topli.png") left center no-repeat;
    padding-left: 15px;
    */
    color: #de1b00;
    text-decoration: none;
    font-weight: bold;
}

.sizes a:hover, .submenu a:hover {
    text-decoration: underline;
}




/* Inhaltsbereich & Standardlayout
----------------------------------------------------- */

#contentWrapper {
    /*background: url( '../pics/bg.png' ) repeat-y;*/
	background: #fff;
	padding: 0 20px;
	z-index:500;
	position:relative;
}

#content {
    float: left;
    position: relative;
    width: 638px; /*678px;*/
    padding-bottom: 20px;
}

#content .page {
    position: relative;
    display: block;
    padding: 25px 30px;
}

#content h2 {
    background: #de1b00;
    color: #ffd857;
    padding: 8px;
    font-size: 1.1em;
    font-weight: bold;
    overflow: auto;
}

#content h2 .col, #content .product .col {
	float: right;
    text-align: center;
    width: 70px;
}

#content h2 .desc {
	font-weight: normal;
	font-size: .75em;	
}

#content .menuImage {
    overflow: hidden;
    text-align: left;
    border: 1px solid #b0b0b0;
    margin-bottom: 5px;
}

#content .products h3 {
    padding: 8px;
    background: #e1e1e1;
    font-size: 1.05em;
    font-weight: bold;
}

#content .products .inact-panel {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../pics/inactive.png');
	text-transform: uppercase;
	text-align: center;
	color: #b50000;
	font-size: 16px;
	cursor: help;
}

#content .products .inact-panel div {
	position: relative;
	top: 35%;
}

#content .products .inact {
	color: #666;
	font-weight: normal;
}

#content .product {
	position:relative;
    padding: 10px 10px;
}

#content .product .title {
    margin-bottom: 2px;
    font-weight: bold;
}

#content .product .desc {}

#content .product .price {
    font-weight: bold;
    padding-bottom: 1em; /* fuer Zeilenumbruch Beschreibung */
}

#content .product .oldPrice {
	color: gray;
	text-decoration: line-through;
	font-weight: normal;
}

#content .products .image img {
    border: 1px solid #ebebeb;
    margin-right: 10px;
    float: left;
    padding: 3px;
    background: #fff;
}

#content .product .code {
	font-size: .95em;
	font-weight: normal;
	color: #666;
}


#content .product.row1 {}

#content .product.row2 {
    background: #f2f2f2;
}

#content .additives {
    color: gray;
    padding: 3em 20px 0 20px;
    font-size: .9em;
}




/* Cell-Layout
----------------------------------------------------- */

#content .cell {
	position:relative;
    padding: 10px 20px;
    height: 180px;
}

#content .cell .title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: .3em;
}

#content .cell .title sup {
    font-size: .6em;
}

#content .cell .desc {}

#content .cell .prices {
	display: inline-block; /* IE6/7 requires natural inline container */
	margin-top: 1em;
}

#content .cell .prices .col {
	float: left;
	text-align: center;
    width: 70px;
    cursor: pointer;
}

#content .cell .prices .size {
	display: block;
	font-weight: bold;
	margin-bottom: .5em;
}

#content .cell .prices .size .sizedesc {
	display: block;
	font-weight: normal;
	font-size: .75em;
	line-height: 1em;
}

#content .cell .price {
    font-weight: bold;
}

#content .cell .oldPrice {
	color: gray;
	text-decoration: line-through;
	font-weight: normal;
}

#content .cell .code {
	font-size: .6em;
	font-weight: normal;
	color: #666;
}



/* Sidebar
----------------------------------------------------- */

#sidebar {
    float: right;
    width: 303px;
    padding-bottom: 10px;
}

/* Bewerten, Bewerben */

.cart h2 .stars {
	background: url('../pics/stars.png');
	width:73px;
	height:13px;
	float:right;
}

.cart .klarna_logo {
	background: url('../pics/klarna_logo.png');
	width:130px;
	height:35px;
	position:relative; top:-5px;
}

.cart .link_arrow {
	background: url('../pics/link_arrow.png');
	width:19px;
	height:52px;
	float:left;
	margin-left:8px;
	margin-top:15px;
}

.cart .text {
	float:left;
	width:250px;
	margin-left:8px;
	margin-top:17px;
}

.link_content {
	text-decoration:none;
	color:#000;		
}

.link_content:hover {
	text-decoration:none;
	color:#000;		
}

/* Cart
----------------------------------------------------- */

.cart_flag {
	background: url('../pics/cart_flag.png');
	position:absolute; right:-64px; top:111px;
	width:44px;
	height:241px;
	color:#fff;
	text-align:center;
	font-size:9px;	
	cursor:pointer;	
}

.cart_flag #cart_anz, .cart_flag #cart_anz2 {
	width:44px;
	position:absolute; bottom:60px;
	
}

.cart_flag #cart_preis, .cart_flag #cart_preis2 {
	width:44px;
	position:absolute; bottom:10px;
	
}

#warenkorb_side_2 {
	position:absolute; top:111px; right:-20px;
	border:1px solid #b0b0b0;
	background:#e1e1e1;
	z-index:100;
	width:321px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;			
}

#warenkorb_inner_border {
	width:319px;
	height:100%;
	border:1px solid #fff;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;		
}

#warenkorb_side_2 h2 {
    font-size: 15px;
    font-weight: bold;
    padding: 8px;
    background: #de1b00;
    color: #ffd857;
    margin-bottom: 5px;		
}

#sidebar .cart {
	border: 1px solid #b0b0b0;
	padding: 1px;
	padding-bottom: 5px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
}


#sidebar .cart.special {
	border: 1px solid #b0b0b0;
	padding: 1px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;	
	cursor:pointer;
	position:relative; top:-4px;
}

#sidebar .cart.special h2 {
	margin:0;
}

#sidebar .cart #ajaxloadCart {
	position: relative;
	top: -5px;	
	display: none; /*!!*/
}

#sidebar .cart h2 {
    font-size: 15px;
    font-weight: bold;
    padding: 8px;
    background: #de1b00;
    color: #ffd857;
    margin-bottom: 5px;
}

#sidebar #warenkorb_side_2 .row1 {
	background-color: #fafafa;
}

#sidebar #warenkorb_side_2 .row2 {}

#sidebar #warenkorb_side_2 .thead, #sidebar #warenkorb_side_2 .tfoot {
    background: #f2f2f2;
    padding: 3px 5px;
    font-weight: bold;
}

#sidebar #warenkorb_side_2 .thead + .thead {
    border-left: 1px solid #fff;
}

#sidebar #warenkorb_side_2 .tfoot {
    /* hintergrundfarbe der warenkorb_side_2-spalte verwenden */
    border-top: 1px solid #fff;
}
 
#sidebar #warenkorb_side_2 td {
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}

#sidebar #warenkorb_side_2 td small {
    font-size: .9em;
    line-height: 1.2em;
}

#sidebar #warenkorb_side_2 td.cell {
    border-bottom: 1px solid #e1e1e1;
    padding: 5px;
}

#sidebar #warenkorb_side_2 td.cell .edit {
	text-align: center;
	white-space: nowrap;
}

#sidebar #warenkorb_side_2 td.mindest {
    padding: 3px 5px;
}

#sidebar #warenkorb_side_2 .checkout {
	margin: 15px 0px 0 0;
	text-align:right;
}



/* Shopinfos in Sidebar
----------------------------------------------------- */

#sidebar .shopinfos {
    margin-top: 0em;
    padding: 0 5px;
    font-size: .9em;
    line-height: 1.4em;
}

#sidebar .shopinfos h4 {
    margin-top: 1.3em;
    font-size: 1em;
    font-weight: bold;
}

#sidebar .areainfo {
	display: none;
}

#sidebar .shopinfo {
	background:url(../pics/button_cart.png) no-repeat;
	padding-top:9px;
	text-align:center;	
	width:88px;
	height:36px;
	float:left;
	margin-right:7px;
	margin-bottom:7px;	
}

#sidebar .shopinfo a {
	width:100%;
	height:100%;
	color:#fff;	
	display:block;
	font-weight:bold;
	font-size:14px;
}

/* Shop-Info
----------------------------------------------------- */

table.storeinfo th {
    text-align: left;
    font-weight: bold;
    padding: 5px 10px 4px 0;
}

table.storeinfo td {
    text-align: left;
    padding: 5px 0 4px 0;
}



/* Highslide allgemein
----------------------------------------------------- */

.dialog {
	text-align: left;
}

.dialog .buttons {
    margin-top: 2em;
    overflow: auto;
}

.dialog h2 {
	font-size: 1.5em;
	margin-top: 1em;
	color: #de1b00;
}

.dialog h3 {
	font-size: 1.3em;
	margin-top: 1em;
	color: #de1b00;
}

.dialog input[type=text], .dialog input[type=password], .dialog textarea, .dialog select {
    border: 1px solid silver;
    background: #f8f8f8;
}

.dialog input[type=text]:focus, .dialog input[type=password]:focus, .dialog textarea:focus, .dialog select:focus {
    background: #fcfcfc;
}

.dialog .error {
	border: 1px solid #AA1D1B;
	color: #fff;
	padding: 7px;
	background: #de1b00;
}

.dialog .error a {
	color: #fff;
	font-weight: bold;
}

.dialog .hint {
	border: 1px solid #feca31;
	color: #000;
	padding: 7px;
	background: #ffd65e;
}

.dialog .success {
	border: 1px solid darkgreen;
	color: #fff;
	padding: 7px;
	background: green;
}




/* Produktdialog
----------------------------------------------------- */

#productbox .headerImage {
    text-align: center;
    overflow: hidden;
    height: 150px;
    border: 1px solid #b0b0b0;
    margin-bottom: 5px;
}

#productbox .overview {
    background: #de1b00;
    background-position: center;
    color: #fff;
    padding: 8px 15px;
}

#productbox .overview .title {
    border-bottom: 1px solid #AA1D1B;
    padding-bottom: 6px;
    margin-bottom: 10px;
    font-weight: bold;
}

#productbox .overview .row {
    margin: 3px 0;
}

#productbox .overview label {
    float: left;
    width: 70px;
    font-weight: bold;
    vertical-align: middle;
}

#productbox .overview .addons {
    float: left;
    width: 500px;
}

#productbox .overview .addons a {
    color: #fff;
}

#productbox .require {
    border: 1px solid #ffd000;
    background: url('../pics/require.png');
    margin-top: 8px;
    overflow: auto;
}

#productbox .require h1 {
	border: 0;
	margin-top: 0;
	background: #ffd000;
	overflow: auto;
}

#productbox .require h1 span {
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: normal;
	font-size: .9em;
}

#productbox .require .item + .item h1 {
	margin-top: 10px;
}

#productbox .item {
    margin-bottom: 8px;
}

#productbox h1 {
    font-size: 1.1em;
    font-weight: bold;
    padding: 7px 15px;
    margin-bottom: 5px;
    margin-top: 10px;
    border-top: 1px solid #e3dacc;  /*am besten so lassen*/
    color: #000;
    background: #f5f5f5;
}

#productbox h2 {
    height: 16px;
    padding: 8px 15px 0 15px;
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    color: #000;
}

#productbox span {
    display: block;
    padding: 0 15px 5px 15px;
}




/* Allgemein
----------------------------------------------------- */

#ajaxload {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
}

.help {
	cursor: help;
}

.gray {
    color: gray;
}

.silver {
    color: silver;
}

.alert {
	color:  #ff0000;
}

.asterisk {
	font-weight: normal;
	color:  #aa1d1b;
}

#content .buj
{
    width: 290px !important;
    height: 200px !important;
}

#content .buj .desc
{
    width: 130px !important;
}


/*	Weihnachten
***************************************************/

.body-menu-32_33 .submenu, .body-menu-32_34 .submenu
{
	margin:0px;
	background:#000;
	border:1px solid #000;
}

.body-menu-32_33 .submenu li, .body-menu-32_34 .submenu li
{
	background:#738738;
}

.body-menu-32_33 .submenu li a, .body-menu-32_34 .submenu li a
{
	color:#fff;
}

.body-menu-32_33 .submenu .act, .body-menu-32_34 .submenu .act
{
	background:#c71b00;
}

.body-menu-32_33 .submenu .act a, .body-menu-32_34 .submenu .act a
{
	color:#fff;
}

.body-menu-32_33 #content h2, .body-menu-32_34 #content h2
{
	background:url(../pics/h2-southafrica.png);
	color:#000;
	text-indent:-9999px;
	border:none;
	height:15px;
}

.body-menu-32_33 #content h3, .body-menu-32_34 #content h3
{
	background:url(../pics/h2-southafrica.png);
	color:#000;
}

.body-menu-32_33 #content
{
	background:#e4e7ec url(../pics/xmas_bg.jpg) bottom left no-repeat;
	min-height:1132px;
}

.body-menu-32_33 #content .h2bot, .body-menu-32_34 #content .h2bot
{
	position:absolute; bottom:0px;
	width:622px;
	height:15px;
	background:url(../pics/h2-southafrica_bot.png);
}

.body-menu-32_33 #content #wm_logo, .body-menu-32_34 #content #wm_logo
{
	background:url(../pics/wm_logo.png);
	width:344px;
	height:201px;
	margin:auto;
	position:absolute; bottom:-90px; left:145px;
}

.body-menu-32_33 #content .wm_specialtext
{
	background:url(../pics/wm_specialtext.png);
	width:266px;
	height:29px;
	position:relative; top:-62px; left:10px;
	margin-bottom: -30px;
	display:none;
}

.body-menu-32_33 .additives {
	display:none;	
}

/*	Silvester
***************************************************/

.body-menu-35 #content h2, .body-menu-35 #content h2
{
	background:url(../pics/h2-silvester.jpg);
	color:#000;
	text-indent:-9999px;
	border:none;
	height:15px;
}

.body-menu-35 #content h3, .body-menu-35 #content h3
{
	background:url(../pics/h2-southafrica.png);
	color:#000;
}

.body-menu-35 #content
{
	background:#e4e7ec url(../pics/silvester_bg.jpg) bottom left no-repeat;
	min-height:742px;
}

.body-menu-35 #content .h2bot, .body-menu-35 #content .h2bot
{
	position:absolute; bottom:0px;
	width:622px;
	height:15px;
	background:none;
}

.body-menu-35 #content #wm_logo, .body-menu-35 #content #wm_logo
{
	background:url(../pics/wm_logo.png);
	width:344px;
	height:201px;
	margin:auto;
	position:absolute; bottom:-120px; left:145px;
}

.body-menu-35 #content .wm_specialtext
{
	background:url(../pics/wm_specialtext.png);
	width:266px;
	height:29px;
	position:relative; top:-62px; left:10px;
	margin-bottom: -30px;
	display:none;
}

.body-menu-35 .additives {
	display:none;	
}


/*	Impressum Datenschutz
*************************************************/

#datenschutz
{
	border-bottom:1px solid #de1b00;
	padding-bottom:10px;
}

#datenschutz #safepic
{
	background:url(../pics/safe.jpg) -50px -50px no-repeat;	
	width:250px;
	height:295px;
	float:right;
	margin-top:-50px;
	margin-bottom:-20px;
}

.buttons #orderform-act, #orderform-inact {
	width:118px;	
}

.buttons #button_cancel {
	width:58px;	
}

#button_pickup {
	width:82px;		
}



/***** Bewerten *****/

#rate_content
{
	padding-bottom:20px;
	margin-bottom:-50px;
}

#rate_header p
{
	line-height:13px;
}

#formBewertung
{
	position:relative;
	color:#000;
	padding-bottom:20px;
}

#formBewertung h3 
{
	margin-bottom:10px;
}

#formBewertung #rate_form
{
	float:left;
}

#formBewertung #rate_form input
{
	padding:0 !important;
	margin:0;
	height:10px;
}

#formBewertung #rate_form .head
{
	width:60px;
	font-weight:bold;
	display:block;
}

#formBewertung #personal_rate_form
{
	position:relative;
	float:left;
	margin-right:50px;
	width:400px;
}

#formBewertung #personal_rate_form textarea {
	width:350px;
	height:100px;
}

#formBewertung h3
{
	color:#000;
	margin-bottom:15px;
	margin-top:15px;
}

#pic_holder
{
	background:url('../pics/girl.jpg') no-repeat;
	width:402px;
	height:302px;
	float:left;
	margin-top:40px;
	position:relative;
}

#formBewertung #pic_holder #btn_rate
{
	padding:5px;
	border:1px solid black;
	cursor:pointer;
	padding:5px;
	position:absolute; bottom:0px; right:0px;
	background:#DE1B00;	
	color:#FFD857;
}

