@charset "utf-8";
/* CSS Document */

/* Navigation */
/*@import url(/styles/navigation.css);  [now included]*/
/* Buttons */
@import url(/styles/button.css);
/* mediaboxAdv */
/*@import url(/styles/mediaboxAdvWhite.css);*/
@import url(/styles/mediaboxAdvMini.css);
/* Shop */
/*@import url(/styles/shop.css);*/

/******************************/
/* Base Tags                  */
/******************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
hr {
	border: 0;
	border-top: 1px dotted #FF0000;
	height: 1px;
	color: #FF0000;
	margin: 0;
	padding: 0;
}
a, img {
	outline: none;
}
img {
	border: none;
}
p, th, td {
	font-size: 12px;
	line-height: 16px;
}
h3 {
	font-size: 13px;
	margin: 0 0 -1em 0;
	padding: 0;
}
.small_link {
	font-size: 0.85em;
	color: #C2874E;
	text-decoration: none;
	border-bottom: 1px dotted #C2874E;
}
.small_link:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
}

/******************************/
/* Page Layout                */
/******************************/

#inner_body {
	margin: 0;
	padding: 0;
}
#page {
	display: block;
	width: 990px;
	font-size: 0.8em;;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0%;
	margin-left: 0;
}
.center #page {
	left: 50%;
	margin-left: -495px;
}


/******************************/
/* Header                     */
/******************************/

#head {
	width: 990px;
	height: 220px;
	margin: 0;
	padding: 0;
	border-top: 12px solid #e20016;
	background-image: url(/pix/bgs/head_home.jpg);
	background-position: 0 -10px;
}

/* header backgrounds */
.hl1 #head {
	background-image: url(/pix/bgs/head_home.jpg);
	background-position: 0 -15px;
}
.lang_de #head {
	background-image: url(/pix/bgs/head_home_de.jpg);
}
.lang_en #head {
	background-image: url(/pix/bgs/head_home_en.jpg);
}
.lang_fr #head {
	background-image: url(/pix/bgs/head_home_fr.jpg);
}
.hl2 #head {
	background-image: url(/pix/bgs/head_ueber_uns.jpg);
}
.hl3 #head {
	background-image: url(/pix/bgs/head_informationen.jpg);
}
.hl4 #head {
	background-image: url(/pix/bgs/head_produkte.jpg);
}
.hl5 #head {
	background-image: url(/pix/bgs/head_kochen.jpg);
}
.hl6 #head {
	background-image: url(/pix/bgs/head_shop.jpg);
}

/* logo / claim */
#logo {
	display: block;
	width: 99px;
	height: 110px;
	background-image: url(/pix/sah_logo.gif);
	margin: 40px 0 0 45px;
	padding: 0;
}
.problem #logo {
	float: left;
}
.problem legend {
	font-weight: bold;
	padding: 0 0.5em;
}
#logo span {
	display: none;
	margin: 0;
	padding: 0;
}
#aus_dem_garten {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	top: 115px;
	left: 245px;
}
#pagetitel {
	margin: 0;
	padding: 0;
}
#pagetitel span {
	display: none;
	margin: 0;
	padding: 0;
}

/* small header */
#head.small_head {
	height: 120px;
	background-position: 0 -55px;
}
.small_head #logo {
	margin: 10px 0 0 25px;
	background-image: url(/pix/sah_logo_klein.gif);
	width: 64px;
	height: 70px;
}
.small_head #head_bar {
	top: 108px;
}


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

#syswarn {
	position: absolute;
	top: 30px;
	right: 20px;
	background-color: #E20016;
	border: 3px solid #ffffff;
	padding: 4px;
	color: #FFFFFF;
}
#syswarn a {
	color: #FFFFFF;
}
#syswarn a:hover {
	color: #c2874e;
}

#content {
	float: left;
	width: 987px;
	border-top: 1px solid #ffffff;
	border-right: 3px solid #c2874e;
	border-bottom: 3px solid #c2874e;
	border-left: none;
	background-image: url(/pix/bgs/content.png);
	background-repeat: repeat-y;
}
* html #content {
	height: 375px;
}

/* inner content */
#inner_content {
	display: block;
	float: right;
	width: 600px;
	margin: 0;
	padding: 35px 145px 0 45px;
	/*overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;*/
	z-index: 40;
}
#inner_content.wide_page {
	width: 730px;
	padding: 35px 15px 0 45px;
}
#inner_content.content_pics {
	float: right;
	width: 730px;
	margin: 0;
	padding: 35px 15px 0 45px;
}
.nav3s #inner_content,
.nav3 #inner_content {
	width: 750px;
	padding: 35px 15px 0 24px;
}
.nav3s .sub_content {
	margin-left: 130px;
}
* html .nav3s .sub_content {
	margin-left: 65px;
}
#inner_content h2 {
	display: block;
	font-size: 15px;
	margin: 0;
	padding: 3px;
}
#inner_content h2 em {
	font-size: 14px;
	font-style: normal;
}
#inner_content h3,
#inner_content p,
#inner_content table {
	margin-left: 3px;
}

.sub_content {
	float: left;
	display: block;
	width: 600px;
	margin: -1.25em 0 0 0;
	padding: 0;
}
.shop .sub_content {
	width: 580px;
}

.top_right {
	position: absolute;
	/*top: 272px;
	background-color: #FFFFFF;
	right: 43px;*/
	top: 118px;
	right: 20px;
	padding: 3px;
}


/* content block */
#inner_content #content_block {
	display: block;
	float: left;
	width: 499px;
	margin: 0;
	padding: 0 15px 0 0;
}

/* pictures block */
#special_output {
	display: block;
	position: absolute;
	left: 220px;
	top: 250px;
	z-index: 60;
}
*+html #special_output,
* html #special_output {
	width: 125px;
	height: 250px;
	top: 242px;
}
#special_output div,
#special_output ul,
#special_output li {
	display: block;
	z-index: 60;
	margin: 0.4em 0 0 0;
	padding: 0 0 0.4em 0;
}
* html #special_output div,
* html #special_output ul,
* html #special_output li {
	background-color: #330066;
	border: 2px solid #330066;
	margin: 0.1em 0 0 0;
	padding: 0 0 0.1em 0;
}
#inner_content #content_pics {
	display: block;
	float: left;
	width: 200px;
	margin: -20px 0 0;
	padding: 0;
	z-index: 45;
}
#inner_content #content_pics img {
	margin: 20px 0 0;
	padding: 0;
	z-index: 45;
}
#inner_content #content_pics.half_margin {
	margin: -10px 0 0;
}
#inner_content #content_pics.half_margin img {
	margin: 10px 0 0;
}
#inner_content #content_pics.no_margin {
	margin: 0;
}
#inner_content #content_pics.no_margin img {
	margin: 0;
}
#inner_content.content_pics img,
#inner_content .content_pics img {
	border: 2px solid #FFFFFF;
}
#inner_content.content_pics a:hover img,
#inner_content .content_pics a:hover img {
	border: 2px solid #C2874E;
}
#inner_content p.small_info {
	text-align: right;
	font-size: 9px;
	color: #C2874E;
	margin: -18px 20px 0 0;
	padding: 0;
}
*+html #inner_content p.small_info {
	margin: -40px 20px 0 0;
}
* html #inner_content p.small_info {
	margin: -60px 20px 0 0;
}
#inner_content #content_pics p.small_info {
	margin: -20px 0 0 0;
}
ul.content_pics {
	margin: 0;
	padding: 0;
}
ul.content_pics li {
	float: left;
	margin: 0;
	padding: 0 8px 0 0;
	list-style-type: none;
}

