img, div {
  behavior: url(/shop/stt/css/iepngfix.htc);
}
body {
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x; 
	background-color: #78BEE5;
	height: 100%; width: 100%;
	margin: 0px; padding: 0px;

	position: absolute; top: 0px; left: 0px;
}
#background {
	height: 100%;
	margin: 0px; padding: 0px;
}
#outside {
	height: 100%;
	margin: 0px; padding: 0px;
}
#website_out {
	height: 100%;
	margin: 0px; padding: 0px;
}
/* Container Website */
#website {
	background-image: url(../img/clouds.jpg);
	background-repeat: no-repeat;
	width: 980px; height: 100%;
	margin: 0px; padding: 0px;
}


/********************************************* 
Container Header Navi Content
*********************************************/
#left_part {
	height: 100%;
	margin: 0px; padding: 0px;
	float: left;
}

/********************************************* 
Kopfleiste
*********************************************/
#top {
	background: none;
	width: 800px; height: 220px;
}
/* Logo */
#header_logo {
	width: 229px; height: 218px;
	float: left;
	margin-right: -3px;
}
#header_box {
	height: 220px;
}
#text_for_print {
	display: none;
}
	/******************************************* 
	Menue
	*******************************************/
	/* Camping */
	#header_camping {
		width: 128px; height:139px;
		float: left;	
	}
	/* Spielen */
	#header_playing {
		width: 128px; height:139px;
		float: left;	
	}
	/* Sport */
	#header_fashion {
		width: 128px; height:139px;
		float: left;	
	}
	/* Extra */
	#header_extra {
		width: 123px; height:139px;
		float: left;
	}
	
	/******************************************* 
	Suche
	*******************************************/
	#header_box_suche {
		margin-top: 100px; margin-right: 30px;
		float: right;
	}
	/* Textfeld */
	#header_input  {
		border: none;
		background: none;
		background-image: url(../img/header_input.gif);
		background-position: center;
		background-repeat: no-repeat;
		width: 100px; height: 15px;
		padding: 9px;
		padding-left: 25px; padding-right: 25px;
	}
	/* Submit */
	#header_submit {
		border: none;
		background: none;
		background-image: url(../img/header_submit.gif);
		background-position: center;
		background-repeat: no-repeat;
		margin-left: -25px;
		width: 30px; height: 30px;
		cursor: pointer;
	}

/********************************************* 
Content

Anpassen von Breite: 
1. #middle width
2. #content_top (#middle[width] - 50) px
*********************************************/
#middle {
	background: none;
	width: 640px; height: 100%;
	float: left;
	margin-left: -30px; margin-top: -70px;
}
/* Linke Ecke */
#content_left {
	background-image: url(../img/content_left.gif);
	background-repeat: no-repeat;
	width: 25px; height: 30px;
	float: left;
}
/* Kopf */
#content_top {
	background-color: #E3F2FA;
	width: 590px; height: 30px;
	float: left;
}
/* Rechte Ecke */
#content_right {
	background-image: url(../img/content_right.gif);
	background-repeat: no-repeat;
	width: 25px; height: 30px;
	float: right;
}
/* Inhalt */
#content_shop {
	background-color: #E3F2FA;
	height: auto;
	min-height: 100%;
	padding-left: 50px; padding-right: 50px; padding-bottom: 120px;
	margin-top: 25px;
}
#content_inner {
	background-color: #E3F2FA;
	height: 100%; /* min-height: auto; */
	clear: both;
	margin-left: -50px; padding-left: 50px;
	margin-right: -50px; padding-right: 50px;
}
/********************************************* 
Produkt Uebersicht
*********************************************/
#clear_both {
	clear: both;
}
.spalte1 {
	float: left;
	width: 150px;
	margin-right: 30px; margin-bottom: 30px;
}
.spalte2 {
	float: left;
	width: 330px;
	margin-right: 30px; margin-bottom: 30px;
}
.spalte3 {
	float: left;
	width: 510px;
	margin-right: 30px; margin-bottom: 30px;
}

