html, body {
	margin: 0;
	padding: 0;
	background-color: #b6ada3;
}
body {
	background-color: #b7ada4;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}
p {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	line-height: 18px;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol {
	margin: 0;
}
object, embed {
	margin: 0;
	padding: 0;
	cursor: pointer;
}
form, input, label, select, textarea {
	margin: 0;
	padding: 0;
}
img, a img {
	border: 0;
}
a, a:link, a:visited, a:active, a:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
}
h1 {
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 25px;
	line-height: 29px;
	color: #c1002b;
}
h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
	color: #786859;
}
h3 {
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	color: #f9f6f1;
}
h4 {
	margin: 10px 0 8px 0;
	font-size: 16px;
	line-height: 17px;
	color: #786859;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
}
form {
	margin: 0;
	padding: 0;
}

/* Schriftarten */
.white {
	color: #ffffff;
}
.small, #breadcrumb a {
	color: #6d6d6d;
	font-size: 11px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
.fixfloat, .fixf1 {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
.fsize-18 {
	font-size: 18px;
}
.fsize-16 {
	font-size: 16px;
}
.fsize-11 {
	font-size: 11px;
}
.fsize-14 {
	font-size: 14px;
}
.margl-25 {
	margin-left: 45px;
}
.padlr-15 {
	padding: 0 15px;
}
.padlr-6 {
	padding: 0 6px;
}
.padl-8 {
	padding-left: 8px;
}
.padb-5 {
	padding-bottom: 5px;
}
.padb-10 {
	padding-bottom: 10px;
}
.padt-10 {
	padding-top: 10px;
}
.padt-5 {
	padding-top: 5px;
}
.lh-22 {
	line-height: 22px;
}
.mr-246 {
	margin-right: 246px;
}
.mr-5 {
	margin-right: 5px;
}
.mt-10 {
	margin-top:10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.ml-5 {
	margin-left: 5px;
}
.ml-10 {
	margin-left: 10px;
}
.mr-20	{
	margin-right: 20px;
}
.width-150 {
	width: 150px;
}
.width-250 {
	width: 250px;
}
.width-340 {
	width: 341px;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center;
}
.va-m {
	vertical-align: middle;
}
/* min-height */
.minh-10 {
	height: 10px;
	overflow: visible;
}
html>body .minh-10 {
	height: auto;
	min-height: 10px;
}
/*seitenaufbau*/
body {
	background-image: url(../grafiken/hnwbg.png);
	background-repeat: repeat-x;
}
#main-container {
	position:relative;
	width: 996px;
	height: auto;
	margin: 0 auto;
}
#head-container {
	width: 100%;
	height: 150px;
}
#logo {
	position: absolute;
	top:20px;
	left: 625px;
	z-index: 100;
	width: 330px;
	height: 50px;
}
#top-menu {
	height: 27px;
	width: 796px;
	padding-top: 12px;
	padding-left: 210px;
	background-image: url(../grafiken/bg-menutop.png);
	background-repeat: no-repeat;
}
#top-menu a, #top-menu a:active, #top-menu a:visited, #top-menu a:link {
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}
#top-menu a:hover {
	text-decoration:underline;
}
#top-menu ul, #bottom-menu ul {
	padding:0;
	margin:0;
}
#top-menu li, #bottom-menu li {
	float:left;
	margin-right: 5px;
	padding-right:5px;
	border-right: 1px solid #FFF;
	list-style:none;
}
#shadow {
	position: absolute;
	top: 189px;
	height: 10px;
	z-index: 500;
	width: 100%;
	background-image: url(../grafiken/hnwshadow.png);
	background-repeat: repeat-x;
}
#content-container {
	position: relative;
	z-index: 200;
	width: 996px;
	height: auto;
	background-image: url(../grafiken/bg-content.png);
	background-repeat: repeat-y;
}
#left-container {
	position: relative;
	margin-left: 10px;
	width: 170px;
	height: auto;
	float: left;
}
#navi, #search {
	position: relative;
	margin: 20px 0 0 10px;
	padding-bottom: 15px;
	width: 150px;
	height: auto;
	border-bottom: 1px solid #ffffff;
	font-size: 12px;
	line-height: 22px;
}
#navi a {
	color: #786859;
}
.input-text {
	width:150px;
	border: 1px solid #7f9db9;
}
.subkategory a {
	padding-left: 8px;
	color: #000 !important;
}
#navi ul {
	padding:0;
	margin:0;
}
#navi li {
	list-style:none;
	line-height:20px;
}
#navi ul li ul {
	padding:0;
	margin:0;
}
#navi ul li ul li {
	margin-left:20px;
	color:#000;
}
#navi ul li ul li a, #navi ul li ul li a:active {
	color: #000;
}
.subkategory a:hover, .subkategory a:active, #navi a:hover, #navi a:active {
	text-decoration: underline;
}
#search {
	border: none;
}
#breadcrumb ul {
	padding:0;
	margin:0;
}
#breadcrumb ul li {
	float:left;
	margin-right:5px;
}
#middle-container {
	position: relative;
	width: 634px;
	height: auto;
	float: left;
}
#breadcrumb {
	width: auto;
	margin: 20px 0 10px 30px;
	height: 20px;
}
#breadcrumb a {
}
#main-content {
	position: relative;
	width: 600px;
	height: auto;
	min-height: 470px;
	margin-left: 30px;
}
#main-content p {
	width: 85%;
}
/*Shop-Ansicht Produkte*/
.product-box {
	position: relative;
	width: 200px;
	height: 245px;
	margin-bottom: 15px;
	background-image: url(../grafiken/bg-productbox.png);
	background-repeat: no-repeat;
	float: left;
}
.product-box h3 {
	padding-left: 7px;
	padding-top: 4px;
	height: 40px;
	width: 170px;
}

