body, html
{
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  background: #fff url(../css_images/bg.gif) repeat-y center;
  text-align: center;
  color: #fff;
  margin: 0px;
}

a
{
  color: #AF0000;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#frame
{
  margin: 0px auto;
  width: 940px;
  text-align: left;
  background: #fff url(../css_images/bg_frame.gif) repeat-x top fixed;
}

.links{float:left;}
.rechts{float:right;}

/* Header */

#header
{
  width: 940px;
  height: 180px;
  margin: 0px;
  padding:0px;
}

#logo_spacer
{
  padding: 0px;
  padding-top: 121px;
  margin: 0px;
  float: left;
}

#logo
{
  padding: 0px;
  padding-top: 25px;
  margin: 0px;
  float: left;
  margin-right: 7px;
}

/* Navigation */

#navigation
{
  padding-top: 121px;
  width:778px;
  height:30px;
  font-size:0.85em;
  position:relative;
  z-index:2000;
  float: left;
}

/* hack to correct IE5.5 faulty box model */
* html #navigation
{
  width:776px;
  w\idth:775px;
}

/* style the links for the top level */
#navigation a, #navigation a:visited
{
  display:block;
  font-size:14px;
  text-decoration:none;
  color:#009;
  height:28px;
  background:#0f73cc url(../css_images/bg_navi.gif);
  line-height:28px;
  padding: 0px 10px 0px 10px;
  border-left: 1px solid #7f7f95;
  border-right: 1px solid #dfdfe8;
  width: 105px;
}

/* remove all the bullets, borders and padding from the default list styling */
#navigation ul
{
  padding:0;
  margin:0;
  list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#navigation li {
  float:left;
  position:relative;
  display: inline;
}

#navigation li span.navi_start {
  width: 1px;
  background-color: #dfdfe8;
  height: 28px;
  display: block;
}

#navigation li span.navi_ende {
  width: 1px;
  background-color: #7f7f95;
  height: 28px;
  display: block;
}

#navigation ul ul
{
  visibility:hidden;
  position:absolute;
  height:0;
  top:28px;
  left:0;
  width:143px;
  border: 0px solid white;
  border-top: 1px;
}

/* another hack for IE5.5 */
* html #navigation ul ul {top:27px;top:28px;}

/* another hack for IE5.5 */
* html #navigation ul ul ul {top:-1px;top:-1px;}

/* style the second level links */
#navigation ul ul a, #navigation ul ul a:visited
{
  background:#0f73cc;
  color:#fff;
  height:auto;
  line-height:11px;
  padding:5px 10px;
  width:121px;
  border-width:0;
  font-size:11px;
}
/* yet another hack for IE5.5 */
* html #navigation ul ul a, * html #navigation ul ul a:visited {width:123px;width:121px;}

/* style the second level background */
#navigation ul ul a.drop, #navigation ul ul a.drop:visited
{
  background:#0f73cc url(../css_images/drop.gif) center right no-repeat;
}
/* style the second level hover */

#navigation ul ul a:hover
{
  color: #0f73cc;
  background: #a9d7ff;
}

#navigation ul ul a.drop:hover
{
  color: #0f73cc;
  background:#a9d7ff url(../css_images/drop.gif) center right no-repeat;
}

#navigationu ul ul :hover > a.drop
{
  color: #0f73cc;
  background:#a9d7ff url(../css_images/drop.gif) center right no-repeat;
}

#navigation ul ul li
{
  width:141px;
  border: 1px solid white;
  border-top: 0px;
}


/* position the third level flyout menu */
#navigation ul ul ul{left:142px; top:0px; width:143px;}

/* position the third level flyout menu for a left flyout */
#navigation ul ul ul.left {left:-149px;}

/* style the third level background */
#navigation ul ul ul a, #navigation ul ul ul a:visited
{
  background:#0f73cc;
  width:121px;
}

/* style the third level hover */
#navigation ul ul ul a:hover
{
  background:#a9d7ff;
}


/* style the top level hover */
#navigation a:hover, #navigation ul ul a:hover
{
  color:#0f73cc;
}

#navigation :hover > a, #navigation ul ul :hover > a
{
  background:#a9d7ff;
  color:#0f73cc;
}

#navigation :hover > a, #navigation ul :hover > a
{
  background: none;
}

/* make the second level visible when hover on first level list OR link */
#navigation ul li:hover ul,
#navigation ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#navigation ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#navigation ul :hover ul :hover ul{ visibility:visible;}

#navigation a:hover{background: none;}

