html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	font-family:Verdana, Helvetica, Geneva, Swiss, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333333;
	background-color:#FFA400;
	background-image:url('../images/background_store.gif');
	background-position:50%;
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	text-align:center;
}

/* fuer den IE 6 */
td {
	font-family:Verdana, Helvetica, Geneva, Swiss, sans-serif;
	font-size:11px;
}

/* Grundlayout ************************************************************* */

#main {
	position:relative;
	width:996px;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:left;
}

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

#header {
	width:100%;
	height:172px;
	background-image:url('../images/store/background_header.gif');
	background-repeat:no-repeat;
}

#header_logo {
	position:absolute;
	left:767px;
	top:0px;
	width:162px;
	height:172px;
}

#header_storeinfo {
	font-size:11px;
	color:#000000;
	line-height:32px;
	padding-left:10px;
}

#header_home {
	border:none;
	position:absolute;
	left:950px;
	top:10px;
	width:36px;
	height:11px;
}

/* Artikel Navigation ****************************************************** */

#artikel_navigation {
	height:106px;
	background-color:transparent;
}

#artikel_navigation ul {
	list-style:none;
	margin:5px 0px 0px 0px;
	padding:0px;
}

#artikel_navigation li {
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;
}

#artikel_navigation a:link, #artikel_navigation a:active, #artikel_navigation a:visited {
	font-size:12px;
	font-weight:bold;
	color:#CC3300;
	background-color:transparent;
	background-image:url('../images/store/artikel_nav_arrow.gif');
	background-repeat:no-repeat;
	text-decoration:none;

	display:block;
	line-height:19px;
	padding-left:20px;
}

#artikel_navigation a:hover {
	color:#333333;
	background-color:#FF8A00;
	text-decoration:none;
}

#artikel_navigation a.aktiv:link, #artikel_navigation a.aktiv:active, #artikel_navigation a.aktiv:visited, #artikel_navigation a.aktiv:hover {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	background-color:#FF8A00;
	background-image:url('../images/store/artikel_nav_arrow.gif');
	background-repeat:no-repeat;
	text-decoration:none;

	display:block;
	line-height:19px;
	padding-left:20px;
}

/* Artikel Rubriken ******************************************************** */

.kopfzeile_hinweis {
	margin-top:4px;
	font-size:12px;
	font-weight:bold;
	color:#B20027;
}

/* Infoleiste ************************************************************** */

#infoleiste {
	background-color:#B20027;
	line-height:36px;
	width:100%;
}

#infoleiste table {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

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

#artikel {
	width:678px;
	float:left;
}

#artikel_foto {
	width:678px;
	height:200px;
}

#artikel_rubrik_beschreibung {
	font-size:12px;
	color:#333333;
	background-color:#FFEAB3;
	line-height:25px;
	padding-left:10px;
}

#artikel_hinweise {
	font-size:10px;
	line-height:14px;

	padding:10px;
}

/* Artikelliste ************************************************************ */

tr.artikelliste_zebra1 {
	background-color:#FFD565;
}

tr.artikelliste_zebra2 {
	background-color:#FFE47A;
}

td.artikelliste_header {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	background-color:#FF8A00;

	padding:5px 10px 5px 10px;
	white-space:nowrap;
}

td.artikelliste_zutaten_header {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	background-color:#FFB43E;

	padding:5px 10px 5px 10px;
	white-space:nowrap;
}

td.artikelliste_text {
	font-size:11px;
	line-height:16px;
	color:#333333;
}

td.artikelliste_zutaten_text {
	font-size:11px;
	line-height:16px;
	color:#333333;
	background-color:#FFEA97;

	padding:5px 10px 5px 10px;
}

td.artikelliste_zutaten_text_hintergrund {
	background-color:#FFEA97;
}

td.artikelnummer {
	font-size:11px;
}

td.artikelliste_variante {
	width: 12em;
	font-size:11px;
}

td.artikelpreis {
	font-size:11px;
	white-space:nowrap;
}

td.artikelwarenkorb {
	padding-left: 0.5em;
}