/* navigation block */
#side {
	display: block;
	float: left;
	width: 196px;
	min-height: 350px;
	background-color: #e20016;
	margin-top: 1px;
}
#side hr {
	display: none;
	margin: 0;
	padding: 0;
}


/******************************/
/* Footer                     */
/******************************/

#foot {
	float: left;
	display: block;
	height: 40px;
	width: 990px;
	background-image: url(/pix/bgs/foot_home.jpg);
	z-index: 50;
}
#foot .adress {
	position: absolute;
	left: -3300px;
}

/* footer backgrounds */
.hl1 #foot {
	background-image: url(/pix/bgs/foot_home.jpg)
}
.hl2 #foot {
	background-image: url(/pix/bgs/foot_ueber_uns.jpg)
}
.hl3 #foot {
	background-image: url(/pix/bgs/foot_informationen.jpg)
}
.hl4 #foot {
	background-image: url(/pix/bgs/foot_produkte.jpg)
}
.hl5 #foot {
	background-image: url(/pix/bgs/foot_kochen.jpg)
}
.hl6 #foot {
	background-image: url(/pix/bgs/foot_shop.jpg)
}


/******************************/
/* Diverses                   */
/******************************/

.cleaner {
	clear: both;
	height: 1px;
	visibility: hidden;
}
.cleaner_b {
	clear: both;
	height: 0.75em;
	visibility: hidden;
}
.error {
	color: #e20016;
}

.hellblau,
.hellblau a {
	color: #6699CC;
}
.blau,
.blau a {
	color: #006699;
}
.rot,
.rot a {
	color: #cc3333;
}
.gruen,
.gruen a {
	color: #59853C;
}
.gold,
.gold a {
	color: #C2874E;
}
.olive,
.olive a {
	color: #9ACD32;
}
.honig,
.honig a {
	color: #FBC05A;
}


/******************************/
/* Startseite                 */
/******************************/

.start #inner_content {
	width: 730px;
	padding: 35px 15px 0 24px;
}
.start p {
	margin-right: 130px;
}


/******************************/
/* Horizontale Boxen          */
/******************************/

/* 2er box */
.duo_box {
	margin: 2.5em 0 0 0;
	padding: 0;
}
.duo_box li {
	float: left;
	display: block;
	height: 200px;
	width: 350px;
	margin: 0;
	padding: 0;
}
.duobox {
	margin: 1.5em 0 0 0;
	padding: 0;
}
.duobox li {
	float: left;
	display: block;
	height: 85px;
	width: 280px;
	margin: 0;
	padding: 0;
}
.duebox {
	margin: 0;
	padding: 0;
}
.duebox li {
	float: left;
	display: block;
	height: 85px;
	width: 210px;
	margin: 0;
	padding: 0;
}

/* special_box */
.special_box {
	margin: 1.5em 0 0 0;
	padding: 0;
}
.special_box li {
	float: left;
	display: block;
	height: 85px;
	width: 280px;
	margin: 0;
	padding: 0;
}
.special_box .first {
	width: 385px;
}
.special_box .second {
	width: 310px;
}

.special_box2 {
	margin: 1.5em 0 0 0;
	padding: 0;
}
.special_box2 li {
	float: left;
	display: block;
	height: 85px;
	margin: 0;
	padding: 0;
}
.special_box2 .first {
	width: 385px;
}
.special_box2 .second {
	width: 310px;
}

.special_box3 {
	margin: 1.5em 0 0 0;
	padding: 0;
}
.special_box3 li {
	float: left;
	display: block;
	height: 85px;
	margin: 0;
	padding: 0;
}
.special_box3 .first {
	width: 345px;
}
.special_box3 .second {
	width: 345px;
}

/* 3er box */
.trio_box {
	margin: 0;
	padding: 0;
}
.trio_box li {
	float: left;
	display: block;
	height: 220px;
	width: 230px;
	margin: 0;
	padding: 0;
}

/* 4er box */
.quattro_box {
	margin: 0;
	padding: 0;
}
.quattro_box li {
	float: left;
	display: block;
	height: 220px;
	width: 175px;
	margin: 0;
	padding: 0 0 1.5em 0;
}


/******************************/
/* Boxen Inhalt               */
/******************************/

/* produkte-kategorien box */
#produkte_kategorien {

}
#produkte_kategorien h3 {
	font-size: 11px;
	font-weight: normal;
	margin: 16px 8px 16px 0;
	padding: 0 0 0 0;
	text-align: center;
}
.hover_class h3 {
	margin: 6px 8px 16px 0;
}
.hover_class span {
	padding: 0 8px 12px 0;
}
.norm_class h3 {
	margin: 16px 8px 16px 0;
}
.norm_class span {
	padding: 0 8px 0 0;
}
#produkte_kategorien h3 span {
	display: block;
	margin: 0 0 0 0.5em;
	text-align: center;
	padding-right: 8px;
}
#produkte_kategorien a {
	text-decoration: none;
	padding: 0 0 0 0;
}
#produkte_kategorien a:hover {
	color: #C2874E;
}
#produkte_kategorien a:hover span {
	text-decoration: none;
}
/* produkte-liste box */
#produkte_list {
	margin: 0;
	padding: 0;
}
#produkte_list ul {
	margin: 0;
	padding: 0 0 1em 0;
}
#produkte_list li {
	list-style-type: none;
	border: 2px solid #C2874E;
	margin: 0 0 0.5em 0;
	padding: 0;
}
#produkte_list li h3 {
	background-color: #C2874E;
	color: #FFFFFF;
	margin: 0;
	padding: 3px 3px 5px 5px;
}
#produkte_list li h4 {
	margin: 0 0 -1em 0;
	padding: 3px;
}
#produkte_list li .mm a:hover {
	color: #C2874E;
	text-decoration: underline;
}
#produkte_list li .mm a.button:hover {
	text-decoration: none;
}
#produkte_list .col1 {
	width: 15%;
}
#produkte_list .col2 {
	width: 65%;
}
#produkte_list .col3 {
	width: 20%;
}
.alt_list #produkte_list .col1 {
	width: 20%;
}
.alt_list #produkte_list .col2 {
	width: 60%;
}
.alt_list #produkte_list .col3 {
	width: 20%;
}
#produkte_list .cat_1 li {
	border: 2px solid #59853C;
}
#produkte_list .cat_1 li h3 {
	background-color: #59853C;
}
#produkte_list .cat_1 li a {
	color: #59853C;
	text-decoration: none;
}
#produkte_list .cat_2 li {
	border: 2px solid #cc3333;
}
#produkte_list .cat_2 li h3 {
	background-color: #cc3333;
}
#produkte_list .cat_2 li a {
	color: #cc3333;
	text-decoration: none;
}
#produkte_list .cat_3 li {
	border: 2px solid #006699;
}
#produkte_list .cat_3 li h3 {
	background-color: #006699;
}
#produkte_list .cat_3 li a {
	color: #006699;
	text-decoration: none;
}
#produkte_list .cat_4 li {
	border: 2px solid #6699CC;
}
#produkte_list .cat_4 li h3 {
	background-color: #6699CC;
}
#produkte_list .cat_4 li a {
	color: #6699CC;
	text-decoration: none;
}
#produkte_list .cat_5 li {
	border: 2px solid #6699CC;
}
#produkte_list .cat_5 li h3 {
	background-color: #6699CC;
}
#produkte_list .cat_5 li a {
	color: #6699CC;
	text-decoration: none;
}
#produkte_list .cat_6 li {
	border: 2px solid #C2874E;
}
#produkte_list .cat_6 li h3 {
	background-color: #C2874E;
}
#produkte_list .cat_6 li a {
	color: #6699CC;
	text-decoration: none;
}
#produkte_list .cat_7 li {
	border: 2px solid #FBC05A;
}
#produkte_list .cat_7 li h3 {
	background-color: #FBC05A;
}
#produkte_list .cat_7 li a {
	color: #FBC05A;
	text-decoration: none;
}
#produkte_list .cat_8 li {
	border: 2px solid #9ACD32;
}
#produkte_list .cat_8 li h3 {
	background-color: #9ACD32;
}
#produkte_list .cat_8 li a {
	color: #9ACD32;
	text-decoration: none;
}
#produkte_list li table {
}
#produkte_list li table td {
	text-align: center;
	vertical-align: top;
	padding: 1em 0 0 0;
}
#produkte_list li table .bl {
	padding: 0;
}
#produkte_list li table .br {
	vertical-align: bottom;
	/*text-align: right;*/
	padding: 0;
}
#produkte_list li table .mm {
	text-align: left;
}
#produkte_list li table td p {
	margin: 0 0 1em 0;
	padding: 0;
}
#produkte_list li table td h4 {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 12px;
}

