@charset "utf-8";
/* CSS Document for www.barnhouse.de (C) 2009 Barnhouse Naturprodukte GmbH / edited by barnhouse */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
	background: #ffcc66 url(images/bg_main.jpg) repeat;
	margin: 0;
	padding: 0;
}

td img { display: block; }

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.standard {
	color: black;
	text-decoration: none;
	border-bottom: 2px solid #CCC;
	font-weight: bold;
	display: inline-block;
}

a.standard:hover {
	color: black;
	border-bottom: 2px solid #F60;
}

a.rezeptbtn {
	display: block;
	width: 154px;
	height: 24px;
	font-size: 75%;
	padding: 10px 0 0 30px;
	background: url(images/rezept_btn.jpg) no-repeat;
}

a.rezeptbtn:hover {
	display: block;
	width: 154px;
	height: 24x;
	padding: 10px 0 0 30px;
	color: white;
	background: url(images/rezept_btn.jpg) 0 -34px no-repeat;
}

h1 {
	color: #f60;
}

h3 {
	 margin-bottom: -10px;
}

label.preisaus {
	display: block;
	font-weight: bold;
	font-size: 105%;
	
}

.line {
	height: 15px;
}

html* h3 {
	margin-top: 20px;
}

#gewinnSpiel {
	padding: 6px;
 	background-color: #FFF;
	border-bottom: 1px solid black;
	font-size: 110%;
}


/*******************/
/****** HEADER *******/
/*******************/

div#header {
	height: 192px;
	background: url(images/bg_header.jpg) repeat-x;
}

div#headerLogoArea {
	width: 960px;
	height: 192px;
	margin: auto;
}

div#headerLogo {
	float: left;
	width: 174px;
	height: 192px;
}

div.headerLogoPics {
	float: left;
	width: 786px;
	height: 192px;
}

div#navBar {
	height: 61px;
	background: url(images/bg_nav.jpg) repeat-x;
}

div#navBarEnd {
	height: 32px;
	background: url(images/bg_nav_down.jpg) repeat-x;
	margin-bottom: 10px;
}


/*******************/
/****** MENU *******/
/*******************/

#nav, #nav ul {
	position: relative;
	width: 960px;
	padding: 0;
	margin: auto;
	list-style: none;
	line-height: 1em;
	z-index: 99;
	}
	
#nav a {
	display: block;
	/* width: 10em; */
	text-decoration: none;
	color: black;
	padding: 0 em 0.5em;
	}
	
#nav a:hover {
	color: #F60;
}

#nav a.navheader {
	width: 100%;
	height: 100%;
}

#nav a.subheader {
	font-size: 110%;
	padding: 6px 0 10px 15px;
}

/* HOME */
	
#nav li.navHome {
	float: left;
	width: 96px;
	height: 52px;
	background: url(images/home.jpg) no-repeat;
	}
	
#nav li.navHomeDown {
	float: left;
	width: 96px;
	height: 52px;
	background: url(images/home_down.jpg) no-repeat;
	}
	
#nav li.navHome:hover {
	background: url(images/home_down.jpg) no-repeat;

}

/* PRODUKTE */
	
#nav li.navProdukte {
	float: left;
	width: 131px;
	height: 52px;
	background: #fff url(images/produkte.jpg) no-repeat;
	}
	
#nav li.navProdukteDown {
	float: left;
	width: 131px;
	height: 52px;
	background: #fff url(images/produkte_down.jpg) no-repeat;
	}

#nav li.navProdukte:hover {
	background: #fff url(images/produkte_down.jpg) no-repeat;
}

#nav li.navProdukte_child {
	float: left;
	width: 249px;
	background: url(images/navKrunchywelt_bg.png) repeat-y;
	}
	
#nav li.navProdukte_child_last {
	float: left;
	width: 249px;
	height: 7px;
	background: url(images/navKrunchywelt_end.png) no-repeat;
}

#nav li.navProdukte_child:hover {
	color: #333;
}

#nav li.navProdukte ul {
	position: absolute;
	/* margin-top: -10px; */
	width: 249px;
	left: -999em;
}

#nav li.navProdukte:hover ul {
	left: auto;
	}

	
/* KRUNCHY SEIT 1979 */
	
#nav li.navSeit {
	float: left;
	width: 217px;
	height: 52px;
	background: #fff url(images/history.jpg) repeat-x;
	}

#nav li.navSeitDown {
	float: left;
	width: 217px;
	height: 52px;
	background: #fff url(images/history_down.jpg) repeat-x;
	}

#nav li.navSeit:hover {
	background: #fff url(images/history_down.jpg) repeat-x;
}

/* DEINE KRUNCHY-WELT */
	
#nav li.navKrunchywelt {
	float: left;
	width: 249px;
	height: 52px;
	background: #fff url(images/welt.jpg) repeat-x;
	}
	
#nav li.navKrunchyweltDown {
	float: left;
	width: 249px;
	height: 52px;
	background: #fff url(images/welt_down.jpg) repeat-x;
	}
	
#nav li.navKrunchywelt:hover {
	background: url(images/welt_down.jpg) repeat-x;
}

#nav li.navKrunchywelt_child {
	float: left;
	width: 249px;
	background: url(images/navKrunchywelt_bg.png) repeat-y;
	}
	
#nav li.navKrunchywelt_child_last {
	float: left;
	width: 249px;
	height: 7px;
	background: url(images/navKrunchywelt_end.png) no-repeat;
}

#nav li.navKrunchywelt_child:hover {
	color: #333;
}

#nav li.navKrunchywelt ul {
	position: absolute;
	/* margin-top: -10px; */
	width: 249px;
	left: -999em;
}

#nav li.navKrunchywelt:hover ul {
	left: auto;
	}
	
/* Alles BIO! */
	
#nav li.navBio {
	float: left;
	width: 132px;
	height: 52px;
	background: #fff url(images/bio.jpg) repeat-x;
	}

#nav li.navBioDown {
	float: left;
	width: 132px;
	height: 52px;
	background: #fff url(images/bio_down.jpg) repeat-x;
	}

/*#nav li.navBio_child_first {
	float: left;
	width: 132px;
	height: 9px;
	background: url(images/navBio_first.png) no-repeat;
	}
*/

#nav li.navBio_child {
	float: left;
	width: 165px;
	background: url(images/navBio_bg.png) repeat-y;
	}
	
#nav li.navBio_child_last {
	float: left;
	width: 165px;
	height: 13px;
	background: url(images/navBio_end.png) no-repeat;
	}

#nav li.navBio ul {
	position: absolute;
	/* margin-top: -10px; */
	width: 132px;
	left: -999em;
}

#nav li.navBio:hover {
	background: url(images/bio_down.jpg) repeat-x;
}

#nav li.navBio_child:hover {
	color: #333;
	}

#nav li.navBio:hover ul {
	left: auto;
	}

/* KONTAKT */
	
#nav li.navKontakt {
	float: left;
	width: 135px;
	height: 52px;
	background: #fff url(images/kontakt.jpg) repeat-x;
	}
	