/* style the table so that it takes no part in the layout - required for IE to work */
#navigation table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* Breadcrumbs */

#tracker
{
  padding-left: 25px;
  padding-top: 5px;
  color: #fff;
  float: left;
}

#tracker a
{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#tracker a:hover
{
  text-decoration: underline;
}

#main
{
  padding: 0px;
  margin: 0px 0px 0px 0px;
  clear: both;
  width: 940px;
}

#left
{
  width: 132px;
  float: left;
  margin: 0px;
  margin-left: 20px;
  padding: 0;
  display: inline;
}

#right
{
  width: 132px;
  float: left;
  padding: 0;
  margin: 0px;
}

ul.button
{
  padding: 0px;
  margin: 0px;
  padding-top: 10px;
}

ul.button li
{
  list-style-type: none;
  text-align: left;
  border: 1px solid #00019c;
  width: 130px;
  height: 30px;
  line-height: 30px;
  background-color: #000099;	
}

ul.button li.artikel
{
  color: #fff;
  background: #00019c;
  padding-left: 10px;
  width: 120px;
  height: 60px;
	display: block;
}

ul.button li a
{
  padding-left: 10px;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 30px;
  background-color: #000099;
}

html > body ul.button li a
{
  background: #000099 url(../css_images/verlauf.png) repeat-x scroll center bottom;
}

ul.button_rot
{
  padding: 0px;
  margin: 0px;
  padding-top: 10px;
}

ul.button_rot li
{
  list-style-type: none;
  text-align: left;
  border: 1px solid #af0000;
  width: 130px;
  height: 30px;
  line-height: 30px;
}

ul.button_rot li a
{
  padding-left: 10px;
  color: #fff;
  text-decoration: none;
	display: block;
  background: #af0000;
}

ul.button_rot li a:hover
{
  color: #af0000;
  background: #fff;
}

b.aldi
{
  font-family: "arial black", arial, helvetica, sans-serif;
}

ul.button li a:hover
{
  color: #00019c;
  background: #fff;
}

.rollout_teaser
{
  border: 1px solid #00019c;
  width: 130px;
  margin-top: 10px;
  background: #fff;
  float: left;
}

.rollout_teaser ul
{
  padding: 0px;
  margin: 0px;
}

.rollout_teaser ul li
{
  color: #fff;
  padding-left: 10px;
  display: block;
  background-color: #000099;
}

* html .rollout_teaser ul li
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/verlauf.png')
}

.rollout_teaser ul li { position:relative; z-index:1000; }

html > body .rollout_teaser ul li
{
  background: #000099 url(../css_images/verlauf.png) repeat-x scroll center bottom;
}

.rollout_teaser p
{
  margin: 5px 0px 5px 0px;
}

.rollout_teaser a
{
  display: block;
  background: #0f73cc;
  width: 120px;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  padding: 0;
  padding-left: 10px;
  margin: -3px 0 0 0;
}

.rollout
{
  color: #00019c;
  padding: 5px;
  margin: 0px;
  line-height: 12px;
  font-size: 12px;
  font-weight: bold;
}

.rollout a
{
  width: 105px;
  display: block;
  color: #b90101;
  font-size: 11px;
  background: #fff;
  text-decoration: underline;
  font-weight: bold;
}

.rollout a.zwei
{
  padding-left: 10px;
  width: 105px;
}

.rollout a:hover
{
  text-decoration: none;
}

/* Artikel Schnellnavigation*/

#artikel
{
  width: 130px;
  height: 300px;
  overflow:auto;
  float: left;
  background: #fff;
  color: #00019c;
  border: 1px solid #00019c;
}

#artikel ul
{
  clear: left;
  border: 0px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-align: left;
}

#artikel ul li
{
  border-bottom: 1px solid #00019c;
  line-height: 16px;
}

#artikel ul li.aktiv a
{
  background: #0f73cc;
  color: #fff;
}

#artikel ul li a
{
  padding-left: 5px;
  color: #00019c;
	display: block;
	text-decoration: none;
	font-size: 12px;
  background:#e8e8e8;
}

#artikel ul li a:hover
{
  background: #0f73cc;
  color: #fff;
}

#artikel ul li a div.right
{
  width: 105px;
  text-align: right;
  color: #b90000;
}

#artikel ul li a:hover div.right
{
  color: #fff;
}


/* Einkaufszettel */

#einkaufszeittel
{
  margin-left: -8px;
  margin-top: 10px;
  float: left;
  display: inline;
  background: transparent url(../css_images/einkaufszettel.png) no-repeat scroll 0%; 
  width: 146px; 
  height: 210px;
}

