/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	background-color:#683924;
	height: 100%;
	background-image: url(bilder/layout/hg_body.jpg);
	background-position: center 357px;
	background-repeat:repeat-y;
	font-family:Tahoma, Arial, sans-serif, Verdana;
}

#wrapperbox {
	margin: 0 auto;
	width: 864px;
}

/*headerbereich -----------------------------------------------------*/
#headerbox_logo {
	width: 212px;
	height: 141px;
	position:absolute;
	margin: 18px 0 0 330px;
	z-index:99;
}

#headerbox_logo img {
	behavior: url("pngbehavior.htc"); /* einmal mehr ein hack f&uuml;r Alphatransparenz im IE 5.5+  */
}

#headerbox {
	background-image:url(bilder/layout/headerbox.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: 357px;
	width:864px;
	z-index:70;
}

#headerbox_enem {
	font-size:65%;
	position:absolute;
	margin: 80px 0 0 620px;
	color: #917644;
}

#headerbox_enem a {
	color: #917644;
	text-decoration:underline;
}

#headerbox_enem a:hover {
	color: #695029;
}

/*headernavigation -----------------------------------------------------*/
#headerbox_navi {
	font-size:65%;
	position:absolute;
	margin: 80px 0 0 120px;
}

#headerbox_navi ul li{
	list-style-type:none;
}

#headerbox_navi li{
	display:inline;
}

#headerbox_navi .navi_lo a {
	text-decoration:none;
	color: #A83E25;
}

#headerbox_navi .navi_hi {
	font-weight:bold;
}

#headerbox_navi .navi_hi a {
	text-decoration:underline;
	color: #A83E25;
}

.navi_home {
	background-image:url(bilder/layout/home_grafik.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding: 0 10px 0 14px;
}

.navi_kontakt {
	background-image: url(bilder/layout/kontakt_grafik.gif); 
	background-repeat:no-repeat;
	background-position:left;
	padding: 0 10px 0 14px;
}

.navi_sitemap {
	background-image:url(bilder/layout/sitemap_grafik.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding: 0 10px 0 14px;
}

/*headerbereich Foto-----------------------------------------------------*/

#picbox {
	width:454px;
	height: 149px;
	margin: 170px 0 0 290px;
	float:right;
	position:absolute;
}

#picbox .index_brot {
	margin: -90px 0 0 10px;
	width: 417px;
	height: 149px;
}

#picbox img {
	behavior: url("pngbehavior.htc"); /* einmal mehr ein hack f&uuml;r Alphatransparenz im IE 5.5+  */
}

/*inhaltsbereich -----------------------------------------------------*/

#mainbox {
	width: 400px;
	margin: 0 0 0 300px;
	font-size: 70%;
	line-height: 160%;
	color:#282828;
	padding: 0 0 40px 0;
}

#mainbox_wide {
	width: 580px;
	margin: 0 0 0 90px;
	font-size: 75%;
	line-height: 160%;
	color:#282828;
	padding: 0 0 40px 50px;
}


#mainbox ul {
	margin-left: 10px;
	padding:5px;
	/*list-style-position: inside;*/
	color:#282828;
}

#mainbox ul li{
	margin: 0 0 5px 10px;
	padding:0;
	list-style-position:outside;
	color:#282828;
	line-height:125%;
}

img.img_right {
	margin: 0 0 0 14px ;
	float: right;
	border: 1px solid #282828;
}

a {
	/*color:#282828;*/
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*Navigationsbereich -----------------------------------------------------*/

#navigation {
	width: 159px;
	height: 139px;
	background-color:#A83E25;
	color: #FFFFFF;
	font-weight:bold;
	padding: 5px;
	font-size: 80%;
	margin: 170px 1px 0 120px;
	position:absolute;
	float:left;
}

#navigation ul li{
	list-style-type:none;
	padding: 5px 0 5px 15px;
}

#navigation ul li.navi_hi {
	text-decoration:none;
	background-image:url(bilder/layout/navi_hi_border.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin:0 0 0 -5px;
	padding-left: 20px;
}