#nav li.navKontaktDown {
	float: left;
	width: 135px;
	height: 52px;
	background: #fff url(images/kontakt_down.jpg) repeat-x;
	}

#nav li.navKontakt:hover {
	background: #fff url(images/kontakt_down.jpg) repeat-x;
}

/* FIXING INTERNET EXPLORER 7 BUG */

html* #nav li.navHome:hover ul {
	position: static;
	left: auto;
}

html* #nav li.navProdukte:hover ul {
	position: static;
	left: auto;
}

html* #nav li.navSeit:hover ul {
	position: static;
	left: auto;
}

html* #nav li.navKrunchywelt:hover ul {
	position: static;
	left: auto;
	z-index: 50;
}

html* #nav li.navBio:hover ul {
	position: static;
	left: auto;
}

html* #nav li.navKontakt:hover ul {
	position: static;
	left: auto;
}

/*******************/
/***** CONTENT *****/
/*******************/

div#main {
	width: 960px;
	margin: auto;
}

div#main_wide {
	width: 1200px;
	margin: auto;
}

div#language {
     width: 960px;
     height: 31px;
	 margin: auto;
}

div#language .eng {
     float: right;
}

div#language .eng a {
     display: block;
     background: url(images/eng_1.png) no-repeat;
     width: 35px;
     height: 31px;
	 margin-top: 8px;
}

div#language .eng a:hover {
     background: url(images/eng_2.png) no-repeat;
}

div#homeLeft {
	width: 610px;
	float: left;
}

div#homeRight {
	width: 350px;
	float: left;
}

div.clear {
	clear: both;
	height: 0px;
	line-height: 0;
}

div.clear2 {
	clear: both;
	height: 1px;
}

div.akt_front {
	float: left;
	height: 181px;
	width: 13px;
	background: url(images/akt_front.jpg) no-repeat;
}

div.akt_middle {
	float: left;
	height: 181px;
	width: 564px;
	padding: 20px 10px 0 10px;
	background: url(images/akt_bg.jpg) repeat-x;
}

div.akt_end {
	float: left;
	height: 181px;
	width: 13px;
	background: url(images/akt_end.jpg) no-repeat;
}


div.akt_front2 {
	height: 15px;
	width: 610px;
	background: url(images/akt_front2.jpg) no-repeat;
}

div.akt_middle2 {
	width: 610px;
	padding: 10px 10px 0 20px;
	background: url(images/akt_bg2.jpg) repeat-y;
}

div.akt_end2 {
	height: 41px;
	width: 610px;
	background: url(images/akt_end2.jpg) no-repeat;
}

div#akt-slide {

}

img.akt_img_gross {
	padding: 0 10px 10px 0;
}

div.akt_foto {
	float: left;
	width: 171px;
	height: 111px;
	padding: 12px 0 0 10px;
	background: url(images/akt_pic_bg.jpg) no-repeat;
}

div.akt_text {
	float: left;
	width: 370px;
	padding-left: 2px;
}


div.akt_text span.head {
	color: #ff6600;
	font-size: 140%;
}

div.akt_text span.headtext {
	color: black;
	font-size: 80%;
}

p.akt_links {
	font-size: 80%;
	text-align: right;
}

p.akt_links2 {
	width: 90%;
	margin: auto;
	font-size: 80%;
	text-align: right;
}

a.send {
	padding-left: 30px;
	background: url(images/icon_send.png) left no-repeat;
}

a.comment {
	padding-left: 25px;
	padding-right: 20px;
	background: url(images/icon_comment.png) left no-repeat;
}

div.teaser {
	text-align: right;
}

div.content {
	width: 958px;
	margin: auto auto 30px auto;
}

div#contentVK {
	width: 1090px;
	margin: auto auto 30px auto;
}

div.contentTop {
	width: 958px;
	height: 20px;
	background: url(images/contentTop_bg.jpg) no-repeat;
}

div.contentTopHistory {
	width: 958px;
	height: 591px;
	background: url(images/contentTopHistory_bg.jpg) no-repeat;
}

div.contentMid {
	width: 958px;
	background: url(images/contentMid_bg.jpg) repeat-y;
	}

div.contentEnd {
	width: 958px;
	height: 26px;
	background: url(images/contentEnd_bg.jpg) no-repeat; 
}

div.contentText {
	width: 880px;
	margin: auto;
}

div.contentText img {
	float: left;
}

/* PROUDKTE */

div.prContainer {
	width: 960px;
}

div.prContFront {
	float: left;
	height: 154px;
	width: 217px;
	padding-top: 0px;
}

div.prContMid {
	float: left;
	height: 154px;
	width: 720px;
	background: url(images/prod_bg.jpg) repeat-x;
}

div.prContEnd {
	float: left;
	height: 154px;
	width: 8px;
	background: url(images/prod_end.jpg) no-repeat;
}

div.prodText {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	width: 270px;
	font-size: 75%;
}

span.prodHeader {
	font-size: 130%;
	font-weight: bold;
	color: #F60;
}

div.prodTable {
	padding-top: 20px;
	float: left;
}

div.prodTable table {
	font-size: 70%;
	text-align: center;
}

div.prodTable td {
	/*width: 85px;*/
}

/* PRODDETAIL */

div#prodDetail {
	width: 960px;
	height: 507px;
    /*border: 8px solid #CCC;*/
	margin: auto;
	background: #FFF url(images/prodFooter_bg.jpg) bottom repeat-x;
}

div#prodbuy {
	width: 404px;
	height: 95px;
    border: 4px solid #FFF;
	margin: auto;
	background: #FFF url(images/prodFooter_bg.jpg) bottom repeat-x;
	text-align: center;
	color: #ff6600;
	padding-top: 30px;
	font-size: 135%;
}

div#prodDetailLeft {
	float: left;
	height: 434px;
	width: 250px;
	text-align: center;
}

html* div#prodDetailRight {
	margin-top: 20px;
}

div#prodDetailRight {
	float: left;
	height: 434px;
	width: 690px;
}

div#prodDetailPic {
	margin: auto;
	/*padding-top: 20px;*/
}

div#naehrwert {
	text-align: left;
	margin: -10px auto auto auto;
	width: 200px;
	height: 220px;
	background: url(images/naehrwert_bg.jpg) no-repeat;
}

p.naehrwertText {
	padding: 20px 0 0 16px;
	color: white;
	font-size: 75%;
	width: 92%;	
}

p.prodHeaderBig {
	color: #F60;
	font-size: 150%;
}

div#prodInfo {
	clear: left;
	padding: 50px 0 0 400px;
	font-size: 80%;
	color: #999;
	font-style: italic;
}


/* KRUNCHYWELT BETA */

div#krunchywelt_container {
	width: 960px;
	margin: auto;
}

div#krunchywelt_header {
	width: 960px;
	height: 76px;
	background: url(images/krunchywelt_header.jpg) no-repeat;
}