#einkaufszeittel_inner
{
  margin: 48px 0pt 0pt; 
  padding: 0px 17px; 
  height: 140px; 
  width: 112px; 
  font-size: 10px; 
  color: rgb(0, 0, 153); 
  float: left;
}

/* Quicklinks */

.quicklinks
{
  width: 122px;
  background: #0f73cc;
  margin: 10px 0px 0px 0px;
  float: left;
  padding: 5px;
}

.box
{
  width: 122px;
  float: left;
  margin: 0px;
  margin-bottom: 4px;
  color: #009;
  padding:0px;
}

.box_top
{
  background: url(../css_images/box_top.gif) bottom no-repeat;
  height: 2px;
  width: 122px;
  float: left;
  font-size:1px;
}

.box_content
{
  background: #ccc;
  float: left;
  width: 122px;
  padding: 0;
  padding-bottom: 2px;
  padding-top: 2px;
}

.box_content h4
{
  color: #009;
  font-size: 14px;
  padding: 0px 4px 0px 4px;
  margin: 0px;
}

.box_content h5
{
  font-size: 14px;
  padding: 5px;
  margin: 0px;
  color: #fff;
  background-color: #000099;
}

* html .box_content h5
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/verlauf.png')
}

.box_content h5 { position:relative; z-index:1000; }

html > body .box_content h5
{
  background: #000099 url(../css_images/verlauf.png) repeat-x scroll center bottom;
}

.box_content img
{
  padding: 0px 1px;
  margin: 0px;
}

.box_content p
{
  color: #009;
  margin: 0px 4px 0px 4px;
  padding: 0px 4px 0px 4px;
  background: #fff;
}

.box_content .right
{
  text-align: right;
/*  color: #b90101; */
  color: #009;
  font-weight: bold;
  margin: 0px 1px;
  padding: 0px 4px 0px 4px;
  background: #fff;
  width: 112px;
}

.box_bottom
{
  background: url(../css_images/box_bottom.gif) no-repeat;
  height: 2px;
  width: 122px;
  float: left;
  font-size:1px;
}

/* maincontent */

#content
{
  display: inline;
  width: 611px;
  float: left;
  margin: 0px 10px 0 15px;
  padding-bottom: 65px;
}

#content ul li
{
	margin-bottom: 6px;
}

#content ul ul li
{
	margin: 10px 0 10px 0;
}

#content div.white
{
  background: #fff;
  width: 600px;
}

#content div.white p
{
  color: #009;
  padding: 10px;
}

#content h1, #content h2.h1_headline
{
  padding: 0px 1px 0px 11px;
  margin: 10px 0px 0px 2px;
  height: 32px;
  line-height: 32px;
  width: 590px;
  font-weight: normal;
  display: block;
  font-size: 22px;
  position:relative;
  background-color: #000099;
}

#content h1 { position:relative; z-index:1000; }

html > body #content h1
{
  background: #000099 url(../css_images/verlauf.png) repeat-x scroll center bottom;
}

#content h1.Montag
{
  background-color: #af0000;
}

#content h1.Dienstag
{
  background-color: #af0000;
}

#content h1.Montag { position:relative; z-index:1000; }

#content h1.Dienstag { position:relative; z-index:1000; }

html > body #content h1.Montag
{
  background: #af0000 url(../css_images/verlauf.png) repeat-x scroll center bottom;
}

html > body #content h1.Dienstag
{
  background: #af0000 url(../css_images/verlauf.png) repeat-x scroll center bottom;
}

#content h1.gutbio
{
  background-color: #005a1c;
}

#content h1.gutbio { position:relative; z-index:1000; }

html > body #content h1.gutbio
{
  background: #005a1c url(../css_images/verlauf.png) repeat-x scroll center bottom;
}

#content h3
{
  color:#0F73CC;
  font-size:22px;
  line-height:24px;
  margin:0;
  padding:0 0 20px;
}

sup
{
  line-height:6px;
}

div.content_product_width
{
  width:592px;
  height:204px;
  padding:4px 6px 0 6px;
  margin:10px 0 0 0;
  color:#000099;
}

* html div.content_product_width
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_start.png');	
  margin-left: 2px; 
}

div.content_product_width a { position:relative; z-index:1000; }
					
html > body div.content_product_width
{
  background-image:url(../css_images/bg_start.png);
}