/* presse box */
#presse_box li img {
	border: 2px solid #ffffff;
	text-decoration: none;
}
#presse_box li span {
	display: block;
	text-decoration: none;
	color: #000000;
}
#presse_box li a {
	text-decoration: none;
	color: #000000;
}
#presse_box li a:hover img {
	border: 2px solid #d0a575;
}
#presse_box li a:hover span {
	color: #d0a575;
}

/* bilder box */
#bilder_box li img {
	border: 2px dotted #d0a575;
	text-decoration: none;
}
#bilder_box li span {
	display: block;
	text-decoration: none;
	color: #000000;
}
#bilder_box li a {
	text-decoration: none;
	color: #000000;
}
#bilder_box li a:hover img {
	border: 2px solid #d0a575;
}
#bilder_box li a:hover span {
	color: #d0a575;
}

/* rezept box */
.rezept {
	background-color: #d0a575;
	margin: 0 10px 0 0;
}
.rezept h3 {
	font-size: 13px;
	color: #ffffff;
	margin: 12px 0 0 0;
	padding: 0 0 0 16px;
}
.rezept p {
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	margin: 8px 150px 0 0;
	padding: 0 0 0 16px;
}
.rezept .image {
	float: right;
	margin: 0;
	padding: 0;
	display: block;
	/*width: 140px;*/
	height: 200px;
	background-color: #FFFFFF;
	text-align: center;
}
.rezept .image img {
	/*margin: 48px 0 0 2px;*/
}
.rezept .brown {
	margin: 6px 0 0 0;
	padding: 0 0 0 16px;
}
.rezept .button {
	color: #663333;
	font-weight: bold;
}
.duo_box .rezept {
	border: 2px solid #d0a575;
}

/* rezept box */
.rezept {
	background-color: #d0a575;
	margin: 0 10px 0 0;
}
.rezept h3 {
	font-size: 13px;
	color: #ffffff;
	margin: 12px 0 0 0;
	padding: 0 0 0 16px;
}
.rezept p {
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	margin: 8px 150px 0 0;
	padding: 0 0 0 16px;
}
.rezept .image {
	float: right;
	margin: 0;
	padding: 0;
	display: block;
	/*width: 140px;*/
	height: 200px;
	background-color: #FFFFFF;
	text-align: center;
}
.rezept .image img {
	/*margin: 48px 0 0 2px;*/
}
.rezept .brown {
	margin: 6px 0 0 0;
	padding: 0 0 0 16px;
}
.rezept .button {
	color: #663333;
	font-weight: bold;
}
.duo_box .rezept {
	border: 2px solid #d0a575;
}

/* special box */
.special_box .first {
	float: left;
	height: 225px;
}
.special_box .first {
	display: block;
	height: 225px;
	margin-left: 5px;
	border: 2px solid #d0a575;
	background-color: #d0a575;
}
.special_box .first h3 {
	margin: 0 0 0.5em 0;
	padding: 12px 0 0 12px;
	color: #ffffff;
	font-size: 13px;
}
.special_box .first p {
	margin: 0 0 1em 0;
	padding: 0 195px 0 12px;
	color: #ffffff;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}
.special_box .first .image {
	float: right;
	display: block;
	height: 195px;
	width: 160px;
	margin: 0;
	padding: 15px 10px;
	background-color: #ffffff;
	text-align: center;
}
.special_box .first .button {
	color: #59853C;
	font-weight: bold;
	margin-top: 10px;
}
.special_box .first .brown,
.special_box .first .green {
	margin-bottom: 0;
}
.special_box .first .neu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -20px;
	height: 20px;
}

.special_box .second div {
	display: block;
	height: 225px;
	margin-left: 5px;
	border: 2px solid #8cb366;
	background-color: #8cb366;
}
.special_box .second .image {
	float: right;
	display: block;
	height: 175px;
	width: 100px;
	margin: 0;
	padding: 25px 10px;
	background-color: #ffffff;
	text-align: center;
}
.special_box .second h3 {
	margin: 0 0 0.5em 0;
	padding: 12px 0 0 12px;
	color: #ffffff;
	font-size: 13px;
}
.special_box .second p {
	margin: 0 127px 1em 0;
	padding: 0 8px 0 12px;
	color: #ffffff;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}

.special_box .second2 {
	width: 200px;
}
.special_box .second2 div {
	display: block;
	height: 225px;
	margin-left: 5px;
	border: 2px solid #8cb366;
	background-color: #8cb366;
}
.special_box .second2 .image {
	float: right;
	display: block;
	height: 175px;
	width: 100px;
	margin: 0;
	padding: 25px 10px;
	background-color: #ffffff;
	text-align: center;
}
.special_box .second2 h3 {
	margin: 0 0 0.5em 0;
	padding: 12px 0 0 12px;
	color: #ffffff;
	font-size: 13px;
}
.special_box .second2 p {
	margin: 0 0 1em 0;
	padding: 0 8px 0 12px;
	color: #ffffff;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}

/* special box2 */
.special_box2 .first {
	float: left;
	height: 225px;
}
.special_box2 .first {
	display: block;
	height: 250px;
	margin-left: 5px;
	border: 2px solid #d0a575;
	background-color: #FFFFFF;
}
#inner_content .special_box2 .first h3 {
	margin: 0 0 0.5em 0;
	padding: 6px 12px;
	color: #ffffff;
	background-color: #d0a575;
	font-size: 13px;
}
#inner_content .special_box2 .first p {
	margin: 0 0 1em 0;
	padding: 0 195px 0 12px;
	color: #d0a575;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}
#inner_content .special_box2 .first .image {
	float: right;
	display: block;
	height: 195px;
	width: 160px;
	margin: 0;
	padding: 5px 10px;
	background-color: #ffffff;
	text-align: center;
}
.special_box2 .first .button {
	color: #59853C;
	font-weight: bold;
	margin-top: 10px;
}
.special_box2 .first .brown,
.special_box2 .first .green {
	margin-bottom: 0;
}
.special_box2 .first .neu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -20px;
	height: 20px;
}

.special_box2 .second {
	width: 300px;
}