div#krunchywelt_shop {
	float: left;
	height: 433px;
	width: 157px;
	background: url(images/krunchywelt_shop_1.jpg) no-repeat;
}

div#krunchywelt_saison {
	float: left;
	height: 433px;
	width: 163px;
	background: url(images/krunchywelt_saison_1.jpg) no-repeat;
}

div#krunchywelt_mix {
	float: left;
	height: 433px;
	width: 160px;
	background: url(images/krunchywelt_mix_1.jpg) no-repeat;
}

div#krunchywelt_treue {
	float: left;
	height: 433px;
	width: 162px;
	background: url(images/krunchywelt_treue_1.jpg) no-repeat;
}

div#krunchywelt_proben {
	float: left;
	height: 433px;
	width: 162px;
	background: url(images/krunchywelt_proben_1.jpg) no-repeat;
}

div#krunchywelt_entstehung {
	float: left;
	height: 433px;
	width: 156px;
	background: url(images/krunchywelt_entstehung_1.jpg) no-repeat;
}

p.krunchywelt_text {
	width: 90%;
	margin: auto;
	text-align: center; 
	padding: 220px 0 0 0;
	font-size: 70%;
}

html* p.krunchywelt_text {
	padding: 200px 0 0 0;
}

div#proben {
	margin: auto auto 20px auto;
	width: 848px;
	background: url(images/30_bg.jpg) no-repeat;
}

div#normform{
	margin: auto auto 20px auto;
	width: 848px;
}

div#kinderkram {
	margin: auto;
	width: 894px;
	background: url(images/bg_kinderkram.jpg) no-repeat;
}

div#proben_text {
	padding: 170px 0 0 55px;
	width: 440px;
}

div#kinderkram_text {
	float: right;
	padding: 145px 45px 0 0;
	width: 390px;
}

div#proben_arrow {
	height: 107px;
	background: url(images/30_pfeil_runter.jpg) 250px no-repeat; 
}

div#kinderkram_arrow {
	height: 107px;
	background: url(images/30_pfeil_runter.jpg) 370px no-repeat;
}

div#proben_form_1 {
	float: left;
	padding-top: 10px;
	width: 400px;
	margin-bottom: 40px;
}

div#proben_form_2 {
	float: left;
	padding-top: 50px;
	padding-left: 30px;
	width: 400px;
	margin-bottom: 40px;
}

div.formreihe {
	width: 400px;
	height: 40px;
}

div.formreihe2 {
	width: 365px;
	height: 35px;
	float: left;
}

div.formreihe3 {
	width: 380px;
	min-height: 20px;
}

div.formreihe3_proben {
	width: 380px;
	min-height: 20px;
	text-align: center;
	margin: auto;
	clear: both;
}

div.formreihe2_status {
	width: 15px;
	height: 35px;
	float: left;
}

div.formreihe label {
	width: 100px;
	padding: 4px 10px 0 0;
	float: left;
	display: block;
}

div.formreihe2 label {
	width: 100px;
	padding: 4px 10px 0 0;
	float: left;
	display: block;
}

div.formreihe input.proben_field {
	padding: 2px;
	font-size: 110%;
	background: url(images/30_formbg.jpg) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

div.formreihe select.proben_field {
	padding: 1px 1px 1px;
	font-size: 110%;
	background: url(images/30_formbg.jpg) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

div.formreihe6 select.proben_field {
	padding: 1px 1px 1px;
	font-size: 110%;
	background: url(images/30_formbg.jpg) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

div.formreihe2 input.proben_field {
	padding: 2px;
	font-size: 110%;
	background: url(images/30_formbg.jpg) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

div.formreihe2 select.proben_field {
	padding: 1px 1px 1px;
	font-size: 100%;
	background: url(images/30_formbg.jpg) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.default_width {
	width: 220px;
}

textarea.proben_txt {
	width: 360px;
	height: 100px;
	background-color: #FFEDC8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}

input.proben_button {
	font-family:Georgia, "Times New Roman", Times, serif;
	background: url(images/30_formbg.jpg) repeat-x;
	font-size: 120%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #000;
	border-right: 1px solid #000;
	padding: 4px 8px;
	cursor: pointer;
	}
	
input.warenkorb_button {
	font-family:Georgia, "Times New Roman", Times, serif;
	background: url(images/30_formbg.jpg) repeat-x;
	font-size: 120%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #000;
	border-right: 1px solid #000;
	padding: 4px 8px;
	cursor: pointer;
	}

html* input.proben_button {
	padding: 2px 0;
}

html* input.proben_button:hover {
	padding: 2px 0;
}

input.proben_button:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	background: white;
	font-size: 120%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #000;
	border-right: 1px solid #000;
	padding: 4px 8px;
	cursor: pointer;
	}

div#treue {
	margin: auto;
	width: 871px;
	background: url(images/treuepunkt_bg.jpg) no-repeat;
}

div#treue_text {
	padding: 130px 0 0 40px;
	width: 600px;
}

html* div#treue_text {
	padding: 150px 0 0 35px;
}

div#treue_arrow {
	height: 107px;
	background: url(images/30_pfeil_runter.jpg) 220px no-repeat; 
}

div#treue_button {
	height: 59px;
	padding: 20px 0 20px 100px;
}

a.treuelink {
	display: block;
	width: 342px;
	height: 59px;
	background: url(images/btn_treueheft.jpg) no-repeat;
}

a.treuelink:hover {
	display: block;
	width: 342px;
	height: 59px;
	background: url(images/btn_treueheft_down.jpg) no-repeat;
}

div#mixHeader {
	margin: auto;
	padding: 0;
	width: 908px;
	height: 610px;
	background: url(images/mix_header.jpg) no-repeat;
	font-size: 110%;
}

div#mixHeader p {
	width: 90%;
	margin: auto;
	padding: 338px 0 0 0;
	text-align: justify;
}

html* div#mixHeader p {
	padding: 310px 0 0 0;
}

div#mixHeader span {
	color: #F60;
	font-weight: bold;
}

div.mixHeadline {
	margin: auto;
	width: 535px;
	height: 70px;
	background: url(images/mix_txthead.jpg) no-repeat;
	font-size: 175%;
	text-align: center;
	padding-top: 14px;
}

div#mixSortAll {
	width: 556px;
	margin: auto;
	text-align: center;
}

div.mixSortSingle {
	width: 136px;
	height: 222px;
	float: left;
	margin-left: 3px;
	background: url(images/mix_krunchy_1.jpg) no-repeat;
	text-align: center;
	cursor: pointer;
}

p.mixSortTip {
	width: 200px;
	height: 200px;
	border: 2px solid #CCC;
	
}

div.mixSortSingle2 {
	width: 136px;
	height: 222px;
	float: left;
	margin-left: 3px;
	background: url(images/mix_krunchy_2.jpg) no-repeat;
	text-align: center;
	cursor: pointer;
}

div.mixSortSingle3 {
	width: 136px;
	height: 222px;
	float: left;
	margin-left: 3px;
	background: url(images/mix_krunchy_3.jpg) no-repeat;
	text-align: center;
	cursor: pointer;
}