.content_product_width_img
{
  width:360px;
  margin-top:4px;
  text-align:center;
  float:left;
}
 
.content_product_width_img img
{
  border: 0;
}

.content_product_width_text
{
  float:right;
  width:230px;
  margin-top:3px;
}

.content_product_width_prodtitle
{
  height:90px;
  padding:10px;
  font-size: 16px;
}

.content_product_width_prodtitle a
{
  color: #000099;
}

div.content_product_half
{
  padding: 4px 6px 0pt;
  background: transparent url(../css_images/bg_start_klein.png) no-repeat;
  width: 282px;
  height: 170px;
  margin-top: 10px;
  color: #000099;
	margin-right: 8px; 
	float: left;
}

.info2
{
  height: 43px;
  text-align: right;
  bottom: 0;
  padding: 0px 5px 0px 0px;
  position:relative;
}

.info2 p
{
  margin:0;
  padding:0;
  bottom: 0;
}

.content_product_width h2, .content_product_width h2.blau, .content_product_width h2.Donnerstag, .content_product_half h2.blau
{
  margin:0;
  padding:4px 7px;
  font-size: 18px;
  line-height:20px;
  color:#fff;
  position:relative;
  font-weight:normal;
  background-color: #000099;
}

.content_product_width h2, .content_product_width h2.blau, .content_product_width h2.Mittwoch, .content_product_half h2.blau
{
  margin:0;
  padding:4px 7px;
  font-size: 18px;
  line-height:20px;
  color:#fff;
  position:relative;
  font-weight:normal;
  background-color: #000099;
}

.content_product_width h2.blau, .content_product_width h2.Donnerstag, .content_product_width h2, .content_product_half h2.blau { position:relative; z-index:1000; }

.content_product_width h2.blau, .content_product_width h2.Mittwoch, .content_product_width h2, .content_product_half h2.blau { position:relative; z-index:1000; }


html > body .content_product_width h2.blau, html > body .content_product_width h2.Donnerstag, html > body .content_product_width h2, html > body .content_product_half h2.blau
{
  background: #000099 url(../css_images/verlauf.png) repeat-x scroll center bottom;
}

html > body .content_product_width h2.blau, html > body .content_product_width h2.Mittwoch, html > body .content_product_width h2, html > body .content_product_half h2.blau
{
  background: #000099 url(../css_images/verlauf.png) repeat-x scroll center bottom;
}

.content_product_width h2.rot, .content_product_width h2.Montag, .content_product_half h2.rot
{
  margin:0;
  padding:4px 7px;
  font-size:18px;
  line-height:20px;
  color:#fff;
  position:relative;
  font-weight:normal;
  background-color: #af0000;
}

html > body .content_product_width h2.rot, html > body .content_product_width h2.Montag, html > body .content_product_half h2.rot
{
  background: #af0000 url(../css_images/verlauf.png) repeat-x scroll center bottom;
}

.content_product_width h2.rot, .content_product_width h2.Dienstag, .content_product_half h2.rot
{
  margin:0;
  padding:4px 7px;
  font-size:18px;
  line-height:20px;
  color:#fff;
  position:relative;
  font-weight:normal;
  background-color: #af0000;
}

html > body .content_product_width h2.rot, html > body .content_product_width h2.Dienstag, html > body .content_product_half h2.rot
{
  background: #af0000 url(../css_images/verlauf.png) repeat-x scroll center bottom;
}

.content_product_width h2.green
{
  margin:0;
  padding:4px 7px;
  font-size:20px;
  line-height:20px;
  color:#fff;
  position:relative;
  font-weight:normal;
  background-color: #005a1c;
}

html > body .content_product_width h2.green
{
  background: #005a1c url(../css_images/verlauf.png) repeat-x scroll center bottom;
}

.content_product_width h2.hblau, .content_product_half h2.hblau
{
  margin:0;
  padding:4px 7px;
  font-size:20px;
  line-height:20px;
  color:#fff;
  position:relative;
  font-weight:normal;
  background-color: #0f73cc;
}

html > body .content_product_width h2.hblau, html > body .content_product_half h2.hblau
{
  background: #0f73cc url(../css_images/verlauf.png) repeat-x scroll center bottom;
}

.PV .logo
{
  width:71px;
  height:49px;
  position:absolute;
  right:0px; top:-6px;
  background: transparent url(../css_images/pv_logo.png) no-repeat;
}

.AKTUELL .logo
{
  width:68px;
  height:44px;
  position:absolute;
  right:0px;
  top:-5px;
  background: transparent url(../css_images/aktuell_mini.png) no-repeat;
}

