


/* angebote.info-Box */


.ang-box_head_text_info
{
	padding: 2px 0 0 0;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000000;
	float: left;
}


div.ang-box_info
{
	width: 1001px;
	border-width: 1px;
	border-style: dotted;
	border-top-style: solid;
}


#info-liste
{
	margin: 11px 18px 11px 15px;
	padding: 0; /* removes indent Mozilla and NN7 */
	list-style: none;
}

#info-liste hr
{
	clear: left;
	margin: 10px 0 10px 0;
	border: 1px dotted #CCCCCC;
	border-left: 0;
	border-right: 0;
}
*html #info-liste hr
{
	margin: 8px 0 0 0;
	border-width: 2px;
}

.info-eintrag
{
	line-height: 16px;
	padding: 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	clear: left;
}

.info-eintrag br
{
	line-height: 6px;
}

.info-eintrag a
{
	text-decoration: none;
	color: #000000;
}

.info-eintrag .daten-lbl
{
	width: 20px;
	margin-left: 10px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

.info-eintrag .daten-txt
{
	width: 95px;
	margin-right: 10px;
	text-align: right;
	float: left;
}
*html .info-eintrag .daten-txt
{
	margin-right: 8px;
}

.info-eintrag .start
{
	text-decoration: underline;
}

.info-eintrag .ende
{
}

.info-eintrag .anbieter
{
	font-weight: bold;
}

.info-eintrag .ang-info_text
{
	border-left: 2px solid #CCCCCC;
	padding-left: 10px;
	display: table;
}
*html .info-eintrag .ang-info_text
{
	height: 100%;
}

.info-eintrag .ang-info_absatz
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: justify;
	text-decoration: none;
}



/* angebote.info-Box Angebote-Plan */


/* Kalender für Angebote-Plan */

#kalender
{
	z-index: 100;
	position: absolute;
	top: 38px;
	left: 714px;
	width: 43px;
	height: 63px;
	background: url(../grafik/kalenderblatt.gif) no-repeat;
	text-align: center;
}
*html #kalender
{
visibility: hidden;
	/*top: 65px;
	left: 69px;*/
}

#kalender p 
{
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #B9BAC3;
}

#kalender p.wochentag
{
	margin-top: 8px;
	color: #FFFFFF;
}

#kalender p.tag
{
	margin-top: -1px;
	letter-spacing: 0.05em;
}

#kalender p.monat
{
	font-size: 0.60em;
}

#kalender p.jahr
{
	margin-top: 2px;
	font-size: 0.50em;
}


#Plan
{
	text-align: left;
	background-image: url(../grafik/textures/limiter.gif);
	border-color: #CCCCCC #E9E9E9 #E9E9E9 #E9E9E9;
}


/* Tab-Reiter für Angebote-Plan */

#Plan .tabs
{
	display: table;
	margin: 12px 10px -10px 31px;
}
*html #Plan .tabs
{
	margin: 12px 11px -2px 10px;
	height: 1%;  /*Apply Holly 3px jog hack to get IE to position bottom border correctly beneath the menu*/
}

#Plan .tabs ul
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	list-style-type: none;
}

#Plan .tabs li
{
	margin: 0;
	display: inline;
}

#Plan .tabs li a
{
	width: 125px;
	margin-left: -19px;
	padding: 4px 10px;
	text-decoration: none;
	color: #B9BAC3;
	background: transparent url(../grafik/tabs/tab_off.gif) no-repeat;
	position: relative;
	display: block;
	float: left;
}
*html #Plan .tabs li a
{
	margin-left: 1px;
}

#Plan .tabs li.vorwoche a:hover, 
#Plan .tabs li.aktuell a:hover, 
#Plan .tabs li.vorschau a:hover
{
	color: #FFFFFF;
	background: transparent url(../grafik/tabs/tab_over.gif) no-repeat;
}

#Plan .tabs li.vorwoche a
{
	color: #CACBD4;
}

#Plan .tabs li.vorschau a
{
	color: #B9BAC3;
}

#Plan .tabs li.selected a 
{ 
	color: #B9BAC3;
	background: transparent url(../grafik/tabs/tab_on.gif) no-repeat;
}

#Plan .tabs li.selected a:hover
{
	color: #B9BAC3;
	background: transparent url(../grafik/tabs/tab_on.gif) no-repeat;
}


#Plan table
{
	margin: 0 11px 11px 11px;
	background-color: #FFFFFF;
}
*html #Plan table
{
	margin: 0 10px 10px 10px;
}