div.mixSortSingle4 {
	width: 136px;
	height: 222px;
	float: left;
	margin-left: 3px;
	background: url(images/mix_krunchy_4.jpg) no-repeat;
	text-align: center;
	cursor: pointer;
}

p.Sorte {
	font-size: 80%;
	height: 40px;
	padding-top: 110px;
}
	
p.SortePreis {
	width: 70%;
	margin: auto;
	font-size: 120%;
	padding-top: 5px;
	text-align: left;
	
}

p.SortePreis input {
	margin-right: 15px;
	font-size: 135%;
}

div.mixKleingedruckt {
	margin: auto;
	text-align: center;
	font-size: 75%;
	color: #000;
}

div.mixKleingedruckt2 {
	margin: auto;
	text-align: center;
	font-size: 75%;
	color: #000;
}


div#mixZutatAll {
	width: 560px;
	margin: auto auto auto 60px;
	float: left;
}

div#mixTuete {
	width: 289px;
	height: 510px;
	float: left;
	background: url(images/tuete_bg.jpg) no-repeat;
}

div#gramm {
	text-align: center;
	padding-top: 40px;
	font-size: 110%;
}

div#gepackt {
	margin: 10px auto;
	text-align: center;
	padding: 5px;
	border: 2px solid #F60;
	font-size: 110%;
}

div#mixed {
	width: 210px;
	margin: 250px 0 0 29px;
}

div.mixKrunchy {
	height: 15px;
	padding: 45px 0 0 0;
	color: white;
	font-size: 125%;
	margin: 5px auto;
	text-align: center;
}

div.mix_leer {
	height: 24px;
	padding-top: 5px;
	margin: 2px auto;
	text-align: center;
	color: #FFF;
	background-color:#FFF;
	text-align: center;
}

div.mix_erdbeer {
	height: 24px;
	padding-top: 5px;
	margin: 2px auto;
	color: #FFF;
	background: #F30 url(images/cancel.png) 180px center no-repeat;
	text-align: center;
	cursor: pointer;
}

div.mix_schoko {
	height: 24px;
	padding-top: 5px;
	margin: 2px auto;
	color: #FFF;
	background: #930 url(images/cancel.png) 180px center no-repeat;
	text-align: center;
	cursor: pointer;
}

div.mix_cornflakes {
	height: 24px;
	padding-top: 5px;
	margin: 2px auto;
	color: #000;
	background: #FC0 url(images/cancel.png) 180px center no-repeat;
	text-align: center;
	cursor: pointer;
}

div.mix_haselnuss {
	height: 24px;
	padding-top: 5px;
	margin: 2px auto;
	font-size: 85%;
	color: #FFF;
	background: #C60 url(images/cancel.png) 180px center no-repeat;
	text-align: center;
	cursor: pointer;
}

div.mix_krokodile {
	height: 24px;
	padding-top: 5px;
	margin: 2px auto;
	font-size: 85%;
	color: #FFF;
	background: #F30 url(images/cancel.png) 180px center no-repeat;
	text-align: center;
	cursor: pointer;
}

div.mix_miniringe {
	height: 24px;
	padding-top: 5px;
	margin: 2px auto;
	font-size: 85%;
	color: #FFF;
	background: #B88A00 url(images/cancel.png) 180px center no-repeat;
	text-align: center;
	cursor: pointer;
}

div.mix_cashewnuesse {
	height: 24px;
	padding-top: 5px;
	margin: 2px auto;
	color: #000;
	background: #E8DBA7 url(images/cancel.png) 180px center no-repeat;
	text-align: center;
	cursor: pointer;
}

div.mix_zartbitter {
	height: 24px;
	padding-top: 5px;
	margin: 2px auto;
	color: #000;
	background: #762D01 url(images/cancel.png) 180px center no-repeat;
	text-align: center;
	cursor: pointer;
}

div.mix_sauerkirsch {
	height: 24px;
	padding-top: 5px;
	margin: 2px auto;
	color: #FFF;
	background: #CC0000 url(images/cancel.png) 180px center no-repeat;
	text-align: center;
	cursor: pointer;
}

div.mix_cranberries {
	height: 24px;
	padding-top: 5px;
	margin: 2px auto;
	color: #FFF;
	background: #C30 url(images/cancel.png) 180px center no-repeat;
	text-align: center;
	cursor: pointer;
}

div.mix_weizenpoppies {
	height: 24px;
	padding-top: 5px;
	margin: 2px auto;
	color: #000;
	background: #FCCA54 url(images/cancel.png) 180px center no-repeat;
	text-align: center;
	cursor: pointer;
}

div.mix_weinbeeren {
	height: 24px;
	padding-top: 5px;
	margin: 2px auto;
	color: #FFF;
	background: #664745 url(images/cancel.png) 180px center no-repeat;
	text-align: center;
	cursor: pointer;
}

div.mix_kuerbiskern {
	height: 24px;
	padding-top: 5px;
	margin: 2px auto;
	color: #FFF;
	background: #45544d url(images/cancel.png) 180px center no-repeat;
	text-align: center;
	cursor: pointer;
}

div.mix_waldfruechte {
	height: 24px;
	padding-top: 5px;
	margin: 2px auto;
	color: #FFF;
	background: #330033 url(images/cancel.png) 180px center no-repeat;
	text-align: center;
	cursor: pointer;
}

div.mixZutatSingle {
	width: 136px;
	height: 196px;
	background: url(images/mix_zutat.jpg) no-repeat;
	float: left;
	text-align: center;
	cursor: pointer;
}

div.mixZutatSingle img {
	margin: 6px auto auto auto;
}

div.zutatTitel {
	margin: 0;
	padding: 0;
	height: 60px;
	font-size: 85%;
}
	
div.zutatPreis {
	width: 80%;
	margin: auto;
	font-size: 120%;
	padding-top: 12px;
	text-align: left;
	text-align: center;
	
}

div.zutatPreis input {
	margin-right: 15px;
	font-size: 135%;
}

div#gesamtPreis {
	width: 619px;
	height: 74px;
	margin: auto;
}

div#gesamtPreisText {
	width: 596px;
	height: 74px;
	background: url(images/mix_kasse.jpg) no-repeat;
	font-size: 200%;
	padding: 20px 0 0 35px;
}

div#gesamtPreisText span {
	font-weight: bold;
	color: #f60;
}

div#PreisButtons {
	width: 250px;
	margin: auto;
}

div#gesamtPreisButton {
	width: 213px;
	height: 74px;
	float: left;
}

div#mixEmpfehlungAll {
	width: 836px;
	height: 307px;
	margin: auto;
}

div.mixEmpfehlungSingle {
	width: 209px;
	height: 307px;
	float: left;
}

div.mixEmpfehlungCheck {
	margin: 150px 0 0 120px;
	font-size: 80%;
}

div#shop_header {
	width: 900px;
	height: 160px;
	margin: auto;
}