.TIPP .logo
{
  width: 132px;
  height: 43px;
  position: absolute;
  right: 1px;
  top: -5px;
  background: transparent url(../css_images/tipp_mini.png) no-repeat;
}

.NEU .logo
{
  width: 41px;
  height: 29px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: transparent url(../css_images/neu.png) no-repeat;
}


.GUTBIO .logo
{
  width:56px;
  height:43px;
  position:absolute;
  right:1px;
  top:-5px;
  background: transparent url(../css_images/gutbio_logo_1.png) no-repeat;
}

/* offer */

.offer_big
{
  margin: -3px 3px 5px 3px; 
  height: 417px;
  width: 297px;	
  float: left;
}

.offer_big_content
{
  padding: 10px 12px 0pt;
  height: 355px;
  font-size: 18px;
}

* html #content .offer_big_content
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_akt_top22.png')
}

#content .offer_big_content a{ position:relative; z-index:1000; }

html > body #content .offer_big_content
{
  background-image:url(../css_images/bg_akt_top22.png);
}
	
.offer_big_content img
{
  border: 1px solid #CCCCCC; 
  margin-top: 20px;
}
		
.offer_big_content a
{
  color: #000099
}
	
.offer_big_footer
{
  padding: 3px 10px 0pt 0pt;
  height: 48px;
  text-align: right;
}
	
* html #content .offer_big_footer
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_akt_bot22.png')
}

#content .offer_big_footer a{ position:relative; z-index:1000; }

html > body #content .offer_big_footer
{
  background-image:url(../css_images/bg_akt_bot22.png);
}

* html #content .Montag .offer_big_footer
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_akt_bot22_rot.png')
}

* html #content .Dienstag .offer_big_footer
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_akt_bot22_rot.png')
}

#content .Montag .offer_big_footer a{ position:relative; z-index:1000; }

html > body #content .Montag .offer_big_footer
{
  background-image:url(../css_images/bg_akt_bot22_rot.png);
}

#content .Dienstag .offer_big_footer a{ position:relative; z-index:1000; }

html > body #content .Dienstag .offer_big_footer
{
  background-image:url(../css_images/bg_akt_bot22_rot.png);
}

#content .akt_offer	{
	margin: -3px 3px 7px 3px;
	height: 206px;
	width: 146px;
	float: left;
}

	#content .akt_offer_content {
	
		height:164px;
		padding: 10px 12px 0 12px;
		
		-moz-background-clip: -moz-initial;
		-moz-background-origin: -moz-initial;
		-moz-background-inline-policy: -moz-initial;
	}
	
* html #content .akt_offer_content
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_akt_top.png')
}

#content .akt_offer_content a{ position:relative; z-index:1000; }

html > body #content .akt_offer_content
{
  background-image:url(../css_images/bg_akt_top.png);
}
		#content .akt_offer_content img {
			border: 1px solid #CCCCCC;
			margin-top: 4px;
		}
		
		#content .akt_offer_content a {
			color:#000099;
			font-size:12px;
		}
		
	
	#content .akt_offer_footer {
		padding: 5px 10px 0pt 0pt;
		height: 27px;
		
		text-align: right;
		font-size: 14px;
		
		-moz-background-clip: -moz-initial;
		-moz-background-origin: -moz-initial;
		-moz-background-inline-policy: -moz-initial;
	}
	
* html #content .akt_offer_footer
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_akt_bot.png')
}

#content .akt_offer_footer a{ position:relative; z-index:1000; }

html > body #content .akt_offer_footer
{
  background-image:url(../css_images/bg_akt_bot.png);
}
	
* html #content .Montag .akt_offer_footer
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_akt_bot_rot.png')
}

#content #content .Montag .akt_offer_footer a{ position:relative; z-index:1000; }

* html #content .Dienstag .akt_offer_footer
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_akt_bot_rot.png')
}

#content #content .Dienstag .akt_offer_footer a{ position:relative; z-index:1000; }

html > body #content .Montag .akt_offer_footer
{
  background-image:url(../css_images/bg_akt_bot_rot.png);
}

html > body #content .Dienstag .akt_offer_footer
{
  background-image:url(../css_images/bg_akt_bot_rot.png);
}

* html #content .gutbio .akt_offer_footer
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_bot_gutbio.png')
}

#content #content .gutbio .akt_offer_footer a{ position:relative; z-index:1000; }