.product-box-img {
	height:129px;
	width:170px;
	margin-left:5px;
}
.img-klein {
	width: 170px;
	height: 130px;
	margin-left: 4px;
	margin-bottom: 1px;
}
.label-sort {
	font-size: 12px;
	padding-right: 10px;
}
/*Detail-Seite*/
#product-img {
	width: 390px;
	height: 305px;
	margin-right: 25px;
	margin-bottom: 20px;
	padding-left: 2px;
	padding-top: 26px;
	float: left;
	background-image: url(../grafiken/bg-bild-gross.png);
	background-repeat: no-repeat;
	text-align:center;
}
.icon-fs {
	position: absolute;
	top: 37px;
	left: 363px;
}
#crosssell-box {
	width:139px;
	height:305px;
	padding-top: 26px;
	padding-left: 20px;
	background-image: url(../grafiken/bg-empfehlung.png);
	background-repeat: no-repeat;
	float: left;
}
#crosssell-box a {
	/*border-bottom: 1px solid #ffffff;*/
}
#price, #bestellen {
	float: left;
	position: relative;
	width: 45%;
	margin: 15px 0;
}
#bestellen form {
	display: block;
	padding:0;
	margin:0;
}
.poduktprice {
	font-size: 18px;
	line-height: 22px;
	color: #786859;
}
#price p {
	font-size: 13px;
	line-height: 21px;
}
#bestellen a, #bestellen a:link, #bestellen a:hover, #bestellen a:active, #bestellen a:visited {
	font-size: 14px;
	line-height: 22px;
	color: #786859;
}
#bestellen a:hover {
	color: #000000;
}
/*rechte seite*/
#right-container {
	position: relative;
	width: 172px;
	height: auto;
	float: left;
}
#warenkorb {
	position: absolute;
	top: -1px;
	width: 162px;
	height: 113px;
	padding-top: 17px;
	padding-left: 10px;
	background-color: #786859;
}
#warenkorb a, #warenkorb a:link, #warenkorb a:visited, #warenkorb a:active {
	color: #ffffff;
}
#angebot {
	width: 162px;
	height: auto;
	padding-left: 10px;
	padding-top: 20px;
	position: relative;
	margin-top: 0px;
}
#angebot-img {
	background-image: url(../grafiken/bg-angebot.png);
	background-repeat: no-repeat;
	width: 157px;
	height: 122px;
	padding-left: 4px;
	padding-top: 6px;
	margin-left: -4px;
	margin-bottom: 8px;
}
#border-bottom {
	width: 996px;
	height: 18px;
	background-image: url(../grafiken/border-bottom.png);
	background-repeat: no-repeat;
}
#bottom-menu {
	position: relative;
	height: auto;
	width: 796px;
	padding-top: 4px;
	padding-bottom: 15px;
	padding-left: 210px;
	margin-bottom: 20px;
}
#bottom-menu a, #bottom-menu a:link, #bottom-menu a:active, #bottom-menu a:hover, #bottom-menu a:visited {
	color: #ffffff;
}
/*Warenkorb*/
#bestellvorgang {
	margin-bottom: 20px;
	text-align: center;
	width: 70%;
}
.basket-tabelle {
	display:table;
	border-collapse:collapse;
	width:95%;
}