div#shop_logo {
	margin: 0;
	float: left;
	width: 162px;
	background: url(images/fanshop_logo.jpg) top no-repeat;
	padding: 130px 0 0 0;
	text-align: center;
}

div#shop_basket {
	margin: 20px 0 0 0;
	float: right;
	width: 171px;
	height: 45px;
	background: url(images/fanshop_bg_basket.jpg) no-repeat;
	font-size: 80%;
	text-align: right;
	padding: 2px 10px 0 0;
}

div#shop_basket span {
	font-size: 150%;
	color: #f60;
	font-weight: bold;
}

div#shop_main {
	width: 925px;
	margin-left: 5px;
	padding-bottom: 20px;
}

div#shop_nav {
	float: left;
	width: 199px;
}

div#shop_nav_header {
	width: 199px;
	height: 57px;
	background: url(images/shopMenu_head.jpg) no-repeat;
}

div#shop_nav_middle {
	width: 169px;
	padding: 0 0 0 30px; 
	background: url(images/shopMenu_bg.jpg) repeat-y;
	font-size: 110%;
}

div#kleidung {
	font-size: 80%;
	padding-left: 15px;
}

div#shop_nav_end {
	width: 199px;
	height: 63px;
	background: url(images/shopMenu_end.jpg) no-repeat;
}

div#shop_nav_links {
	font-size: 80%;
	padding: 10px 0 0 20px;
}

div#shop_cc {
	width: 199px;
	height: 55px;
	background: url(images/fanshop_cc.jpg) no-repeat;
}

div#shop_content {
	width: 690px;
	float: right;
}

div.shop_katHeader {
	width: 650px;
	font-size: 110%;
	border-bottom: 1px solid #000;
}

div.shop_thumb {
	margin: 15px 35px 15px 0;
	float: left;
	width: 193px;
	height: 220px;
}

div.shop_thumb_pic {
	width: 180px;
	height: 136px;
	padding: 12px 0 0 13px;
	background: url(images/fanshop_bg_thumb.jpg) no-repeat;
}

div.shop_thumb_txt {
	width: 175px;
	margin: 5px auto;
	height: 58px;
	background: url(images/fanshop_bg_txt.jpg) repeat-x #CCC;
	border: 1px solid #999;
	padding: 4px;
}

div.shop_thumb_preis {
	text-align: right;
	font-weight: bold;
}

div#shop_dBild {
	float: left;
	width: 366px;
	height: 275px;
	padding: 15px 15px 15px 15px;
	background: url(images/fanshop_bg_big.jpg) no-repeat;
}

div#shop_dBeschreibung {
	float: left;
	padding: 0 0 0 10px;
	width: 220px;
}

p.shop_artNr {
	font-size: 70%;
}

p.shop_artHeader {
	font-size: 150%;
}

div.shop_artPreis {
	width: 113px;
	height: 43px;
	font-size: 150%;
	font-weight: bold;
	text-align: right;
	padding: 10px 10px 0 0;
	background: url(images/fanshop_preisschild.jpg) no-repeat;
}

div.shop_artWarenkorb {
	width: 164px;
	height: 27px;
	font-size: 80%;
	padding: 14px 0 0 35px;
	background: url(images/fanshop_wkorb_button.jpg) no-repeat;
}

div#warenkorb {
	margin: auto;
	width: 600px;
	min-height: 200px;
	border: 1px solid #CCC;
	padding: 0 20px 20px 20px;
	background: url(images/shop_warenkorb_bg.jpg) repeat-x;
}


/* REZEPTE */

div.rezeptLeft {
	width: 410px;
	float: left;
	padding: 0 0 0 15px;
}

html* div.rezeptLeft {
	padding: 20px 0 0 15px;
}

div.rezeptRight {
	width: 410px;
	float: left;
	padding: 0 0 0 15px;
	background: url(images/bg_kontakt.jpg) center top no-repeat;
}

html* div.rezeptRight {
	padding: 20px 0 0 15px;
}


/* KONTAKT */

div#kontaktLeft {
	width: 410px;
	float: left;
	padding: 0 0 0 15px;
	background: url(images/bg_kontakt.jpg) center top no-repeat;
}

html* div#kontaktLeft {
	padding: 20px 0 0 15px;
}

div#kontaktRight {
	width: 410px;
	float: right;
	padding: 0 0 0 15px;
	background: url(images/bg_kontakt.jpg) center top no-repeat;
	}

html* div#kontaktRight {
	padding: 20px 0 0 15px;
}

div.kontaktFeld {
	width: 400 px;
	margin: auto;
	min-height: 180px;
}

div.kontaktBild {
	width: 130px;
	text-align: center;
	float: left;
}

div.kontaktText {
	width: 280px;
	float: left;
}

div#presse {
	width: 960px;
	margin: auto;
	padding: 0 30px;
}

div.presseartikel {
	width: 98%;
	margin: auto;
}

div.presseartikel img {
	padding-top: 20px;
	border: none;
}


p.press_download {
	text-align: right;
	width: 80%;
	margin: auto;
	font-size: 80%;
}

div#naturkost {
	width: 900px;
	margin: auto;
	padding: 0 30px 0 30px;	
}

div#naturkost_head {
	width: 900px;
	height: 60px;
	margin: auto;
	background: url(images/newsletter/life_header.jpg) no-repeat;
	text-align: center;
	padding: 120px 0 0 0;
}

div#meinung {
	width: 960px;
	margin: auto;
	padding: 0;
	
}

div#meinungform {
	width: 900px;
	margin: auto;
	padding: 0 30px 0 30px;
	
}

div.radio_good {
	width: 80px;
	height: 40px;
	background: url(images/smilie_top.jpg) no-repeat;
	padding: 10px 0 0 40px;
	float: left;
}

div.radio_med {
	width: 80px;
	height: 40px;
	background: url(images/smilie_med.jpg) no-repeat;
	padding: 10px 0 0 40px;
	float: left;
}

div.radio_bad {
	width: 80px;
	height: 40px;
	background: url(images/smilie_bad.jpg) no-repeat;
	padding: 10px 0 0 40px;
	float: left;
}

div.einzelmeinung {
	width: 934px;
	margin: 30px auto auto auto;
	padding: 0;
}

div.einzelmeinungTop {
	width: 934px;
	height: 37px;
	background: url(images/meinung_head.jpg) no-repeat;
}

div.einzelmeinungMid {
	width: 934px;
	background: url(images/meinung_bg.jpg) repeat-y;
}

div.einzelmeinungMid p {
	width: 90%;
	margin: auto;
	padding: 0;
}

div.einzelmeinungEnd {
	width: 934px;
	height: 75px;
	background: url(images/meinung_end.jpg) no-repeat;
}

div.einzelmeinungEnd p {
	padding: 50px 0 0 120px;
	margin: auto;
	font-style: italic;
	font-weight: bold;
}

html* div.einzelmeinungEnd p {
	padding: 30px 0 0 120px;
}