html > body #content .gutbio .akt_offer_footer
{
  background-image:url(../css_images/bg_bot_gutbio.png);
}

#content .pv .akt_offer_footer
{
  padding: 0;
  height:32px;
  text-align:right;
  font-size:10px;
}    

* html #content .pv .akt_offer_footer
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_akt_bot_pv2.png')
}

#content .pv .akt_offer_footer a{ position:relative; z-index:1000; }

html > body #content .pv .akt_offer_footer
{
  background-image:url(../css_images/bg_akt_bot_pv2.png);
}

.pv_neu
{
  float:left;
  width:73px;
  padding:0 0 0 0px;
  line-height:12px;
  text-align:center;
  color:#ffffff;
}

.pv_alt
{
  float:right;
  width:73px;
  padding:0 0 0 0;
  line-height:12px;
  text-align:center;
  color:#000000;
  position:relative;
}

.pv_alt_bg
{
  position:absolute;
  left:2px;
  top:3px;
  width:60px;
  height:23px;
}
	
* html .pv_alt_bg
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/alt.png')
}

html > body .pv_alt_bg
{
  background-image:url(../css_images/alt.png);
}

.cat_icon
{
  position: absolute;
  right: 0px;
  top: -5px;
}

/* OFFER Details */

#content .offer_top
{
  width:604px;
  height:15px;
  margin:10px 0 0 0;
}

* html #content .offer_top
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_ivtop_g.png')
}

#content #content .offer_top a{ position:relative; z-index:1000; }

html > body #content .offer_top
{
  background-image:url(../css_images/bg_ivtop_g.png);
}

* html #content .gutbio_top
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_bio_top.png')
}

#content #content .gutbio_top a{ position:relative; z-index:1000; }

html > body #content .gutbio_top
{
  background-image:url(../css_images/bg_bio_top.png);
}

#content .offer_main
{
  color:#000099;
  width:564px;
  padding:1px 20px;
  margin-left: 0;
  

}

* html #content .offer_main
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_ivmid_g.png', sizingMethod='scale')
}

#content #content .offer_main a{ position:relative; z-index:1000; }

html > body #content .offer_main
{
  background-image:url(../css_images/bg_ivmid_g.png);
}

* html #content .gutbio_main
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_bio_mid.png', sizingMethod='scale')
}

#content #content .gutbio_main a{ position:relative; z-index:1000; }

html > body #content .gutbio_main
{
  background-image: url(../css_images/bg_bio_mid.png);
  
  background-color: transparent;
  
  min-height: 350px !important;
  height: auto;
  
  background-position: bottom left;
  background-repeat: no-repeat;
  
}

.offer_main h2
{
  font-size: 18px;
  margin: 0;
  padding: 0;
}

#content .offer_bottom
{
  width:604px;
  height:15px;
  margin-left: 0;
}

* html #content .offer_bottom
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_ivdown_gk.png')
}

#content .offer_bottom a{ position:relative; z-index:1000; }

html > body #content .offer_bottom
{
  background-image:url(../css_images/bg_ivdown_gk.png);
}

* html #content .gutbio_bottom
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_bio_bot.png')
}

#content .gutbio_bottom a{ position:relative; z-index:1000; }