.special_box2 .second div {
	display: block;
	height: 250px;
	margin-left: 5px;
	border: 2px solid #8cb366;
	background-color: #ffffff;
}
#inner_content .special_box2 .second .image {
	float: right;
	display: block;
	height: 195px;
	width: 100px;
	margin: 0;
	padding: 5px 10px;
	background-color: #ffffff;
	text-align: center;
}
#inner_content .special_box2 .second .wimage {
	float: right;
	display: block;
	height: 195px;
	width: 150px;
	margin: 0;
	padding: 5px 10px;
	background-color: #ffffff;
	text-align: center;
}
#inner_content .special_box2 .second h3 {
	margin: 0 0 0.5em 0;
	padding: 6px 12px;
	color: #ffffff;
	font-size: 13px;
	background-color: #8cb366;
}
#inner_content .special_box2 .second p {
	margin: 0 12px 1em 0;
	padding: 0 8px 0 12px;
	color: #8CB366;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}



/* special box3 */
.special_box3 .first {
	float: left;
	height: 225px;
}
.special_box3 .first {
	display: block;
	height: 250px;
	margin-left: 5px;
	border-right: 1px solid #8cb366;
	border-bottom: 2px solid #8cb366;
	border-left: 1px solid #8cb366;
	background-color: #FFFFFF;
	/*border-right: 1px solid #8CB366;
	border-bottom: 2px solid #8CB366;
	border-left: 1px solid #8CB366;*/
}
#inner_content .special_box3 .first h3 {
	margin: 0 0 0.5em 0;
	padding: 1px 12px 3px;
	color: #ffffff;
	background-color: #8cb366; /*#d0a575;*/
	font-size: 13px;
	/*background-color: #8CB366;*/
}
#inner_content .special_box3 .first p {
	margin: 0 0 1em 0;
	padding: 0 180px 0 12px;
	/*color: #d0a575;*/
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	color: #8CB366;
}
#inner_content .special_box3 .first .image {
	float: right;
	display: block;
	height: 195px;
	width: 160px;
	margin: 0;
	padding: 5px 10px;
	background-color: #ffffff;
	text-align: center;
}
.special_box3 .first .button {
	color: #59853C;
	font-weight: bold;
	margin-top: 10px;
}
.special_box3 .first .brown,
.special_box3 .first .green {
	margin-bottom: 0;
}
.special_box3 .first .neu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -20px;
	height: 20px;
}

.special_box3 .second {
	width: 345px;
}

.special_box3 .second div {
	display: block;
	height: 250px;
	margin-left: 5px;
	/*border-right: 1px solid #8cb366;
	border-bottom: 2px solid #8cb366;
	border-left: 1px solid #8cb366;*/
	background-color: #ffffff;
	border-right: 1px solid #FBC05A;
	border-bottom: 2px solid #FBC05A;
	border-left: 1px solid #FBC05A;
}
#inner_content .special_box3 .second .image {
	float: right;
	display: block;
	height: 195px;
	width: 100px;
	margin: 40px 0 0 0;
	padding: 5px 10px;
	background-color: #ffffff;
	text-align: center;
}
#inner_content .special_box3 .second .wimage {
	float: right;
	display: block;
	height: 195px;
	width: 150px;
	margin: 0;
	padding: 5px 4px;
	background-color: #ffffff;
	text-align: center;
}
#inner_content .special_box3 .second h3 {
	margin: 0 0 0.5em 0;
	padding: 1px 12px 3px;
	color: #ffffff;
	font-size: 13px;
	/*background-color: #8cb366;*/
	background-color: #FBC05A;
}
#inner_content .special_box3 .second p {
	margin: 0 12px 1em 0;
	padding: 0 3px 0 12px;
	/*color: #8CB366;*/
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	color: #FBC05A;
}


/* produkt box */
.produkt {
	float: left;
}
.duo_box .produkt div {
	display: block;
	height: 200px;
	margin-left: 5px;
	border: 2px solid #8cb366;
	background-color: #8cb366;
}
.duo_box .produkt h3 {
	margin: 0 0 0.5em 0;
	padding: 12px 0 0 12px;
	color: #ffffff;
	font-size: 13px;
}
.duo_box .produkt p {
	margin: 0 0 1em 0;
	padding: 0 140px 0 12px;
	color: #ffffff;
	font-size: 11px;
	line-height: 15px;
}
.duo_box .produkt .image {
	float: right;
	display: block;
	height: 170px;
	width: 130px;
	margin: 0;
	padding: 15px 0;
	background-color: #ffffff;
	text-align: center;
}
.duo_box .produkt .button {
	color: #59853C;
	font-weight: bold;
	margin-top: 10px;
}
.duo_box .produkt .brown,
.duo_box .produkt .green {
	margin-bottom: 0;
}

/* news box */
.news_box {
	padding: 0.5em 0.5em 0 28px;
}
.news_box h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	margin: 0;
	padding: 0 0 0.5em 0;
}
.news_box p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #ffffff;
	margin: 0 0 0.75em 0;
	padding: 0;
}
.news_box p a {
	color: #D0A575;
}
.news_box p a:hover {
	color: #FFFFFF;
}

.wett_box {
	display: block;
	height: 250px;
	border: 2px solid #C2874E;;
	background-color: #d0a575;
	margin: 0;
}
.wett_box h3 {
	font-size: 13px;
	color: #ffffff;
	margin: 12px 0 0 0;
	padding: 0 0 0 16px;
}
.wett_box p {
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	margin: 8px 150px 0 0;
	padding: 0 0 0 16px;
}
.wett_box li {
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	margin: 2px 150px 0 0;
	padding: 0 0 0 6px;
}
.wett_box .image {
	float: right;
	margin: 0;
	padding: 0;
}

.portraits {
	margin: 0;
	padding: 0 0 0 4px;
}
.portraits li {
	float: left;
	margin: 0 0 0 -2px;
	padding: 0.5em 12px 0 0;
	list-style-type: none;
}
.portraits li a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.portraits li a:hover {
	color: #C2874E;
}
.portraits li a span {
	padding: 0 0 0 2px;
}
.portraits li a img {
	display: block;
	margin: 0.5em 0 0.5em 0;
	border: 2px solid #ffffff;
}
.portraits li a:hover img {
	border: 2px solid #C2874E;
}

.rezeptkarten {
	margin: -1.5em 0 0 0;
}
.rezeptkarten img {
	margin: 1.5em 5px 0 0;
}
.rezeptkarten a {
	text-decoration: none;
	color: #000000;
}
.rezeptkarten a:hover {
	text-decoration: underline;
	color: #C2874E;
}

#inner_content .rezept_list {
	margin: 1em 0 0 0;
	padding: 0 8px 0 0;
}
#inner_content .rezept_list li {
	background-color: #D0A575;
	color: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 0;
}
#inner_content .rezept_list .sppu {
	visibility: hidden;
	float:left;
}
#inner_content .rezept_list li .toggler_nav {
	float: right;
	margin: -35px 10px 0 0;
	padding: 0;
}
#inner_content .rezept_list li .toggler_nav a {
	visibility: hidden;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 12px;
	color: #DDDDDD;
	margin: 0;
	padding: 0;
}
#inner_content .rezept_list li .toggler_nav a:hover {
	color: #FFFFFF;
	cursor: pointer;
}
#inner_content .rezept_list li .element {
	padding: 0 165px 0 0;
}
#inner_content .rezept_list li h3 {
	margin: 0 75px 0 0;
	padding: 12px 0 16px 16px;
	font-size: 14px;
	cursor: pointer;
}
#inner_content .rezept_list li h4 {
	margin: 0;
	padding: 0 0 0 16px;
	font-size: 12px;
}
#inner_content .rezept_list li p {
	padding: 0 12px 16px 16px;
	margin: 0;
}
#inner_content .rezept_list li dl {
	float: left;
	margin: 0;
	padding: 0 0 16px 16px;
	width: 360px;
}
#inner_content .rezept_list li dt {
	display: block;
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}
#inner_content .rezept_list li dd {
	display: block;
	float: left;
	clear: left;
	width: 55px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#inner_content .rezept_list li .prs a {
	text-decoration: none;
	color: #663333;
}
#inner_content .rezept_list li .prs a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}