#navigation ul li.navi_hi a{
	color: #FFFFFF;
	text-decoration:none;
	border-bottom: 1px solid #FFFFFF;
	display:block;
}

#navigation ul li.navi_lo {
	text-decoration:none;
}

#navigation ul li.navi_lo a{
	text-decoration:none;
	color: #FFFFFF;
	border-bottom: 1px solid #A83E25;
	display:block;
}


/*Überschriften -----------------------------------------------------*/

h1 {
	color:#A83E25;
	font-size: 160%;
	text-align:right;
	padding: 0 0 15px 0;
	font-family:Tahoma, Arial, sans-serif, Verdana;
	line-height: 110%;
	margin: 0;
}

h2 {
	font-size: 110%;
	padding: 0px 0 5px 0;
	font-family:Tahoma, Arial, sans-serif, Verdana;
}


/*Aktionspreis & Aktionspreis durchgestrichen-----------------------*/
.ap {
	/*Bestell-Liste: "Neu" Bezeichnung*/
	font-size: 100%;
	font-weight:bold;
	font-family:Tahoma, Arial, sans-serif, Verdana;
	color:#A83E25;
}

.ap-lt{
	/*Bestell-Liste: Preis durchstreichen*/
	font-size: 95%;
	text-decoration:line-through;
	font-weight:normal;
	font-family:Tahoma, Arial, sans-serif, Verdana;
}


/*Absätze -----------------------------------------------------*/

#mainbox p, #mainbox_wide p {
	text-align:justify;
	margin-bottom: 10px;
}




/*Tabellen Eigenschaften -----------------------------------------------------*/
table.table_format {
	background-color:#FFFFFF;
	border: 1px solid #DFDFDF;
	border-collapse: collapse;
	width: 100%;
}

table.table_format th {
	background-color:#DFDFDF;
	color: #626262;
	font-weight:bold;
	padding:5px;
	text-align:left;
}

table.table_format td {
	border: 1px solid #DFDFDF;
	padding: 5px;
}

table.table_format input {
	background-color:#FFFFFF;
	border: 1px solid #C0C0C0;
}

table.table_format input.dunkler_hg {
	background-color:#DFDFDF;
}

/*Sonstige Formatierungen -----------------------------------------------------*/

#top_button {
	background-image:url(bilder/layout/pfeil_top.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size: 80%;
	padding: 0 0 0 10px;
	margin: 14px 0 0 0;
	border-top: 1px solid #ccc;
	clear:both;
}

#top_button a{
	/*color: #5B5B5B;*/
	text-decoration:none;
}

#top_button a:hover {
	text-decoration:underline;
}

#zurueck_button {
	background-image:url(bilder/layout/pfeil_back.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size: 80%;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
}

#zurueck_button a{
	color: #5B5B5B;
	text-decoration:none;
}

#zurueck_button a:hover {
	text-decoration:underline;
}


#more_button {
	background-image:url(bilder/layout/pfeil_right.gif);
	background-position:left 6px;
	background-repeat:no-repeat;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
}

#more_button a{
	/*color: #5B5B5B;*/
	text-decoration:none;
}

#more_button a:hover {
	text-decoration:underline;
}

#breadcrumb {
	font-size: 95%;
}

.icon_wako{
	border:none;
	vertical-align:middle;
}

div.aktuell_box {
	border-left: 5px solid #A83E25;
	padding-left: 10px;

}

.error {
	color:#FFFFFF;
	background-color:#A83E25;
	font-weight:bold;
	padding-left: 10px;
	margin-bottom: 5px; 
}

.error a {
	color:#FFFFFF;
}


/*easyedit Formatierungen -----------------------------------------------------*/

.body_ee {
	padding: 0 5px 15px 0;
	margin: 0 0 6px 0;
	text-align: justify;
}

.body_ee ul li {
	list-style-type: disc;
	list-style-position:inside;
	background-color: none;
	margin: 5px;
	padding: 0 5px;
}