.basket-coupon {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #786859;
	width: 95%;
}

.tr {
	display:table-row;
}
.tc-10 {
	display:table-cell;
	width: 10%;
	text-align: right;
	padding-right: 2px;
	vertical-align: middle;
}
.tc-20 {
	display:table-cell;
	width: 20%;
	text-align: right;
	padding-right: 2px;
	vertical-align: middle;
}
.tc-50 {
	display:table-cell;
	width: 50%;
	vertical-align: middle;
	padding-left: 5px;
}
.tc-80 {
	display:table-cell;
	width: 80%;
	vertical-align: middle;
}
.border-bottom-brown {
	border-bottom: 2px solid #786859;
}
.first-row {
	font-weight:bold;
	background-color: #786859;
	color: #fff;
	height: 24px;
	vertical-align: middle;
}
.coupon-row {
	font-weight:bold;
	color: #000;
	height: 24px;
	vertical-align: middle;
}
.anzahl-feld {
	width:30px;
	text-align:right;
}
.border-bottom {
	border-bottom: 1px solid #786859;
}
.bold-row {
	font-weight:bold;
	text-align:right;
}
.label-payment {
	padding: 5px 7px;
	font-size: 13px;
	margin-bottom: 10px;
}
/* NEU */
.basket-overview {
	width: 152px;
	min-height: 100px;
	padding: 15px 10px 10px 10px;
	background-color: #786859;
}
.basket-overview h2 {
	color: #fff;
}

.basket-overview td {
	color:#FFF;
}

.basket-overview p {
	margin-top:10px;
	color:#FFF;
	display:block;
}

.basket-overview p a {
	color: #FFF;
	display:block;
}

.fs {
	padding-right:20px;
}

.into-basket-image {
	background-image:url(/templates/grafiken/wkorb.png);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}

.ToBasketButton {
	border:0;
	background-color:transparent;
	color:#786859;
	font-size:14px;
	text-align:left;
	padding:0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	cursor:pointer;
	overflow: visible;
	margin-left: -3px;
}
.ToBasketButtonList {
	border:0;
	background:transparent;
	cursor:pointer;
	padding:0px;
	margin:0px;
}

.basket-list-overview {
	padding-left:10px;
	margin-top:5px;
	line-height:18px;
}

.basket-list-overview form, .basket-navi-address-form form, .basket-navi-address-form button {
	padding-left:8px;
	display:inline;
}

.product-of-month-overview {
	line-height:18px;
	font-size:11px;
}
.product-of-month-overview form {
	padding-left:8px;
	display:inline;
}

.direct-order {
	width:600px;
	margin-top:20px;
}

.direct-order-info-msg {
	padding:10px;
	background-color: #FFFFFF;
	color: #FF0000;
	text-align:left;
}

/* Produkte Startseite */

#produkte-start {
	height:100px;
	margin-top:20px;
	width:580px;
}
.angebot-start {
	float:left;
	height:95px;
	padding-top:5px;
	width:190px;
}
.angebot-start-img {
	float:left;
	height:70px;
	padding-right:10px;
	width:65px;
}
.angebot-start-text{
	height: 95px;
	width: 100px;
	padding-right: 15px;
	float: left;}

/* Input Felder */
.input-submit {
	
}

/* Shop Buttons */
.hnw_basket_button {
	border: 1px solid #786859;
	background-color: #b6ada3;
	padding: 3px 6px;
	text-align:center;
}