/* File-types */
a.pdf,
a.pdf:hover {
	/*padding: 2px 0 0 20px;*/
	display: block;
	padding: 0 0 0 20px;
	background: transparent url(/pix/icons/pdf.gif) 0 0 no-repeat;
}
a.xls,
a.xls:hover {
	display: block;
	padding: 0 0 0 20px;
	background: transparent url(/pix/icons/pdf.xls) 0 0 no-repeat;
}
a.doc,
a.doc:hover {
	display: block;
	padding: 0 0 0 20px;
	background: transparent url(/pix/icons/pdf.doc) 0 0 no-repeat;
}

a.no_icon,
a.no_icon:hover {
	padding-left: 0;
	background: none;
}
a:hover {
	color: #E20016;
}

.big {
	font-size: 1.2em;
}


/******************************/
/* Formulare                  */
/******************************/

form {
	margin: 1em 0 2em 0;
}
textarea,
input {
	width: 250px;
	border: 1px solid #C2874E;
	background-color: #FFFFFF;
}
input[type=radio] {
	width: auto;
}
.formbutton {
	width: auto;
}
form textarea:focus,
form textarea:hover,
form input:focus,
form input:hover {
	border: 1px solid #000000;
}
.cat_1 textarea,
.cat_1 input {
	border-color: #59853C;
}
.cat_2 textarea,
.cat_2 input {
	border-color: #CC3333;
}
.cat_3 textarea,
.cat_3 input {
	border-color: #006699;
}
.cat_5 textarea,
.cat_5 input {
	border-color: #6699CC;
}
.cat_6 textarea,
.cat_6 input {
	border-color: #C2874E;
}
.cat_7 textarea,
.cat_7 input {
	border-color: #FBC05A;
}
.cat_8 textarea,
.cat_8 input {
	border-color: #9ACD32;
}
textarea:focus,
input:focus {
	background-color: #EEEEEE;
}
.duobox input,
.price input {
	width: 40px;
}
input[type=submit] {
	border: 1px solid #C2874E;
	background-color: #C2874E;
	color: #FFFFFF;
	font-weight: bold;
}
input[type=submit]:focus,
input[type=submit]:hover {
	border: 1px solid #000000;
}
.cat_1 input[type=submit] {
	border: 1px solid #59853C;
	background-color: #59853C;
}
.cat_2 input[type=submit] {
	border: 1px solid #CC3333;
	background-color: #CC3333;
}
.cat_3 input[type=submit] {
	border: 1px solid #006699;
	background-color: #006699;
}
.cat_4 input[type=submit] {
	border: 1px solid #C2874E;
	background-color: #C2874E;
}
.cat_5 input[type=submit] {
	border: 1px solid #6699CC;
	background-color: #6699CC;
}
.cat_6 input[type=submit] {
	border: 1px solid #C2874E;
	background-color: #C2874E;
}
.cat_7 input[type=submit] {
	border: 1px solid #FBC05A;
	background-color: #FBC05A;
}
.cat_8 input[type=submit] {
	border: 1px solid #9ACD32;
	background-color: #9ACD32;
}
form input[type=image],
form input.button {
	width: auto;
}
form input[type=image] {
	border: none;
}


#form_extra {
	margin: 0 0 0 -3px;    
}
#form_extra table {
	margin: 0.75em 0 0 0;    
	padding: 0;
}
*+html #form_extra table {
	width: 505px;
	margin: 1.5em 0 0 0;    
}
* html #form_extra table{
	margin: 2em 0 0 0;    
}
#form_extra table td {
	margin: 0;
	padding: 0 0 6px 0;
	vertical-align: top;
}
#form_extra input {
	width: 150px;
}
#form_extra input[type=text] {
	display: block;
}
#form_extra .error {
	display: block;
}
#form_extra input.button {
	width: auto;
}
#form_extra textarea {
	width: 400px;
}
#form_extra label {
	display: block;
	width: 90px;
	padding: 0 0 0 6px;
}

#form_extra label {
	display: block;
	width: 90px;
	padding: 0 0 0 6px;
}

#art_detail #add_art {
	width: 40px;
}

#search_form {
	margin: 0 0 2em 0;
}
#search_form td em {
	font-size: 0.9em;
}
#search_form td label {
	font-weight: bold;
}
#search_form td input {
	margin-bottom: 1px;
}

/* Headbar */
#head_bar {
	position: absolute;
	top: 208px;
	left: 0;
	display: block;
	width: 990px;
	height: 25px;
	background-color: #c2874e;
}
#head_bar hr {
	display: none;
	margin: 0;
	padding: 0;
}
#head_bar ul {
	margin: 0;
	padding: 0 0 0 28px;
}
#head_bar ul li {
	padding: 0;
	margin: 0;
	line-height: 23px;
	list-style-type: none;
	display: inline;
}
#head_bar ul li a {
	text-decoration: none;
	color: #000000;
}
#head_bar .whitetext {
	color: #FFFFFF;
}
#head_bar .whitetext a {
	color: #FFFFFF;
}
#head_bar .whitetext a:hover {
	color: #000000;
}
/* left-bar */
#head_bar .head_bar_left {
	float: left;
	display: block;
	/*width: 95px;*/
	margin-top: 2px;
	margin-right: 5px;
}
#head_bar .head_bar_left li {
}
#head_bar .head_bar_left li a {
	text-decoration: none;
	margin: 0 6px 0 0;
	padding: 0;
}
/* right-bar */
#head_bar .head_bar_right {
	float: right;
	display: block;
	/*width: 95px;*/
	margin-top: 2px;
	margin-right: 5px;
}
#head_bar .head_bar_right li {
}
#head_bar .head_bar_right li a {
	float: left;
	text-decoration: none;
	margin: 0 0 0 12px;
	padding: 0;
}
#head_bar .head_bar_right li a span {
	float: left;
	display: block;
	color: #EECCAA;
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 20px;
	cursor: pointer;
}
#head_bar .head_bar_right li a:hover span {
	color: #FFFFFF;
}
#head_bar .head_bar_right li a img {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}
#head_bar .head_bar_right li a #sitemap_img {
	margin: -2px 0 0 0;
}
#head_bar #sitemap_lnk {
	width: 75px;
}
#head_bar #wk_link {
	width: 97px;
}
.lang_fr #head_bar #wk_link {
	width: 70px;
}


#plz_shortcuts {
	margin: 0;
	padding: 0;
}
#plz_shortcuts li {
	position: absolute;
	left: 245px;
	top: 240px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#plz_shortcuts li a {
	position: absolute;
	left: -3000px;
	background-color: #E20016;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #C2874E;
	margin: 0;
	padding: 0.15em 0.2em;
}
#plz_shortcuts li a:active,
#plz_shortcuts li a:focus,
#plz_shortcuts li a:hover {
	margin-left: 3000px;
}