html > body #content .gutbio_bottom
{
  background-image:url(../css_images/bg_bio_bot.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.anszet
{
  width:250px;
  height:40px;
  padding:0 0 0 0px;
}

.lupe{background:url(../css_images/lupe.gif) no-repeat; padding-left:20px; display:block; height:20px;}
.zettel{background:url(../css_images/zettel.gif) no-repeat; padding-left:20px; display:block; height:20px;}

.bildbox{
width:272px;
height:272px;

}

.textbox{
width:280px;
min-height:279px !important;
height:auto;
color:#000099;
}

.preisbox
{
width:262px;
height:45px;
font-size:14px;
padding:2px 10px 0 0;
text-align:right;
background:url(../css_images/preis_blau270.gif) no-repeat;
color:#FFFFFF;
}

.preisbox strong, .preisbox-bio strong{
font-size:32px;
}

#content .Montag .preisbox
{
background:url(../css_images/preis_rot270.gif) no-repeat;
}

#content .Dienstag .preisbox
{
background:url(../css_images/preis_rot270.gif) no-repeat;
}

.preisbox-bio{
    width:262px;
    height:47px;
    font-size:14px;
    padding:20px 10px 0 0;
    text-align:right;
    background:url(../css_images/bg_gutbio_gr270.png) no-repeat;
    color:#FFFFFF;
    position:absolute;
    top:256px;
}

.preisbox-pv{
width:242px;
height:45px;
font-size:14px;
padding:2px 10px 0 0;
text-align:right;
background:url(../css_images/bg_pv_bot_gross.gif) no-repeat;
color:#000099;
}

.preisbox-pv strong{
font-size:32px;
}

.preisbox_alt_bg
{
  position: absolute;
  left: 22px;
  top: 20px;
  width: 60px;
  height: 23px;
}

* html .preisbox_alt_bg
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/alt.png', sizingMethod='scale')
}

#content .preisbox_alt_bg a{ position:relative; z-index:1000; }

html > body #content .preisbox_alt_bg
{
  background-image:url(../css_images/alt.png);
}

.bildbox img {
border:1px solid #CCCCCC;
}

/* Linkboxen Listen */
#content .linkbox  {
	float:left;
	font-size:10px;
	height:40px;
	margin:0 7px 10px 7px;
	padding:2px 5px;
	width:128px;
}

		#content .linkbox a {
			color:#FFFFFF;
			position: relative;
			text-decoration: none;
			z-index: 1000;
		}
		
		#content .linkbox.DonnerstagLinkbox  {
			background: transparent url(../css_images/b_offer_do.png) no-repeat scroll left top;
		}
		
		#content .linkbox.MontagLinkbox  {
			background: transparent url(../css_images/b_offer_mo.png) no-repeat scroll left top;
		}
        
		#content .linkbox.MittwochLinkbox  {
			background: transparent url(../css_images/b_offer_do.png) no-repeat scroll left top;
		}
        
		#content .linkbox.DienstagLinkbox  {
			background: transparent url(../css_images/b_offer_mo.png) no-repeat scroll left top;
		}
		
	
#footer
{
  clear: both;
  height: 100px;
}

#buttons
{
  padding:10px 0 10px 0;
  height:30px;
  clear: both;
/*
  width: 600px;
  padding: 10px 0px 0px 0px;
  clear: both;
*/
}

.content_box_oben
{
  width:604px;
  height:12px;
  margin-top:10px;
	margin-left: 1px; 
  float: left;
}

* html .content_box_oben
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_aldi_oben.png', sizingMethod='scale');	
}

.content_box_oben a { position:relative; z-index:1000; }

html > body .content_box_oben
{
  background-image:url(../css_images/bg_aldi_oben.png);
}

* html .zettel-header
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/zettel_top.png', sizingMethod='scale');	
  height:125px;
}

html > body .zettel-header
{
  background-image:url(../css_images/zettel_top.png);
  height:125px;
}

.content_box_mitte
{
  width:584px;
  padding:0 10px 0 10px;
  color:#00019C;
  margin-left: 1px; 
  float: left;
}

* html .content_box_mitte
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_aldi_mitte.png', sizingMethod='scale');	
}

.content_box_mitte a { position:relative; z-index:1000; }

html > body .content_box_mitte
{
  background-image:url(../css_images/bg_aldi_mitte.png);
}

.content_box_unten
{
  height:130px;
  width:604px;
  margin-left: 1px; 
  clear: both;
}

* html .content_box_unten
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/bg_aldi_foot.png');	
  margin-left: 2px; 
}

.content_box_unten a { position:relative; z-index:1000; }
					
html > body .content_box_unten
{
  background-image:url(../css_images/bg_aldi_foot.png);
}

.content_box_unten_nologo {
	background-image: url(../css_images/bg_unten.png); 
	height: 10px; 
	width: 604px; 
	margin-left: 1px; 
	margin-bottom: 10px;
}

.content_box_unten_nologo a { position:relative; z-index:1000; }
					
html > body .content_box_unten_nologo
{
  background-image:url(../css_images/bg_aldi_foot.png);
}

.image_left
{
  margin: 12px 0 0 20px;
}

#buttons_links
{
  float: left;
}

#buttons_rechts
{
  text-align: right;
}

#aldi_prinzip
{
  width: 940px;
  margin: 0px;
  clear: both;
  float: left;
  clear: both;
  z-index:100;
}

#system_navi
{
  color: #000;
  font-size: 10px;
  text-align: center;
}

#system_navi a
{
  color: #000;
}

span.aktuell a
{
  color: #af0000 !important;
  font-size: 12px;
}

#content p
{
  margin: 0 0 12px 0;
}

#content li
{

}

#content .fotoservice_button
{
  background: transparent url(../css_images/bg_button.gif) no-repeat scroll 0% 0%;
  width: 310px;
  height: 28px;
  padding-top: 4px;
  float: left;
}