.body_ee ol {
	margin: 5px;
	padding: 0 5px;
	list-style-position:inside;
}

.body_ee_list {
	padding: 0 5px 15px 10px;
	border: 1px solid #E0E9B8;
	margin: 0 0 5px 0;
	height:auto;
	width: 500px;
}

.body_ee_list a {
	color: #000000;
}

.body_ee a {
	/*color: #000000;*/
}

h2.titel_ee a {
	color: #A83E25;
}

h2.titel_ee {
	font-size: 120%;
	padding: 5px 0 10px 0;
	margin: 0;
	color:#A83E25;
	text-align: left;
	text-decoration: underline;
}

.body_ee .teaser_ee {
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
}

.body_ee_list .teaser_ee {
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
}

.text_ee {
	margin: 0;
	padding: 0;
}

/*.link a { 					// brauchts des?
	color:#67821C;
	font-weight:bold;
	padding: 0 0 0 3px;
	border-left: 8px solid #BAD21F;
}*/

.body_ee .picbox {
	float: right;
	padding: 5px;
	width: 150px;
	text-align: center;
	font-size: 80%;
}

.picbox_pic {
	text-align: center;
}

.picbox_nopic {
	text-align: center;
	background:#FFFFFF;
	width:150px;
	height: 90px;
	border: 1px solid #ccc;
	margin-bottom: 3px;
}

.picbox_nopic a {
	color: #ccc;
	font-weight:normal;
}

.picbox_pic_text {
	text-align: center;
}

.picbox_pic_text a {
	color:#666666;
}

div.picbox_pic img {
	margin: 5px;
	border: 1px solid #405B00;
	font-size: 80%;

}

.date_ee {
	font-weight: bold;
	font-size: 95%;
	background-color:#FFFFFF;
	display: inline;
	padding: 0 5px 2px 4px;
	margin-left: -10px;
	border-left: 13px solid #BBD21F;
	color:#67821C;
}

p.p_bodybottom {
	clear:both;
}
=======
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	background-color:#683924;
	height: 100%;
	background-image: url(bilder/layout/hg_body.jpg);
	background-position: center 357px;
	background-repeat:repeat-y;
	font-family:Tahoma, Arial, sans-serif, Verdana;
}

#wrapperbox {
	margin: 0 auto;
	width: 864px;
}

/*headerbereich -----------------------------------------------------*/
#headerbox_logo {
	width: 212px;
	height: 141px;
	position:absolute;
	margin: 18px 0 0 330px;
	z-index:99;
}

#headerbox_logo img {
	behavior: url("pngbehavior.htc"); /* einmal mehr ein hack f&uuml;r Alphatransparenz im IE 5.5+  */
}

#headerbox_logo img#printlogo {
	display:none; 
}

#headerbox {
	background-image:url(bilder/layout/headerbox.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: 357px;
	width:864px;
	z-index:70;
}

/*headernavigation -----------------------------------------------------*/
#headerbox_navi {
	font-size:65%;
	position:absolute;
	margin: 80px 0 0 120px;
}

#headerbox_navi ul li{
	list-style-type:none;
}

#headerbox_navi li{
	display:inline;
}

#headerbox_navi .navi_lo a {
	text-decoration:none;
	color: #A83E25;
}

#headerbox_navi .navi_hi {
	font-weight:bold;
}

#headerbox_navi .navi_hi a {
	text-decoration:underline;
	color: #A83E25;
}

.navi_home {
	background-image:url(bilder/layout/home_grafik.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding: 0 10px 0 14px;
}

.navi_kontakt {
	background-image: url(bilder/layout/kontakt_grafik.gif); 
	background-repeat:no-repeat;
	background-position:left;
	padding: 0 10px 0 14px;
}

.navi_sitemap {
	background-image:url(bilder/layout/sitemap_grafik.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding: 0 10px 0 14px;
}

/*headerbereich Foto-----------------------------------------------------*/

#picbox {
	width:454px;
	height: 149px;
	margin: 170px 0 0 290px;
	float:right;
	position:absolute;
}

#picbox .index_brot {
	margin: -90px 0 0 10px;
	width: 417px;
	height: 149px;
}