.quicklinks {
	margin: 2em 2em 0 0;
	padding: 0;
	position: absolute;
	top: -100px;
}
.quicklinks li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sitemap {
	margin: 0;
	padding: 0;
}
.sitemap li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sitemap li .langlnk {
	display: block;
	height: 1em;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	background-color: #C2874E;
	padding: 0.3em;
	margin: 0;
}
.sitemap li .langlnk:hover {
	color: #FFFFFF;
	background-color: #E20016;
}
/* lvl 0 */
.sitemap_lang {
	margin: 0;
	padding: 0;
}
.sitemap_lang li {
	display: block;
	width: 140px;
	float: left;
	margin: 1px;
	padding: 0;
	list-style-type: none;
	border: 0;
}
.sitemap_lang li a {
	display: block;
	margin: 0.25em;
	padding: 0.25em;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: 2px solid #E20016;
}
.sitemap_lang li a em {
	display: block;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	top: 215px;
	left: -3000px;
}
.sitemap_lang li a:hover {
	background-color: #E20016;
	color: #FFFFFF;
	text-decoration: none;
}
.sitemap_lang li a:hover em {
	display: block;
	position: absolute;
	left: 195px;
}
/* lvl 1 */
.sitemap_lang li ul {
	float: none;
	margin: 0;
	padding: 0;
}
.sitemap_lang li ul li {
	float: none;
	width: 138px;
	margin: 1px;
	padding: 0;
}
.sitemap_lang li ul li a {
	font-size: 10px;
	font-weight: bold;
	border: 2px solid #C2874E;
}
.sitemap_lang li ul li a:hover {
	background-color: #C2874E;
	color: #FFFFFF;
	text-decoration: none;
}
/* lvl 2 */
.sitemap_lang li ul li ul {
	margin: 0.25em;
	padding: 0 0 0 5px;
	border: 2px dotted #C2874E;
}
.sitemap_lang li ul li ul li {
	width: 125px;
	margin: 0;
	padding: 0;
}
.sitemap_lang li ul li ul li a {
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #000000;
}

.sitemap_sub_1 {
}
.sitemap_sub_2 {
}

.noview {
	display: block;
	position: absolute;
	left: -3000px;
}

.lieferbar {
	color: #CC0000;
	font-weight: bold;
}



/******************************/
/* Navigation                 */
/******************************/

#nav {
	margin: 0;
	padding: 0 0 1em 0;
}
#nav ul {
	margin: 0 0 1em 0;
	padding: 0;
}
#nav li {
	display: block;
	line-height: 33px;
	list-style-type: none;
	border-bottom: 1px solid #ffffff;
	margin: 0;
	padding: 0;
}
#nav li a {
	display: block;
	min-height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #ffffff;
	padding-left: 28px;
}
* html #nav li a {
	height: 35px;
}
#nav .sel a,
#nav li a:hover {
	background-color: #fd6959;
}
#nav.subs .sel a {
	background-color: #e20016;
}
#nav .sel li a {
	background-color: #e20016;
}
#nav .sel #sel .sel a,
#nav.subs .sel a:hover,
#nav .sel li a:hover {
	background-color: #fd6959;
}

/* sub-navigation */
#nav li ul {
	display: block;
	margin: 0 0 1em 0;
	padding: 0;
	padding-left: 28px;
}
#nav li li {
	line-height: 20px;
	border-top: 1px dotted #e20016;
	border-bottom: none;
	margin: 0;
	padding: 0;
}
#nav li li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	min-height: 22px;
	padding-left: 12px;
}
* html #nav li li a {
	height: 22px;
}


/******************************/
/* Sub-Submenue               */
/******************************/

.sub_menue {
	float: left;
	display: block;
	width: 122px;
	margin: -1em 8px 0 0;
	padding: 0;
}
#special_output .sub_menue {
	float: none;
}
.shop .sub_menue {
	width: 140px;
}
.sub_menue ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #c2874e;
}
.sub_menue ul.cat_1 {
	border-top: 1px solid #59853C;
}
.sub_menue ul.cat_2 {
	border-top: 1px solid #CC3333;
}
.sub_menue ul.cat_3 {
	border-top: 1px solid #006699;
}
.sub_menue ul.cat_5 {
	border-top: 1px solid #6699CC;
}
.sub_menue ul.cat_6 {
	border-top: 1px solid #C2874E;
}
.sub_menue ul.cat_7 {
	border-top: 1px solid #FBC05A;
}
.sub_menue ul.cat_8 {
	border-top: 1px solid #9ACD32;
}
.sub_menue li {
	margin: 0.5em 0 0 0;
	padding: 0 0 0.5em 0;
	list-style-type: none;
	border-bottom: 1px solid #c2874e;
}
.sub_menue .cat_1 li {
	border-bottom: 1px solid #59853C;
}
.sub_menue .cat_2 li {
	border-bottom: 1px solid #CC3333;
}
.sub_menue .cat_3 li {
	border-bottom: 1px solid #006699;
}
.sub_menue .cat_5 li {
	border-bottom: 1px solid #6699CC;
}
.sub_menue .cat_6 li {
	border-bottom: 1px solid #C2874E;
}
.sub_menue .cat_7 li {
	border-bottom: 1px solid #FBC05A;
}
.sub_menue .cat_8 li {
	border-bottom: 1px solid #9ACD32;
}
.sub_menue a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	margin: 0;
	padding: 0;
}
.sub_menue li.sel a,
.sub_menue li a:hover {
	color: #c2874e;
}
.sub_menue .cat_1 li.sel a,
.sub_menue .cat_1 li a:hover {
	color: #59853C;
}
.sub_menue .cat_2 li.sel a,
.sub_menue .cat_2 li a:hover {
	color: #CC3333;
}
.sub_menue .cat_3 li.sel a,
.sub_menue .cat_3 li a:hover {
	color: #006699;
}
.sub_menue .cat_5 li.sel a,
.sub_menue .cat_5 li a:hover {
	color: #6699CC;
}
.sub_menue .cat_6 li.sel a,
.sub_menue .cat_6 li a:hover {
	color: #C2874E;
}
.sub_menue .cat_7 li.sel a,
.sub_menue .cat_7 li a:hover {
	color: #FBC05A;
}
.sub_menue .cat_8 li.sel a,
.sub_menue .cat_8 li a:hover {
	color: #9ACD32;
}

.nav3s .sub_menue ul {
	position: fixed;
}
.nav3s .sub_menue li {
	width: 120px;
}

/***********/
/* SHOP    */
/***********/

/******************************/
/* Start-Seite                */
/******************************/

.start_box {
	margin: 3px 0 0 0;
	padding: 0;
}
.start_box li {
	float: left;
	margin: 0;
	padding: 0.5em 0 0 0;
	width: 48%;
	margin-right: 1.5%;
	margin-bottom: 0.5em;
	list-style-type: none;
	border-top: 1px solid;
}
.start_box li h3 a img {
	margin: 6px;
}
.start_box li h3 a span {
	font-size: 13px;
	font-weight: bold;
}
#produkte_kategorien.start_box li h3 {
	margin: 0;
	padding: 0;
}


/******************************/
/* Warenkorb Liste            */
/******************************/