#content .fotoservice_button p
{
  text-align: center;
}

#content .fotoservice_button1
{
  background: #fff url(../css_images/button1.gif) no-repeat; 
  float: right; 
  width: 197px; 
  height: 26px; 
  line-height: 26px; 
  text-align: center;
}

#content .fotoservice_button1 p
{
  text-align: center;
}

#content .fotoservice_button2
{
  background: #fff url(../css_images/button2.gif) no-repeat; 
  float: right; 
  width: 109px; 
  height: 19px; 
  line-height: 19px; 
  text-align: center;
}

#content .fotoservice_button2 p
{
  text-align: center;
}

/* VVA */

span.aldi {
	font-family: arial black,arial,helvetica,sans-serif;
	font-weight:bold;
}

	#navigation a span.aldi, #sitemap a span.aldi, #sitemap_r a span.aldi{
	font-family: Inherit;
	font-weight:bold;
}

/* Sitemap */
#sitemap,#sitemap_r{
	width:230px;
}
#sitemap    ul li,
#sitemap_r  ul li{
	color:#000099;
	
}
#sitemap    ul li a,
#sitemap    ul li a:visited,
#sitemap_r  ul li a,
#sitemap_r  ul li a:visited{
	font-weight:bold;
	color:#000099;
}
/*---------------*/
#sitemap    ul li ul li,
#sitemap_r  ul li ul li{
	margin-left:-40px;
	padding:0;
	list-style-type:none;
	
}
#sitemap    ul li ul li a,
#sitemap    ul li ul li a:visited,
#sitemap_r  ul li ul li a,
#sitemap_r  ul li ul li a:visited{
	font-weight:normal;

}
/*---------------*/
#sitemap    ul li ul li ul li,
#sitemap_r  ul li ul li ul li{
	padding-left:10px;
	list-style-type:circle;
	margin-left: 0px;
	
}

/* Karriere */
#content .box_shadow{
	background: transparent url(../css_images/box_shadow.png) no-repeat;
	padding:15px;
	width:228px;
	height:258px;
	position:relative;
	float:right;
	margin: 12px 20px 0 0;
}
#content .box_grey{
	background:#F0F0F0;
	padding:10px;
	margin:10px;
}

.gutbioplakat
{
  margin-top: 11px;
  padding: 230px 20px 0 20px;
  height: 663px;
  font-size: 16px;
  position: relative;
  margin-left: 1px;
  color: #000099;
  width:564px;
}
/*
* html #content .gutbioplakat
{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css_images/gutbio_plakat.png', sizingMethod='scale');
}

#content .gutbioplakat a{ position:relative; z-index:1000; }

html > body
*/
#content .gutbioplakat
{
  background-image:url(../css_images/gutbio_plakat.png);
}

* html #content .gutbioplakat
{
  padding: 230px 20px 0 20px;
  height: 660px;
}

/* Allgemeine Klassen */
.left {
	float:left;
}

.right {
	float:right !important;
}
	
.red {
	background-color: #B90101;
}

.green {
	background-color: #005A1C;
}

.white, .white a {
	color: #FFF ! important;
}

@media screen {
  .print { position:absolute;display: none; visibility:hidden;top:0;left:0;}
}

@media print {
  .screen { position:absolute;display: none; visibility:hidden;}
  html > body .pv_alt_bg {background-image:none;}
}

/*---------------------------------- */

.content_box_info {
	margin-top: 10px;
  width: 604px;
}

.content_box_info_top {
	background:url(../css_images/bg_content_box_info_top.png) no-repeat top;
	height: auto;
	padding: 5px 10px 5px 10px;
}

.content_box_info_top h5 {
	/*width: 600px;*/
	
	background:url(../css_images/verlauf.png) #000099 repeat-x bottom;
	margin:0;
	padding:4px 7px;
	font-size:20px;
	line-height:20px;
	color:#fff;
	position:relative;
	font-weight:normal;
}

.content_box_info_content {
	background:url(../css_images/bg_content_box_info_content.png) repeat-y top;
	padding: 5px 10px 5px 10px;
	color:#000099;
}

.content_box_info_footer {
	background:url(../css_images/bg_content_box_info_footer.png) no-repeat top;
	height: 20px;
	clear: both;
}

@media only screen and (max-device-width: 480px) {
div#fixedbox
{
  position: relative;
  bottom: 0;
  display: none;
}

#content h2
{
  font-size: 16px !important;
}
}