#picbox img {
	behavior: url("pngbehavior.htc"); /* einmal mehr ein hack f&uuml;r Alphatransparenz im IE 5.5+  */
}

/*inhaltsbereich -----------------------------------------------------*/

#mainbox {
	width: 400px;
	margin: 0 0 0 300px;
	font-size: 70%;
	line-height: 160%;
	color:#282828;
	padding: 0 0 40px 0;
}

#mainbox_wide {
	width: 580px;
	margin: 0 0 0 90px;
	font-size: 75%;
	line-height: 160%;
	color:#282828;
	padding: 0 0 40px 50px;
}


#mainbox ul {
	margin-left: 10px;
	padding:5px;
	/*list-style-position: inside;*/
	color:#282828;
}

#mainbox ul li{
	margin: 0 0 5px 10px;
	padding:0;
	list-style-position:outside;
	color:#282828;
	line-height:125%;
}

img.img_right {
	margin: 0 0 0 14px ;
	float: right;
	border: 1px solid #282828;
}

a {
	/*color:#282828;*/
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*Navigationsbereich -----------------------------------------------------*/

#navigation {
	width: 159px;
	height: 139px;
	background-color:#A83E25;
	color: #FFFFFF;
	font-weight:bold;
	padding: 5px;
	font-size: 80%;
	margin: 170px 1px 0 120px;
	position:absolute;
	float:left;
}

#navigation ul li{
	list-style-type:none;
	padding: 5px 0 5px 15px;
}

#navigation ul li.navi_hi {
	text-decoration:none;
	background-image:url(bilder/layout/navi_hi_border.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin:0 0 0 -5px;
	padding-left: 20px;
}

#navigation ul li.navi_hi a{
	color: #FFFFFF;
	text-decoration:none;
	border-bottom: 1px solid #FFFFFF;
	display:block;
}

#navigation ul li.navi_lo {
	text-decoration:none;
}

#navigation ul li.navi_lo a{
	text-decoration:none;
	color: #FFFFFF;
	border-bottom: 1px solid #A83E25;
	display:block;
}


/*Überschriften -----------------------------------------------------*/

h1 {
	color:#A83E25;
	font-size: 160%;
	text-align:right;
	padding: 0 0 15px 0;
	font-family:Tahoma, Arial, sans-serif, Verdana;
	line-height: 110%;
	margin: 0;
}

h2 {
	font-size: 110%;
	padding: 0px 0 5px 0;
	font-family:Tahoma, Arial, sans-serif, Verdana;
}


/*Aktionspreis & Aktionspreis durchgestrichen-----------------------*/
.ap {
	/*Bestell-Liste: "Neu" Bezeichnung*/
	font-size: 100%;
	font-weight:bold;
	font-family:Tahoma, Arial, sans-serif, Verdana;
	color:#A83E25;
}

.ap-lt{
	/*Bestell-Liste: Preis durchstreichen*/
	font-size: 95%;
	text-decoration:line-through;
	font-weight:normal;
	font-family:Tahoma, Arial, sans-serif, Verdana;
}


/*Absätze -----------------------------------------------------*/

#mainbox p, #mainbox_wide p {
	text-align:justify;
	margin-bottom: 10px;
}




/*Tabellen Eigenschaften -----------------------------------------------------*/
table.table_format {
	background-color:#FFFFFF;
	border: 1px solid #DFDFDF;
	border-collapse: collapse;
	width: 100%;
}

table.table_format th {
	background-color:#DFDFDF;
	color: #626262;
	font-weight:bold;
	padding:5px;
	text-align:left;
}

table.table_format td {
	border: 1px solid #DFDFDF;
	padding: 5px;
}

table.table_format input {
	background-color:#FFFFFF;
	border: 1px solid #C0C0C0;
}

table.table_format input.dunkler_hg {
	background-color:#DFDFDF;
}