#basket_list {
	margin: 0;
}
#basket_list hr {
	border: 1px solid #C2874E;
}
.basket_list {
	margin: 0;
}
.basket_list th {
	color: #C2874E;
	vertical-align: top;
	text-align: left;
}
.basket_list td {
	vertical-align: top;
	text-align: left;
}
.basket_list .greyed td {
	color: #999999;
}
.basket_list .amt {
	padding-top: 4px;
	border-top: 1px solid #C2874E;
}
.basket_list .title {
	font-weight: bold;
	width: 21em;
	padding-top: 4px;
	border-top: 1px solid #C2874E;
}
.basket_list .title span {
	font-weight: normal;
	font-size: 10px;
}
.basket_list .preis, .basket_list .spreis {
	width: 7em;
	text-align: right;
	padding-top: 4px;
	border-top: 1px solid #C2874E;
}
.basket_list .border {
	border-top: 1px solid #C2874E;
}
.basket_list th .spreis {
	text-align: center;
}
.basket_list .buttons {
	height: 24px;
	margin-top: -1px;
}
.basket_list .img {
	text-align: center;
	padding-top: 0;
}
.basket_list a {
	text-decoration: none;
	color: #000000;
}
.basket_list a:link, .basket_list a:visited {
	text-decoration: none;
	color: #000000;
}
.basket_list .title a:link:hover, .basket_list .title a:visited:hover {
	text-decoration: none;
	color: #C2874E;
}
.basket_list .greyed a {
	text-decoration: none;
	color: #999999;
}
.basket_list .greyed a:link, .basket_list .greyed a:visited {
	text-decoration: none;
	color: #999999;
}
.basket_list .greyed .title a:link:hover, .basket_list .greyed .title a:visited:hover {
	text-decoration: none;
	color: #C2874E;
}

.basket_detail {

}
.basket_detail img {
	margin-right: 1em;
}
.basket_detail .titel {
	font-size: 14px;
	font-weight: bold;
	color: #C2874E;
}
.basket_detail .inhalt {
	font-weight: bold;
}
.basket_detail label {
	padding-right: 1em;
	font-weight: bold;
}
.basket_detail #mod_art {
	width: 40px;
}


#art_detail .art_detail {
	table-layout: inherit;
	border-collapse: collapse;
	width: 562px;
	margin: -9px 0 0 5px;
	border-top: 1px solid #C2874E;
}
.art_detail td {
	text-align: left;
	vertical-align: top;
	padding: 0 0 0.75em 0;
}
.art_detail th {
	text-align: left;
	vertical-align: top;
	padding: 0 0 0.75em 0;
}
.art_detail th,
.art_detail .bild {
	width: 100px;
	padding-right: 1em;
}
.art_detail .titel {
	font-size: 14px;
	font-weight: bold;
}
.art_detail .titel span {
	font-size: 12px;
	font-weight: normal;
}
.art_detail .inhalt {
	font-weight: bold;
}
.art_detail label {
	padding-right: 1em;
	font-weight: bold;
}
.art_detail #mod_art {
	width: 40px;
}

#art_detail.cat_1 table {
	border-color: #59853C;
}
#art_detail.cat_2 table {
	border-color: #CC3333;
}
#art_detail.cat_3 table {
	border-color: #006699;
}
#art_detail.cat_5 table {
	border-color: #6699CC;
}
#art_detail.cat_6 table {
	border-color: #C2874E;
}
#art_detail.cat_7 table {
	border-color: #FBC05A;
}
#art_detail.cat_8 table {
	border-color: #9ACD32;
}
.cat_1 .art_detail th {
	color: #59853C;
}
.cat_2 .art_detail th {
	color: #CC3333;
}
.cat_3 .art_detail th {
	color: #006699;
}
.cat_5 .art_detail th {
	color: #6699CC;
}
.cat_6 .art_detail th {
	color: #C2874E;
}
.cat_7 .art_detail th {
	color: #FBC05A;
}
.cat_8 .art_detail th {
	color: #9ACD32;
}


/******************************/
/* Artikel                    */
/******************************/

.art_list {
	table-layout: inherit;
	border-collapse: separate;
	width: 575px;
	margin: 1px 0 0 0;
	padding: 0;
	border-bottom: 1px solid;
	color: inherit;
}
.art_list th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.art_list td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: inherit;
}
/* title-block */
.art_list .title {
	display: block;
	width: 205px;
	border-top: 1px solid;
	margin-right: 5px;
	padding: 4px 0 8px 0;
	color: inherit;
}
.art_list .title .name {
	float: left;
	width: 125px;
	color: inherit;
}
.art_list .title .name a {
	color: inherit;
	text-decoration: none;
}
.art_list .title .name a:hover {
	color: #C2874E;
	text-decoration: none;
}
.art_list .title .img {
	float: right;
	width: 80px;;
	text-align: center;
}
#art_list .art_list .title .name h3 {
	font-size: 14px;
	margin: 0 0 1em 0;
	padding: 0;
}
#art_list .art_list .title .name p {
	margin: 0;
	padding: 0;
	color: #000000;
}
/* text-block */
.art_list .text {
	display: block;
	width: 235px;
	border-top: 1px solid;
	margin-right: 5px;
	padding: 4px 0 8px 0;
}
.art_list .text .info_button {
	display: block;
	width: 235px;
	float: left;
}
.art_list .text .info_text {
	display: block;
	width: 235px;
	min-height: 100px;
	float: right;
	color: #000000;
}
/* price-block */
.art_list .price {
	display: block;
	width: 100px;
	border-top: 1px solid;
	margin-right: 5px;
	padding: 4px 0 8px 0;
}
.art_list .price span {
	color: #000000;
}

.art_list td.text {
	color: #000000;
	border-color: inherit;
}
.art_list td.price {
	color: #000000;
	border-color: inherit;
}

.brown .art_list {
	color: #C2874E;
	border-color: #C2874E;
}
.cat_1 .art_list,
.cat_1 .art_list a {
	color: #59853C;
	border-color: #59853C;
}
.cat_2 .art_list,
.cat_2 .art_list a {
	color: #CC3333;
	border-color: #CC3333;
}
.cat_3 .art_list,
.cat_3 .art_list a {
	color: #006699;
	border-color: #006699;
}
.cat_5 .art_list,
.cat_5 .art_list a {
	color: #6699CC;
	border-color: #6699CC;
}
.cat_6 .art_list,
.cat_6 .art_list a {
	color: #C2874E;
	border-color: #C2874E;
}
.cat_7 .art_list,
.cat_7 .art_list a {
	color: #FBC05A;
	border-color: #FBC05A;
}
.cat_8 .art_list,
.cat_8 .art_list a {
	color: #9ACD32;
	border-color: #9ACD32;
}

#art_list {
	margin: 0;
}
#art_list .duobox {
	margin: 0;
}
#art_list .duobox li {
	border-top: 1px solid #C2874E;
	margin: 2px 10px 10px 0;
	height: 175px;
	width: 275px;
}
#art_list .duobox li.blau {
	border-color: #006699;
}
#art_list .duobox li.hellblau {
	border-color: #6699CC;
}
#art_list .duobox li.rot {
	border-color: #CC3333;
}
#art_list .duobox li.gruen {
	border-color: #59853C;
}
#art_list .duobox li.gold {
	border-color: #C2874E;
}
#art_list .duobox div {
	position: absolute;
}
#art_list .duobox h3 {
	float: left;
	margin: 4px 4px 10px 4px;
	font-size: 14px;
	width: 99%;
}
#art_list .duobox h3 span {
	float: right;
	font-size: 12px;
	margin-right: 4px;
}
#art_list .duobox p {
	clear: both;
	vertical-align: top;
	font-size: 11px;
	margin: 4px;
	color: #000000;
}
#art_list .duobox p span {
	font-size: 12px;
	float: left;
}
#art_list .duobox img {
	margin: 0 8px 4px 4px;
}
#art_list .duobox a {
	text-decoration: none;
	color: #000000;
}
#art_list .duobox a:link, .art_box a:visited {
	text-decoration: none;
	color: #000000;
}
#art_list .duobox a:link:hover, .art_box a:visited:hover {
	color: #666666;
}