/*******************/
/****** FOOTER *******/
/*******************/

div#footer {
	margin-top: 50px;
	height: 316px;
	background: url(images/bg_footer.jpg) repeat-x;
	font-size: 75%;
}

div#footerPic {
	width: 927px;
	height: 292px;
	background: url(images/footer_pic.jpg) no-repeat;
	margin: auto;
}

/*div#footerAdress {
	float: left;
	padding: 100px 0 0 130px;
}*/

div#biosiegel {
	float: left;
	padding: 120px 10px 0 160px;
}

html* div#footerAdress {
	padding: 120px 0 0 140px;
}

div#footerAdress p {
	margin-top: -10px;
	}

div#footer h3 {
	font-size: 155%;
	color: #000;
	margin-bottom: 10px;
}

div#footerNewsForm {
	float: left;
	padding: 30px 0 0 60px;
	
}

html* div#footerNewsForm {
	padding: 50px 0 0 60px;
}

input.newsForm {
	padding: 2px;
	font-size: 155%;
	width: 175px;
	background: url(images/30_formbg.jpg) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}

input.newsFormSubmit {
	margin: 0;
	padding: 2px;
	font-size: 110%;
	font-size: 155%;
	background: url(images/30_formbg.jpg) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	cursor: pointer;
}

div#footerNewsForm a {
	color: #666;
	text-decoration: none;
}

div#footerTestimonal {
	float: left;
	width: 200px;
	padding: 100px 0 0 40px;
	background: url(images/testimonal_bg.jpg) bottom right no-repeat;
}

div#footerTestimonal q.footerQuote {
	color: #f60;
	font-size: 120%;
	font-style: italic;
}

div#footerTestimonal p{
	margin-top: -10px;
}

html* div#footerTestimonal {
	padding: 120px 0 0 40px;
}

div#copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 400px;
	padding-top: 2px;
	font-size: 120%;
	margin: auto;
	color: black;
}

div#copyright a {
	color: black;
	text-decoration: none;
}

div.formreihe4 {
	width: 385px;
	height: 35px;
	float: left;
}

div.formreihe4 label {
	width: 120px;
	padding: 4px 10px 0 0;
	float: left;
	display: block;
}

div.formreihe4 input.proben_field {
	padding: 2px;
	font-size: 110%;
	background: url(images/30_formbg.jpg) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

input.proben_field {
	padding: 2px;
	font-size: 110%;
	background: url(images/30_formbg.jpg) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

div.testausgabetitel {
	width: 150px;
	height: 20px;
	float: left;
}

div.testausgabetitel label {
	width: 150px;
	padding: 4px 10px 0 0;
	float: left;
	display: block;
}

div.testausgabetitel2 {
	width: 600px;
	height: 20px;
	float: left;
	font-weight: bold;	
	font-size: 100%;
}

div.testausgabetitel2 label {
	width: 600px;
	padding: 4px 10px 0 0;
	float: left;
	display: block;
}

div.formreihe5 {
	width: 800px;
	height: 35px;
	float: left;
}

div.formreihe5 label {
	width: 120px;
	padding: 4px 10px 0 0;
	float: left;
	display: block;
}

div.formreihe5 input.proben_field {
	padding: 2px;
	font-size: 110%;
	background: url(images/30_formbg.jpg) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

div.formreihe6 {
	width: 400px;
	height: 40px;
	float: left;
}

div.formreihe6 label {
	width: 110px;
	padding: 4px 10px 0 0;
	float: left;
	display: block;
}

div.formreihe6 input.proben_field {
	padding: 2px;
	font-size: 110%;
	background: url(images/30_formbg.jpg) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

div.formreihe6_status {
	width: 15px;
	height: 35px;
	float: left;
}

div.formreihe7 {
	width: 600px;
	height: 40px;
	float: left;
}

div.formreihe7 label {
	width: 250px;
	padding: 4px 10px 0 0;
	float: left;
	display: block;
}

div.formreihe7 input.proben_field {
	padding: 2px;
	font-size: 110%;
	background: url(images/30_formbg.jpg) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

div.formreihe7 textarea {
	width: 305px;
	height: 100px;
	background-color: #FFEDC8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}


div#saisonpaket {
	margin: auto;
	width: 960px;
	height: 664px;
	background: url(images/bg_saisonpaket.jpg) no-repeat;
}

div#saisonpaket_text {
	font-size: 85%;
	margin: auto;
	text-align: center;
	width: 75%;
	padding-top: 350px;
}

a.saisoninfo {
	color: black;
	display: block;
	padding: 4px;
	background: white;
	text-decoration: none;
	width: 350px;
	margin: auto;
}

a.saisoninfo:hover {
	text-decoration: none;
	color: white;
	background: #ff6600;
}

div#saisonpaket_btn {
	padding: 40px 0 0 250px;
	width: 341px;
}

a.saisonpaket_link {
	display: block;
	width: 340px;
	height: 142px;
	background: url(images/btn_saisonpaket.png) no-repeat;
}

/*a.saisonpaket_link:hover {
	display: block;
	width: 340px;
	height: 142px;
	background: url(images/btn_saisonpaket_down.png) no-repeat;
}*/

label.saisonpaket {
	position: absolute;
	top: 525px;
	left: 10%;
	margin-top: 225px;
	margin-left: 75px;
	display: block;
	font-size: 75%;
	width: 200px;
	float: left;
}

a.saisonpaket {
	display: block;
	color: black;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px dotted #F60;
}

div.preiselinks  {
	width: 600px;
	height: 18px;
	float: left;
}

div.preiserechts {
	width: 200px;
	height: 18px;
	float: right;
	text-align: right;
	font-weight: bold;
}

div.preiselinksdetail {
	width: 600px;
	height: 18px;
	float: left;
	color: red;
}

div.preiserechtsdetail {
	width: 200px;
	height: 18px;
	float: right;
	text-align: right;
	font-weight: bold;
	color: red;
}

div#news_left {
	float: left;
	width: 357px;
	padding-top: 220px;
	background: url(images/newsletter/magnete.jpg) no-repeat;

}

div#news_right {
	float: right;
	width: 505px;
	height: 587px;
	background: url(images/newsletter/packungen.jpg) no-repeat;

}

div#kennenlernpaket {
       margin: auto;
       width: 960px; 
       height: 664px; 
       background: url(images/bg_kennenlernpaket.jpg) no-repeat;
}

a.kennenWasist {
       display: block;
       margin: 450px 0 0 40px;
       float: left;
       cursor: pointer;
       width: 196px;
       height: 69px;
       background: url(images/kennen_was.png) no-repeat;
}

a.kennenWasist:hover {
       display: block;
       width: 196px;
       height: 69px;
       background: url(images/kennen_was_down.png) no-repeat;
}

a.kennenBestellen {
       display: block;
       margin: 480px 30px 0 0;
       float: right;
       cursor: pointer;
	   width: 277px;
       height: 69px;
       background: url(images/kennen_btn.png) no-repeat;
}