input.artikelbutton {
/*
	display: inline;
	white-space: normal;

	font-weight:bold;
	color:#CC3300;
	padding:0px;
	border: none;
	background-color: transparent;
*/
}

input.extrabutton {
	padding-left: 5px;
}

.artikelliste {
	font-weight:bold;
	line-height:22px;
	color:#CC3300;
}

a.artikelliste:link, a.artikelliste:active, a.artikelliste:visited {
	font-weight:bold;
	color:#CC3300;
	background-image:none;
	padding:0px;
	text-decoration:none;
}

a.artikelliste:hover {
	color:#CC3300;
	text-decoration:underline;
}

/* Warenkorb *************************************************************** */

#warenkorb_iframe {
	background-color:#FFD154;
	width:318px;
	float:right;
}

#warenkorb {
	background-color:#FFD154;
	width:318px;
	text-align:left;
}

p.lieferzeit {
	text-align:center;
}

td.warenkorb_header {
	font-size:11px;
	font-weight:bold;
	color:#333333;
	background-color:#FF8A00;
	padding:5px 5px 5px 5px;
	white-space:nowrap;
}

td.warenkorb_menge {
	font-size:10px;
	line-height:14px;
	color:#333333;
	background-color:#FFDC7D;

	padding:5px 5px 5px 5px;
	border-bottom:1px solid #FFB43E;
	white-space:nowrap;
	vertical-align:top;
	text-align:right;
}

td.warenkorb_text {
	font-size:10px;
	line-height:14px;
	color:#333333;
	background-color:#FFDC7D;

	padding:5px 5px 5px 5px;
	border-bottom:1px solid #FFB43E;
	vertical-align:top;
}

td.warenkorb_text select {
	width:170px;
	font-size:10px;
}

td.warenkorb_preis {
	font-size:10px;
	line-height:14px;
	color:#333333;
	background-color:#FFDC7D;

	padding:5px 5px 5px 5px;
	border-bottom:1px solid #FFB43E;
	white-space:nowrap;
	vertical-align:top;
	text-align:right;
}

td.warenkorb_summe {
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	color:#333333;
	background-color:#FFDC7D;

	padding:5px 5px 5px 5px;
	border-bottom:1px solid #FFB43E;
	white-space:nowrap;
	vertical-align:top;
	text-align:right;
}

td.warenkorb_summepreis {
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	color:#333333;

	padding:5px 5px 5px 5px;
	border-bottom:1px solid #FFB43E;
	background-color:#FFB43E;
	white-space:nowrap;
	vertical-align:top;
	text-align:right;
}

td.warenkorb_mindestbestellwert {
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	color:#333333;
	background-color:#FFDC7D;

	padding:5px 5px 5px 5px;
	border-bottom:1px solid #FFB43E;
	white-space:nowrap;
	vertical-align:top;
	text-align:right;
}

td.warenkorb_mindestbestellwertpreis {
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	color:#FFFFFF;

	padding:5px 5px 5px 5px;
	border-bottom:1px solid #FFB43E;
	background-color:#B20027;
	white-space:nowrap;
	vertical-align:top;
	text-align:right;
}

td.warenkorb_bestellen {
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	color:#333333;
	background-color:#FFDC7D;

	padding:20px 5px 20px 5px;
	text-align:center;
}

/* Warenkorb Bestellformular *********************************************** */

#warenkorb_bestellformular {
	margin:8px;
}

#warenkorb_bestellformular table td {
	font-size:11px;
	color:#333333;
}

.formularfehler {
	color:#FFFFFF;
	background-color:#B20027;
	padding:13px;
	margin:0px;
}

.clear {
	clear:both;	
}

.formtext {
	font-family:Courier,"Courier New",monospace;
	font-size:14px;
	background-color:#FFFFFF;
	border:1px solid #B20027;
}

.select_variante {
	font-family:Courier,"Courier New",monospace;
	font-size:10px;
}

/* Links ****************************************************************** */

a:link, a:active, a:visited {
	color:#CC3300;
	background-image:none;
	padding:0px;
	text-decoration:none;
}

a:hover {
	color:#CC3300;
	text-decoration:underline;
}

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

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 200px;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

table.menue td {
	white-space:nowrap;
}