/********************************************* 
Sonderangebot Button
*********************************************/
.product_box_small .sonderangebot_button {
	z-index: 10;
	position: absolute;
	margin-top: 112px;
}
.price_box .sonderangebot_button {
	z-index: 15;
	position: absolute;
	margin-top: -9px; margin-left: 67px;
}
.sonderangebot_button {
	background-image: url(../img/sonderangebot.gif);
	background-repeat: no-repeat;
	width: 57px; height: 43px;
	padding-left: 13px; padding-top: 18px;
	color: #DE001A;
	font-family: Comic Sans, Comic Sans MS, cursive, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
}
.sonderangebot_button .sonderangebot_button_price {
	font-size: 12px;
	padding-left: 4px;
}
/********************************************* 
Neuheiten Button
*********************************************/
.product_box_small .neuheit_button {
	z-index: 10;
	position: absolute;
	margin-top: 112px;
}
#product_right .neuheit_button {
	background-image: url(../img/neuheit_small.gif);
	background-repeat: no-repeat;
	float: left;
	width: 44px; height: 25px;
}
.neuheit_button {
	background-image: url(../img/neuheit.gif);
	background-repeat: no-repeat;
	width: 57px; height: 43px;
	padding-left: 13px; padding-top: 18px;
}

/********************************************* 
Versandkostenfreiheit
*********************************************/
.FreeShippingBox {
	background-color: #DE001A;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 225px; height: 17px;
	padding-top: 3px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

/********************************************* 
Produkt Uebersicht
*********************************************/
.angebot_plist {
	background-color: #ffffff; 
	border-width:2px; 
	border-style:dashed; 
	border-color:#CC3333;
	margin-left: 0px; margin-right: 15px; margin-top: 10px; margin-bottom: 30px;
	padding: 10px; padding-top: 5px; padding-bottom: 5px;
	width: 490px;
	color: #000;
}
.angebot_plist h1, .angebot_plist h2, .angebot_plist h3, .angebot_plist h4, .angebot_plist h5, .angebot_plist h6 {
	margin: 0px; margin-top: 2px; margin-bottom: 2px;
	color: #000;
}
.fussleiste_plist {
	margin-left: 0px; margin-right: 15px; margin-top: 10px; margin-bottom: 30px;
	padding: 10px; padding-top: 5px; padding-bottom: 5px;
	width: 490px;
	color: #666;
}

.category_box_small {
	float: left;
	margin: 0px;
	width: 150px; height: 170px;
}
.product_box_small {
	float: left;
	margin: 0px;
	width: 150px; height: 220px;
}
.product_box_small a, .category_box_small a {
	text-decoration: none;
	color: #000000;
}
.product_box_small img, .category_box_small img {
	width: 150px; height: 150px;
}
.product_box_small .price_box_small {
	background-color: #0055A0;
	display: block;
	margin-top: -3px;
	padding: 2px;
	width: 146px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;
}
#turnpages {
	clear: left;
	text-align: center;
}
/********************************************* 
Produkt Detailansicht
*********************************************/
#video_layer_in {
  position: absolute;
  text-align: right;
  z-index: 2;
}
#video_layer_out {
  text-align: right;
  position: absolute;
  width: 300px;
}
.product_box_big {
	width: 530px;
}
#product_left {
	width: 300px;
	float: left;
}
#product_right {
	margin-left: 310px;
	width: 220px;
}
#detail_headline {
	float: left; 
	width: 445px;
}
#brand_logo img {
	float: right;
}
#varianten {
	width: 230px;
}
.price_box_big {
	background-color: #0055A0;
	display: block;
  padding: 2px; margin-bottom: -10px; margin-right: 0px;
	width: 120px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.price_box {
	margin-left: 90px;
	width: 120px;
}
.putinbasket {
  float: left;
  width: 80px; height: 55px; 
}
#product_picture_main {
	width: 300px; height: 100%;
	margin-right: 10px; margin-bottom: 10px;
}
.product_pictures_small {
	width: 45px; width: 45px;
	margin-right: 4px; margin-bottom: 5px;
	cursor: pointer;
}
.align_right {
	text-align: right;
}
/********************************************* 
Produkt Detailansicht (Tab)
*********************************************/
#tab_head ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
	vertical-align: bottom;
}
#tab_head ul li {
	float: left;
	background-color: #FFF;
	margin-right: 1px;
	padding: 5px;
	cursor: pointer;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-radius-topleft: 7px;
	-webkit-border-radius-topright: 7px;
}
#tab_head ul li a {
  text-decoration: none;
  color: #000;
}
#tab_head #active {
	background-color: #CCC;
}
#tab_content {
	clear: both;
	border-top: #CCC solid 3px;
	padding: 5px;
	width: 530px;

}
#tab_content .left {
	width: 300px;
	float: left;
}
#tab_content .right {
	margin-left: 310px;
	width: 220px;
}
#tab_content #downloads li {
  margin-bottom: 5px;
}