a.kennenBestellen:hover {
       display: block;
       width: 277px;
       height: 69px;
       background: url(images/kennen_btn_down.png) no-repeat;
}

div#teaser_paket {
     margin: auto;
	 width: 629px;
     height: 168px;
     background: url(images/teaser_pakete.jpg) no-repeat;
}
 

div#teaser_paket h3 {
     color: #ff6600;
     padding: 14px 0 0 170px;
}
 

div#teaser_paket p {
     font-size: 85%;
     margin-top: 10px;
     padding: 0 0 0 170px;
}

div#videoContainer {
	margin: auto;
	padding: 0 20px;
	height: 500px;
}

div#videoContainer h3 {
	font-size: 140%;
	color: #f60;
}

div#videoContainer p {
	padding-bottom: 20px;
}

div#videoLeft {
	width: 400px;
	float: left;
	margin-right: 20px;
}

div#videoRight {
	width: 400px;
	float: left;
}

/* SHIRTOMAT */

div#shirtomat {
	width: 811px;
	margin: auto;
	padding: 0;
}

div#shirtomat_header {
	width: 771px;
	height: 421px;
	background: url(images/shirtomat/shirtomat_header.jpg) no-repeat;
	padding: 110px 10px 0 30px;
	font-size: 14px;
	margin: 0;
}

html* div#shirtomat_header h3 {
	font-size: 16px;
}

div.shirtomat_title {
	width: 537px;
	height: 60px;
	font-size: 32px;
	text-align: center;
	padding-top: 10px;
	margin: 20px auto;
	background: url(images/shirtomat/shirtomat_title.jpg) no-repeat;
}

div#choose_gender {
	text-align: center;
	width: 290px;
	margin: auto;
}

div#choose_size {
	text-align: center;
	width: 580px;
	margin: auto;
}

div#choose_color {
	text-align: center;
	width: 800px;
	margin: auto;
}

div#choose_print {
	text-align: center;
	width: 420px;
	margin: auto;
}

div.box1, .box2 {
	margin-right: 10px;
	float: left;
	background: url(images/shirtomat/shirtomat_box.jpg) no-repeat;
	border: 4px solid #CCC;
}

div.box1 {
	width: 127px;
	height: 130px;
	padding-top: 6px;
	font-size: 25px;
}

div.box1:hover, .box2:hover{
	border: 4px solid #ff6600;
}

div.box2 {
	width: 127px;
	height: 114px;
	padding-top: 22px;
	font-size: 75px;
}

div.box3 {
	width: 103px;
	height: 102px;
	float: left;
	margin-right: 2px;
	border: 4px solid #CCC;
}

div.box3:hover {
	border: 4px solid #ff6600;
}

div.box4 {
	margin-right: 5px;
	float: left;	
	width: 123px;
	height: 102px;
	border: 4px solid #ccc;
}

div.box4:hover {
	border: 4px solid #ff6600;
}

div#shirtomat_mix {
	width: 534px;
	height: 436px;
	background: url(images/shirtomat/shirtomat_mix.jpg) no-repeat;
	margin: auto;
}

div#shirtomat_mix_title {
	text-align: center;
	padding-top: 20px;
	font-size: 32px;
}

div#shirtomat_shirt {
	margin-top: 20px;
	width: 194px;
	height: 239px;
	float: left;
	padding: 100px 0 0 70px;
}

div#shirtomat_buttons {
	float: right;
	margin-top: 200px;
	width: 250px;
	cursor: pointer;
}

div#shirtomat_recommendations {
	width: 630px;
	margin: auto;
	text-align: center;
	color: white;
}

div#shirtomat_recommendations a {
	color: white;
}

div#shirtomat_recommendations a:hover {
	color: white;
}

div#shirtomat_recommendations2 {
	width: 415px;
	margin: auto;
	text-align: center;
}

div.shirtomat_rec1 {
	padding: 190px 10px 0 10px;
	width: 185px;
	height: 163px;
	color: white;
	background: url(images/shirtomat/shirt_maehler.jpg) no-repeat;
	float: left;
}

html* div.shirtomat_rec1 {
	padding: 200px 10px 0 10px;
	height: 153px;
	cursor: pointer;
}

div.shirtomat_rec2 {
	padding: 190px 10px 0 10px;
	width: 185px;
	height: 163px;
	color: white;
	background: url(images/shirtomat/shirt_junghans.jpg) no-repeat;
	float: left;
}

html* div.shirtomat_rec2 {
	padding: 200px 10px 0 10px;
	height: 153px;
	cursor: pointer;
}

div.shirtomat_rec3 {
	padding: 190px 10px 0 10px;
	width: 185px;
	height: 163px;
	color: white;
	background: url(images/shirtomat/shirt_kampic.jpg) no-repeat;
	float: left;
}

html* div.shirtomat_rec3 {
	padding: 200px 10px 0 10px;
	height: 153px;
	cursor: pointer;
}

div.shirtomat_rec4 {
	padding: 190px 10px 0 10px;
	width: 185px;
	height: 163px;
	color: white;
	background: url(images/shirtomat/shirt_groll.jpg) no-repeat;
	float: left;
}

div.shirtomat_rec5 {
	padding: 190px 10px 0 10px;
	width: 185px;
	height: 163px;
	color: white;
	background: url(images/shirtomat/shirt_kohl.jpg) no-repeat;
	float: left;
}

div.shirtomat_rec1, .shirtomat_rec2, .shirtomat_rec3, .shirtomat_rec4, .shirtomat_rec5 h3 {
	font-size: 15px;
}

div.shirtomat_rec1, .shirtomat_rec2, .shirtomat_rec3, .shirtomat_rec4, .shirtomat_rec5 p {
	font-size: 11px;
}

div#tasche_teaser {
	padding: 26px 0 0 175px;
	width: 633px;
	height: 98px;
	margin: auto;
	background: url(images/shirtomat/tasche_teaser.jpg)
}

div.tasche_link {
	text-align: right;
	padding-right: 20px;
	cursor: pointer;
}

div#tasche_teaser span.grey, a.grey {
	color: #333;
	font-weight: bold;
	cursor: pointer;
}

div#tasche_teaser span.red, a.red {
	color: #900;
	font-weight: bold;
}

a.basketLink {
	display:block;
	width: 106px;
	height: 31px;
	background: url(images/basket_1.png) no-repeat;
	padding: 14px 0 0 45px;
	color: black;
	float: right;
	text-decoration: none;
}

a.basketLink:hover {
	display:block;
	width: 106px;
	height: 31px;
	background: url(images/basket_2.png) no-repeat;
	padding: 14px 0 0 45px;
	text-decoration: underline;
}

div#basketStoebern {
	width: 600px;
	margin: auto;
}

div#basketStoebern h3 {
	padding: 0 0 20px 0;
	text-decoration: underline;
	line-height: 18px;
	font-size: 18px;
}