tr.only_print {
	display:none;
	height:0;
	font-size: 0;
	padding: 0;
	margin:0;
	line-height: 0;
}

tr.spacer ,
tr.spacer td {
	height:0;
	font-size: 0;
	padding: 0;
	margin: 0;
	line-height: 0;
	visibility:hidden;
	border: none;
}

/*Sonstige Formatierungen -----------------------------------------------------*/

#top_button {
	background-image:url(bilder/layout/pfeil_top.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size: 80%;
	padding: 0 0 0 10px;
	margin: 14px 0 0 0;
	border-top: 1px solid #ccc;
	clear:both;
}

#top_button a{
	/*color: #5B5B5B;*/
	text-decoration:none;
}

#top_button a:hover {
	text-decoration:underline;
}

#zurueck_button {
	background-image:url(bilder/layout/pfeil_back.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size: 80%;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
}

#zurueck_button a{
	color: #5B5B5B;
	text-decoration:none;
}

#zurueck_button a:hover {
	text-decoration:underline;
}


#more_button {
	background-image:url(bilder/layout/pfeil_right.gif);
	background-position:left 6px;
	background-repeat:no-repeat;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
}

#more_button a{
	/*color: #5B5B5B;*/
	text-decoration:none;
}

#more_button a:hover {
	text-decoration:underline;
}

#breadcrumb {
	font-size: 95%;
}

.sortiment {
	font-size: 95%;
	line-height: 12px;
}

.sortiment a {
	font-size: 110%;
	font-weight: bold;
	line-height: 14px;
}

.icon_wako{
	border:none;
	vertical-align:middle;
}

div.aktuell_box {
	border-left: 5px solid #A83E25;
	padding-left: 10px;

}

.error {
	color:#FFFFFF;
	background-color:#A83E25;
	font-weight:bold;
}

.error a {
	color:#FFFFFF;
}

#only_print_form {
	display:none;
}

/*easyedit Formatierungen -----------------------------------------------------*/

.body_ee {
	padding: 0 5px 15px 0;
	margin: 0 0 6px 0;
	text-align: justify;
}

.body_ee ul li {
	list-style-type: disc;
	list-style-position:inside;
	background-color: none;
	margin: 5px;
	padding: 0 5px;
}

.body_ee ol {
	margin: 5px;
	padding: 0 5px;
	list-style-position:inside;
}

.body_ee_list {
	padding: 0 5px 15px 10px;
	border: 1px solid #E0E9B8;
	margin: 0 0 5px 0;
	height:auto;
	width: 500px;
}

.body_ee_list a {
	color: #000000;
}

.body_ee a {
	/*color: #000000;*/
}

h2.titel_ee a {
	color: #A83E25;
}

h2.titel_ee {
	font-size: 120%;
	padding: 5px 0 10px 0;
	margin: 0;
	color:#A83E25;
	text-align: left;
	text-decoration: underline;
}

.body_ee .teaser_ee {
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
}

.body_ee_list .teaser_ee {
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
}

.text_ee {
	margin: 0;
	padding: 0;
}

/*.link a { 					// brauchts des?
	color:#67821C;
	font-weight:bold;
	padding: 0 0 0 3px;
	border-left: 8px solid #BAD21F;
}*/

.body_ee .picbox {
	float: right;
	padding: 5px;
	width: 150px;
	text-align: center;
	font-size: 80%;
}

.picbox_pic {
	text-align: center;
}

.picbox_pic_text {
	text-align: center;
}

.picbox_pic_text a {
	color:#666666;
}

div.picbox_pic img {
	margin: 5px;
	border: 1px solid #405B00;
	font-size: 80%;

}

.date_ee {
	font-weight: bold;
	font-size: 95%;
	background-color:#FFFFFF;
	display: inline;
	padding: 0 5px 2px 4px;
	margin-left: -10px;
	border-left: 13px solid #BBD21F;
	color:#67821C;
}

p.p_bodybottom {
	clear:both;
}