/********************************************* 
Navigation
*********************************************/
#left {
	background: none;
	width: 220px; height: auto;
	float: left;
	margin-top: -50px;
	position: relative;
	z-index: 50;
}
#navigation {
	margin-top: 10px;
	margin-left: 20px;
}
/* Kopf */
#navigation_top {
	width: 209px; height: 22px;
	padding-top: 10px;
}
/* Mittelteil */ 
#navigation_middle {
	background-repeat: repeat-y;
	width: 209px; 
	min-height: 250px;

	padding-top: 5px;
	padding-bottom: 20px;
} 
/* Box */
#navigation_box {
	background: none;
	margin-left: 6px; width: 190px;
	margin-bottom: none;
	list-style: none;
	padding: 0px;
}
/* Box Links */
#navigation_box a {
	display: block;
	width: 172px;
	
	padding-left: 20px;	
	padding-top: 4px;
}
/* Unterkategorie */
#navigation_box ul {
	list-style: none;
	margin-left: 0px;
	padding: 0px;
}
#navigation_box ul .kat_2 a {
	display: block;
	width: 162px;
	
	padding-left: 30px;	
	padding-top: 4px;
}
/* Fuss */
#navigation_bottom {
	width: 209px; height: 24px;
} 

/********************************************* 
Warenkorb Aktionen
*********************************************/
#right {	
	background: none;
	width: 180px; height: auto;
	float: left;
	
	margin-top: 10px; margin-left: -30px;
	position: relative;
	z-index: 50;
}

#bestellbtn {
  background: #eee;
  padding: 2px;
  width: 168px;
  text-align: center;
}

	/*******************************************
	Warenkorb 
	*******************************************/
	/* Kopf*/
	#basket_top {
		background-image: url(../img/basket_top.gif);
		background-repeat: no-repeat;
		width: 178px; height: 92px;
	}
	/*Auflistung Artikel */
	#basket_middle {
		background-image: url(../img/basket_middle.gif);
		background-repeat: repeat-y;
		width: 178px; min-height: 70px;
		
		padding: 2px;
	}
	/* Gesamtpreis */
	#basket_price {
		background-image: url(../img/basket_price.gif);
		background-repeat: no-repeat;
		width: 163px; height: 19px;
	
		padding-top: 4px;
		padding-right: 15px;
	}
	/* Fuss mit MwSt... */
	#basket_foot {
		background-image: url(../img/basket_middle.gif);
		background-repeat: repeat-y;
		width: 178px;
		padding: 2px;
	}	
	#basket_bottom {
		background-image: url(../img/basket_bottom.gif);
		background-repeat: no-repeat;
		width: 178px; height: 51px;
	
		padding: 2px;
	}
	
	/*******************************************
	Sonderaktionen 
	*******************************************/
	#specials {
		background: none;
		width: 178px; height: 288px;
	}

	
/*********************************************
 Footer 
*********************************************/
/* Durchgehender Footer */
#footer_bg {
	position: fixed;
	margin-left: 1074px;
	bottom: 0px;
	z-index: 0;

	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%; height: 77px;
}
/* Ananas */
#footer_left {
	position: fixed;
	left: -25px; bottom: 0px;
	z-index: 100;

	background-position: bottom;
	background-repeat: no-repeat;
	width: 100px; height: 180px;
	float: left;
}
/* Niedriger Mittelteil */
#footer_middle {
	position: fixed;
	margin-left: 75px;
	bottom: 0px;
	z-index: 100;

	background-position: bottom;
	background-repeat: no-repeat;
	width: 811px; height: 18px;
	float: left;

	padding-top: 80px;
}
#footer_middle span {
	margin-left: -240px;
	z-index: 110;
}
#footer_showprice {
	position: fixed;
	margin-left: 190px;
	bottom: 54px;
	z-index: 101;

	width: 640px; height: 43px;
	float: left;
	cursor: default;
}

/* Links im Footer */
#footer_middle a{
	margin-left: 10px; margin-right: 10px; 
}
/* Stuhl */
#footer_middle2 {
	position: fixed;
	margin-left: 886px;
	bottom: 0px;
	z-index: 100;

	background-position: bottom;
	background-repeat: no-repeat;
	width: 74px; height: 137px;
	float: left;
}
/* Palme */
#footer_right {
	position: fixed;
	margin-left: 959px; 
	bottom: 0px;
	z-index: 100;

	background-position: bottom left;
	background-repeat: no-repeat;
	width: 115px; height: 289px;
}
/* Stueck rechts neben Palme */
#footer_right2 {
	position: fixed;
	margin-left: 1074px; 
	bottom: 0px;
	z-index: 100;

	background-position: bottom left;
	background-repeat: no-repeat;
	width: 75px; height: 98px;
}