a.Stoebern1, a.Stoebern2, a.Stoebern3, a.Stoebern4, a.Stoebern5, a.Stoebern6 {
	display: block;
	width: 182px;
	height: 72px;
	border: 4px solid #CCC;
	float: left;
	margin: 0 10px 10px 0;
}

a.Stoebern1:hover, .Stoebern2:hover, .Stoebern3:hover, .Stoebern4:hover, .Stoebern5:hover , .Stoebern6:hover {
	border: 4px solid #F60;
}

a.Stoebern1 {
	background: url(images/stoebern_mix.jpg) no-repeat;
}

a.Stoebern2 {
	background: url(images/stoebern_saison.jpg) no-repeat;
}

a.Stoebern3 {
	background: url(images/stoebern_kinderkram.jpg) no-repeat;
}

a.Stoebern4 {
	background: url(images/stoebern_tasche.jpg) no-repeat;
}

a.Stoebern5{
	background: url(images/stoebern_shirtomat.jpg) no-repeat;
}

a.Stoebern6{
	background: url(images/stoebern_verkauf.jpg) no-repeat;
}

/* WERKSVERKAUF */

div#werksverkauf {
	width: 905px;
	margin: auto;
	background: url(images/vaw_bg.jpg) top no-repeat;
}

div#verkaufsformular {
	width: 537px;
	margin: auto;
	padding-top: 20px;
}

div.vawForm {
	height: 32px;
	background: url(images/vaw_bgform.jpg) repeat-x;
	padding: 16px 0 0 8px;
	border-top: 2px solid #F60;
}

span.vawFormHeader {
	font-size: 120%;
	color: #f60;
}

h3.vawh3 {
	margin: 0 0 20px 0;
}

div.verkaufsformular_title {
	width: 537px;
	height: 60px;
	font-size: 32px;
	text-align: center;
	padding-top: 10px;
	margin: 10px auto;
	background: url(images/shirtomat/shirtomat_title.jpg) no-repeat;
}

div#werksverkaufLeft {
	width: 259px;
	margin: 20px 0 0 20px;
	float: left;
}

a.karton{
	display: block;
	width: 138px;
	height: 67px;
	font-size: 120%;
	border: 2px solid #CCC;
	padding: 20px 0 0 90px;
	background: url(images/vaw_karton_link.jpg) no-repeat;
	float: left;
	margin: 0 0 50px 20px;
}

a.karton:hover {
	border: 2px solid #F60;
}

a.misch{
	display: block;
	width: 138px;
	height: 67px;
	font-size: 120%;
	border: 2px solid #CCC;
	padding: 20px 0 0 90px;
	background: url(images/vaw_misch_link.jpg) no-repeat;
	margin: 0 0 0 20px;
	float: left;
}

a.misch:hover {
	border: 2px solid #F60;
}

a.karton2{
	display: block;
	width: 158px;
	height: 67px;
	font-size: 120%;
	border: 2px solid #CCC;
	padding: 20px 0 0 90px;
	background: url(images/vaw_karton_link.jpg) no-repeat;
	margin: 0 0 10px 12px;
	float: left;
}

a.karton2:hover {
	border: 2px solid #F60;
}

a.misch2{
	display: block;
	width: 158px;
	height: 67px;
	font-size: 120%;
	border: 2px solid #CCC;
	padding: 20px 0 0 90px;
	background: url(images/vaw_misch_link.jpg) no-repeat;
	float: left;
	margin: auto;
	margin: 0 0 0 8px;
}

a.misch2:hover {
	border: 2px solid #F60;
}

div#werksverkaufRight {
	margin: 5px 0 0 12px;
	width: 580px;
	float: left;
}

/* Verkauf ab Werk (neue Version) */
#prodVK_VPEHeader {
	width: 642px;
	height: 33px;
	background: url(images/prodVK/prodVK_VPE_header.jpg) no-repeat;
	padding: 16px 0 0 15px;
	font-size: 105%;
	float: left;
}

#prodVK_VPEHeader2 {
	width: 247px;
	height: 33px;
	float: left;
	margin-left: 58px;
}

.prodVK_VPECont {
	height: 210px;
}

.spacerVK {
	height: 10px;
}

.prodVK_VPEFront {
	height: 210px;
	width: 239px;
	float: left;
}

.prodVK_VPEText {
	height: 200px;
	width: 150px;
	padding-top: 10px;
	background: url(images/prodVK/prodVK_VPE_bg.jpg) repeat-x;
	float: left;
	font-size: 70%;
}

	.prodVK_VPEText h3 {
		font-size: 120%;
		color: #ff6600;
	}

.prodVK_VPEMid {
	height: 210px;
	width: 670px;
	background: url(images/prodVK/prodVK_VPE_bg.jpg) repeat-x;
	float: left;
}

	.prodVK_VPEMid table {
		font-size: 75%;
		text-align: center;
	}
	.prodVK_VPEMid img {
		border: none;
		margin: auto;
	}
	
.prodVK_VPEMidBig {
	height: 210px;
	width: 670px;
	background: url(images/prodVK/prodVK_VPE_bg.jpg) repeat-x;
	float: left;
}

	.prodVK_VPEMidBig table {
		font-size: 75%;
		text-align: center;
	}
	.prodVK_VPEMidBig img {
		border: none;
		margin: auto;
	}
	
	input.submit {
		background: #333;
		font-size: 85%;
		color: white;
		padding: 2px 2px;
		margin-left: 4px;
		border: 1px solid #666;
	}

.prodVK_VPEEnd {
	height: 210px;
	width: 7px;
	background: url(images/prodVK/prodVK_VPE_end.jpg) no-repeat;
	float: left;
}

#prodVK_MKHeader {
	width: 327px;
	height: 33px;
	background: url(images/prodVK/prodVK_MK_header.jpg) no-repeat;
	padding: 16px 0 0 15px;
	font-size: 105%;
	float: left;
}

#prodVK_MKHeader2 {
	width: 267px;
	height: 33px;
	float: left;
	margin-left: 350px;
}

.prodVK_MKCont {
	background: url(images/prodVK/prodVK_MK_bg.jpg);
	width: 480px;
	height: 190px;
	padding: 20px 0 0 0;
	float: left;
}

	.prodVK_MKCont img {
		float: left;
		padding-right: 20px;
	}

	.prodVK_MKTitle {
		height: 25px;
		color: #ff6600;
		padding-left: 20px;
		font-size: 120%;
	}
	
	.prodVK_MKIncludes {
		height: 120px;
		padding: 10px 0 0 20px;
		font-size: 85%;
	}
	
	.prodVK_MKIncludes ul {
		list-style-type: none;
	}
	
	.prodVK_MKOrder {
		text-align: right;
		height: 25px;
		padding: 0 20px 0 0;
		font-size: 75%;
	}

div#popupBasket {
	width: 400px;
	height: 130px;
	border: 4px solid #FE8A01;
	background-color: white;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -65px;
	margin-left: -200px;
	z-index: 1;
	color: black;
	padding: 10px 20px;
	font-size: 18px;
	text-align: center;
	visibility: hidden;
}