*{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body,td,th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

/* Bug bei Änderung der Hintergrundfarbe von Links */ 
* html body a,
* html body a:hover { background-color: transparent; }

/*List Numbering Bug*/
body ol li { display:list-item; }

* html textarea { overflow:scroll; overflow-x: hidden; }
* html input { overflow: hidden; }

* html body  { overflow:visible; }
* html iframe, * html frame { overflow:auto; }
* html frameset { overflow:hidden; }

/* Double Float-Margin Bug */ 
* html #col1,
 * html #col2 { display: inline; }

body{
	background-color: #FFF;
	margin: 0;
	text-decoration: none;
	height: 100%;
	background-image: url(../img/background.gif);
}

img{
	border:none;
}

.clr{
	clear:both;
}

#header_container{
	background-image: url(../img/head_verlauf.jpg);
	background-repeat: x-repeat;
	background-position: bottom;
	height: 126px;
	background-color: #FFF;
}

#header_content{
	width: 900px;
	height: 126px;
	margin: 0 auto;
}

#logo{
	width: 235px;
	height: 78px;
	float: left;
	margin-left: 8px;
	background-image: url(../img/logo.gif);
}

#logo2{
	width: 295px;
	height: 77px;
	float: left;
	margin-left: 360px;
	margin-top: 5px;
	background-image: url(../img/aktion.gif);
}

*html #logo{margin-left: 4px;}
*html #logo2{margin-left: 302px;}
*+html #logo2{margin-left: 361px;}

#navi{
	width: 900px;
	height: 37px;
	margin-top: 6px;
}


#navi_link1{
	background-image: url(../img/start_bt.gif);
	background-repeat: no-repeat;
	background-position: 0 -37px;
	width: 148px;
	height: 37px;
	float: left;
	margin-right: 1px;
	cursor: pointer;
}

#navi_link1:hover{
	background-position: 0 0;
}

#navi_link2{
	background-image: url(../img/wie_bt.gif);
	background-repeat: no-repeat;
	background-position: 0 -37px;
	width: 223px;
	height: 37px;
	float: left;
	margin-right: 1px;	
	cursor: pointer;
}

#navi_link2:hover{
	background-position: 0 0;
}

#navi_link3{
	background-image: url(../img/warum_bt.gif);
	background-repeat: no-repeat;
	background-position: 0 -37px;
	width: 219px;
	height: 37px;
	float: left;
	margin-right: 1px;
	cursor: pointer;
}

#navi_link3:hover{
	background-position: 0 0;
}

#navi_link4{
	background-image: url(../img/anmeldung_bt.gif);
	background-repeat: no-repeat;
	background-position: 0 -37px;
	width: 307px;
	height: 37px;
	float: left;
	cursor: pointer;
}

#navi_link4:hover{
	background-position: 0 0;
}

#main_wrapper{
	width: 902px;
	margin: 0 auto;
	margin-top: 10px;
}

#left_content_box{
	background-image: url(../img/kasten_bg.png);
	width: 592px;
	height: 410px;
	float: left;
	padding: 0;
	margin-right: 13px;
}

#right_content_box{
	width: 296px;
	height: 410px;
	float: left;
}

#teaser_bild{
	width: 296px;
	height: 135px;
}

#coupons{
	width: 296px;
	height: 30px;
	background-color: #FFF;
}

#coupon_text{
	margin-left: 20px;
	color: #333;
	text-align: left;
	padding-top: 15px;
	font-size: 12px;
}

.coupon_input{
	height: 16px;
	width: 172px;
	padding: 4px;

}

#coupon_button{
	 background-image: url(../img/button.gif);
	 width: 146px;
	 height: 54px;
	 border: none;
	 cursor: pointer;
	 margin-left: 108px;
	 border: 0px;
}


#formular{
	width: 296px;
	height: 215px;
	background-color: #FFF;
}

#coupons{
	width: 296px;
	height: 30px;
	background-color: #fff;
}

#subscribe_coupon{
	background-image: url(../img/gutschein_bg.gif);
	background-repeat: no-repeat;
	width: 722px;
	height: 288px;
	padding: 60px 90px;
}

#subscribe_content{
	height: 205px;
	margin-top: 75px;
}

*html #subscribe_content{
	margin-top: 130px;
}

*+html #subscribe_content{
	margin-top: 130px;
}

.subscribe_table{
	float: left;
	margin-left: 25px;
}

.subscribe_table input{
	padding: 5px;
	color: #666;
}

.subscribe_table select{
	padding: 5px;
	color: #666;
	width: 80px;
}

#info_box_mail{
	width: 510px;
	height: 22px;
	background-color: #960000;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	margin-top: 8px;
	position: absolute;
	margin-left: 105px;
	z-index: 2;
}

#info_box_tel{
	width: 580px;
	height: 22px;
	background-color: #960000;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	margin-top: 8px;
	position: absolute;
	margin-left:70px;
	z-index: 2;

}

#info_box_error{
	height: 22px;
	background-color: #960000;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 8px;
	margin-left: 245px;
	position: absolute;
	z-index: 1;
}

#send_button{
	width: 320px;
	height: 58px;
	text-align: center;
	position: absolute;
	margin-left: 205px;
	margin-top: 45px;
}

*html #send_button{
	margin-left: 105px;
}

*+html #send_button{
	margin-left: 110px;
}

#agb{
	margin-left: 170px;
	margin-top: 5px;
}

#agb a{
	color: #333;
	text-decoration: none;
}


#send_coupon_btn{
	background-image: url(../img/button.png);
	border: none;
	cursor: pointer;
	width: 320px;
	height: 58px;
	background-repeat: no-repeat;
	background-color: transparent;
}

#right_box_footer{
	width: 296px;
	height: 30px;
	background-color: #9A0000;
	font-size: 10px;
}

#right_box_footer_text{
	color: #C6B182;
	text-align: center;
	font-size: 10px;
	padding-top: 8px;
}

#footer{
	height: 137px;
	width: 900px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #FFF;
}

#footerfont td{ 
	color: white;
}

#footerfont a { 
	font-size: 11px;
	color: white;
	text-decoration: none;
}

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

#bottom_footer{
	width:900px;
	margin: 0 auto; 
	background-color: #7a5100;
	height: 34px;
}

#registered{
	padding-top: 40px;
	font-weight: bold;
	font-size: 16px;
	margin: 0 auto;
	line-height: 30px;
	margin-left: 5px;
	text-align: center;
}

#registered a{
	text-decoration: underline;
	color: #000;
	font-weight: bold;
	font-size: 18px;
}

#details-title {
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
#details-weekprice{
	padding-top: 5px;
	padding-left: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: bold;
	background-color:#9A0000;
	color: #C6B182;

	padding-bottom: 5px;
}
#details-wochen{
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
		margin-bottom: 10px;
}
#details-uvp{
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #999;
}

#details-next{
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 25px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	display: inline;
	float: right;
}

#details-prev{
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	display: inline;	
	float: left;
}

#details-prev a, #details-next a{
	color: #FFFFFF;
}

#menu_marken_div{
	margin-bottom: 21px;

}

.menu_marken_table{
	margin: 0 auto;
}

.menu_marken_table td{
	color: #C6B182;
	font-weight: bold;
	font-size: 13px;
}

.menu_marken_table a{
	color:  #C6B182;
	text-decoration: none;
	padding: 0 5px;
}

.menu_marken_table a:hover{
	background: #9A0000;
}

.small-image-holder{
	margin-right: 7px;
}