#Plan th, 
#Plan td
{
	width: 193px;
	height: 24px;
	text-align: center;
}

#Plan th.tag
{
	background-image: url(../grafik/plan-spaltenkopf.jpg);
	color: #FFFFFF;
}

#Plan #Vorwoche th.tag
{
	background-image: url(../grafik/plan-spaltenkopf_flexed.jpg);
}

#Plan #Vorschau th.tag
{
	background-image: url(../grafik/plan-spaltenkopf_off.jpg);
}

#Plan td
{
	background-color: #EFEFEF;
}

#Plan a
{
	width: 193px;
	height: 24px;
	text-decoration: none;
}

#Plan img
{
	border: none;
}

#Plan div.tag, 
#Plan div.datum,
#Plan div.fuss,
#Plan div.heute
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}

#Plan div.tag
{
	font-size: 14px;
}

#Plan div.datum
{
	color: #B9BAC3;
}

#Plan th.datum
{
	height: 12px;
	border: 1px solid #EEEEEE;
	background-image: none;
	background-color: #FFFFFF;
}

#Plan th.fusszeile
{
	background-image: none;
	background-color: #CACBD4;
}

#Plan th.heute
{
	text-align: right;
}

#Plan div.heute
{
	font-weight: normal;
}


#Plan div.pdf,
#Plan div.pdf_2,
#Plan div.prospekt_mo_p1,
#Plan div.prospekt_mo_p2,
#Plan div.prospekt_di_p2,
#Plan div.prospekt_mi_p2,
#Plan div.prospekt_do_p1,
#Plan div.prospekt_do_p2,
#Plan div.prospekt_netto_nord_1,
#Plan div.prospekt_netto_nord_2,
#Plan div.prospekt_rewe_1,
#Plan div.prospekt_rewe_2,
#Plan div.pdf_rewe_2,
#Plan div.prospekt_toom,
#Plan div.prospekt_rossmann
{
	position: absolute;
	display: inline;
}

#Plan div.pdf
{
	left: 183px;
}
*html #Plan div.pdf
{
	left: 97px;
}

#Plan div.pdf_2
{
	left: 768px;
}
*html #Plan div.pdf_2
{
	left: 682px;
}

#Plan div.prospekt_mo_p1
{
	left: 159px;
}
*html #Plan div.prospekt_mo_p1
{
	left: 73px;
}

#Plan div.prospekt_mo_p2
{
	left: 183px;
}
*html #Plan div.prospekt_mo_p2
{
	left: 97px;
}

#Plan div.prospekt_di_p2
{
	left: 377px;
}
*html #Plan div.prospekt_di_p2
{
	left: 292px;
}

#Plan div.prospekt_mi_p2
{
	left: 572px;
}
*html #Plan div.prospekt_mi_p2
{
	left: 487px;
}

#Plan div.prospekt_do_p1
{
	left: 744px;
}
*html #Plan div.prospekt_do_p1
{
	left: 658px;
}

#Plan div.prospekt_do_p2
{
	left: 768px;
}
*html #Plan div.prospekt_do_p2
{
	left: 682px;
}

#Plan div.prospekt_netto_nord_1
{
	left: 178px;
}
*html #Plan div.prospekt_netto_nord_1
{
	left: 177px;
}

#Plan div.prospekt_netto_nord_2
{
	left: 763px;
}
*html #Plan div.prospekt_netto_nord_2
{
	left: 762px;
}

#Plan div.prospekt_rewe_1
{
	left: 169px;
}
*html #Plan div.prospekt_rewe_1
{
	left: 80px;
}

#Plan div.prospekt_rewe_2
{
	left: 754px;
}
*html #Plan div.prospekt_rewe_2
{
	left: 665px;
}

#Plan div.prospekt_toom
{
	left: 188px;
}
*html #Plan div.prospekt_toom
{
	left: 100px;
}

#Plan div.prospekt_rossmann
{
	left: 169px;
}
*html #Plan div.prospekt_rossmann
{
	left: 79px;
}


#Plan td.plus
{	
	background-image: url(../grafik/textures/wolken.jpg);
}

#Plan td.toom
{	
	background-color: #E70008;
}

#Plan .info_absatz
{
	border-top: 1px solid #E9E9E9;
	background-color: #EFEFEF;
	padding: 8px 11px 8px 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: justify;
}


.box_ebay
{
	background-image: url(../grafik/textures/gebuerstetes_metall_hell.jpg);
}

.ib_ebay
{
	width: 728px; 
	margin: 8px auto;
}