/* Login-Form */
#login,
#register {
	margin: 1em 0 0 0;
}
*+html #login,
*+html #register {
	margin-left: -3px;
}
#login table,
#register table {
	border: 1px solid #C2874E;
	width: 360px;
}
#login table th,
#register table th {
	background-color: #C2874E;
	color: #FFFFFF;
	text-align: left;
}
#adressen .default {
	margin-left: -2px;
}
#adressen fieldset,
#order_detail fieldset,
#login fieldset,
#register fieldset {
	border: 1px solid #C2874E;
}
#adressen legend,
#order_detail legend,
#login legend,
#register legend {
	padding: 2px 4px;
	font-weight: bold;
	border: 1px solid #C2874E;
	background-color: #C2874E;
	color: #FFFFFF;
	display: none;
}
#order_detail div h3 {
	margin: 0;
}
#order_detail #message_form {
	/*float: right;*/
}


/**********************/
/* Breadcrumps        */
/**********************/

.breadcrumps {
	float: left;
	margin: 6px 0 0 3px;
	padding: 0;
	font-size: 10px;
	border: 1px solid #C2874E;
}
.breadcrumps li {
	float: left;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
	padding: 2px 12px;
	cursor: default;
}
.breadcrumps #bactiv {
	font-weight: bold;
	background-color: #C2874E;
	color: #FFFFFF;
}
.breadcrumps li a {
	margin: 0;
	padding: 0;
}


/**********************/
/* CHECKOUT           */
/**********************/

.rech_tbl {
	float: left;
	width: 280px;
	margin: 0;
	padding: 0;
}
.rech_tbl h3 {
	font-size: 1em;
	padding: 0.5em;
	margin: 0;
}
.rech_tbl table {
	padding: 0 0.5em;
	margin: 0 0 0.5em 0;
}
.liefer_tbl {
	float: left;
	width: 280px;
	margin: 0;
	padding: 0;
}
.liefer_tbl h3 {
	font-size: 1em;
	padding: 0.5em;
	margin: 0;
}
.liefer_tbl table {
	padding: 0 0.5em;
	margin: 0 0 0.5em 0;
}
#checkout_list {
	margin-bottom: 1em;
	clear: left;
}
#checkout_list th {
	/*padding-bottom: 0.75em;*/
}
#checkout_list td {
	vertical-align: top;
	padding-top: 0.75em;
}
#checkout_list .amt {
	width: 4em;
	text-align: center;
}
#checkout_list .title {
	font-weight: bold;
	width: 28em;
}
#checkout_list .title span {
	font-weight: normal;
	font-size: 10px;
}
#checkout_list .preis, .checkout_list .spreis {
	width: 6em;
	text-align: right;
}
#checkout_list .img {
	text-align: center;
	padding-top: 0;
}
#checkout_list a {
	text-decoration: none;
	color: #000000;
}
#checkout_list a:link, .checkout_list a:visited {
	text-decoration: none;
	color: #000000;
}
#checkout_list .st_preis {
	float: right;
	width: 6em;
	border-top: 1px solid #C2874E;
	margin-right: 1px;
	text-align: right;
	padding: 8px 0 0 0;
}
#checkout_list .vk_preis {
	float: right;
	border-top: 1px solid #C2874E;
	margin-right: 1px;
	padding: 8px 0 0 3px;
}
#checkout_list .t_preis {
	float: right;
	border-top: 1px solid #C2874E;
	margin-right: 1px;
	padding: 8px 0 0 3px;
}
.adr_tbl .klein {
	font-size: 11px;
}
.shop .shop_options {
	clear: left;
	float: left;
	border-top: 1px solid #C2874E;
	border-bottom: 1px solid #C2874E;
	width: 100%;
	margin: 4px 0 0 3px;
	padding: 0;
}
.shop .shop_options li {
	float: left;
	list-style-type: none;
	margin: 0 1em 0 0;
	padding: 3px;
}


#checkout_list {
	margin: 0;
}
#checkout_list hr {
	border: 1px solid #C2874E;
}
.checkout_list {
	margin: 0;
}
.checkout_list th {
	color: #C2874E;
	vertical-align: top;
	text-align: left;
}
.checkout_list td {
	vertical-align: top;
	text-align: left;
}
.checkout_list .amt {
	padding-top: 4px;
	border-top: 1px solid #C2874E;
}
.checkout_list .title {
	font-weight: bold;
	width: 21em;
	padding-top: 4px;
	border-top: 1px solid #C2874E;
}
.checkout_list .preis, .checkout_list .spreis {
	width: 7em;
	text-align: right;
	padding-top: 4px;
	border-top: 1px solid #C2874E;
}
.checkout_list .border {
	border-top: 1px solid #C2874E;
}
.checkout_list hr {
	border: 1px solid #C2874E;
}
.checkout_list th .spreis {
	text-align: center;
}
.checkout_list .buttons {
	height: 24px;
	margin-top: -1px;
}
.checkout_list .img {
	text-align: center;
	padding-top: 0;
}
.checkout_list a {
	text-decoration: none;
	color: #000000;
}
.checkout_list a:link, .checkout_list a:visited {
	text-decoration: none;
	color: #000000;
}
.checkout_list .title a:link:hover, .checkout_list .title a:visited:hover {
	text-decoration: underline;
	color: #C2874E;
}


.trenn a {
	margin: 0.75em 0;
	cursor: default;
}


#adr_wahl {
	float: left;
	border: 1px solid #C2874E;
	margin: 0 0 0 3px;
	width: 550px;	
}
#adr_wahl h3 {
	margin: 0;
	padding: 2px 4px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C2874E;
}
#adr_wahl h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 3px 3px 0.3em 3px;
	padding: 0;
}
#adr_wahl select,
#adr_wahl textarea {
	margin: 0 4px 8px 3px;
	padding: 0;
}
#adr_wahl textarea {
	margin: 0 4px 0.75em 3px;
}
#adr_wahl hr {
	margin: 0;
	padding: 0;
	height: 0;
}

.preset_search {
	position: absolute;
	left: -3300px;
}


/************/
/* Lightbox */
/************/

a[rel^=lightbox] img,
.content_pics a img {
	cursor: url(/pix/magnifier.gif), pointer;
	border: 0;
}
/** html a[rel^=lightbox] img,
* html .content_pics a img,
*+html a[rel^=lightbox] img,
*+html .content_pics a img {
	cursor: url(/pix/magnifier.ico);
	border: 0;
}*/
.content_pics .new_window img {
	cursor: pointer;
	border: 0;
}
#imglink {
	cursor: pointer;
}

.play {
	border: 0 none;
	position: relative;
}
.play img {
	border: 1px solid #999999;
}
.play span {
	background: url("/pix/play.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 136px;
	left: 80px;
	position: absolute;
	top: -140px;
	width: 136px;
}
.play:hover img {
	border: 1px solid #000000;
}
.play:hover span {
	background: url("/pix/play.png") no-repeat scroll 0 -134px transparent;
}

.play_small {
	border: 0 none;
	position: relative;
}
.play_small img {
	border: 1px solid #999999;
}
.play_small span {
	background: url("/pix/play.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 60px;
	left: 50px;
	position: absolute;
	top: -65px;
	width: 60px;
}
.play_small:hover img {
	border: 1px solid #000000;
}
.play_small:hover span {
	background:url("/pix/play.png") no-repeat scroll 0 -59px transparent;
}

/***********/
/* SLIMBOX */
/***********/

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/pix/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/pix/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/pix/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/pix/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

