/* ******************************************************************************************
 * **************************** MENÜ TAGESAUSWAHL *******************************************
 * ****************************************************************************************** */

#contentPane #leftContentPane #categoryPanel #categoryNav {
	margin:0px; padding:0px; border:none;
	position:relative;
	list-style-type:none;
	line-height:21px;
	background-position:top left;
	background-repeat:repeat-y;
	clear:both;
	overflow:visible;
	font-size:12px;
}

/* Obererer Menü-Rahmen (inkl. Überschrift) */
#contentPane #leftContentPane #categoryPanel .menuTop {
	background-image:url(../../_images/bestWeekend/daySelection-bg-top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	padding-left:14px;
	width:215px;
	height:23px;
	font-size:14px;
	font-weight:bold;
	padding-top:9px;
}

/* Unterer Menü-Rahmen */
#contentPane #leftContentPane #categoryPanel .menuBottom {
	background-image:url(../../_images/bestWeekend/daySelection-bg-bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
	position: relative;
	padding-left:10px;
	width:215px;
	height:16px;
	margin-bottom:12px;
}

/* Begrenzungslinien oben und unten für nicht selektierten Tag */
#contentPane #leftContentPane #categoryPanel .menuMiddleLine {
	background-image:url(../../_images/bestWeekend/daySelection-bg-regular-bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	height:24px;
	padding-left:15px;
	z-index:5;
}

/* Teaser unten links, der auf Angebote in der HoGa verweist */
#contentPane #leftContentPane #categoryPanel .teaserBottom {
	width:219px;
	height:179px;
	margin-left:-2px;
}

#contentPane #leftContentPane #categoryPanel .teaserBottom img {
	width:219px;
	height:179px;
	border:none;
}

#contentPane #leftContentPane #categoryPanel #categoryNav li {
	width:233px;
	/* Anpassung IE6 */
	_width:215px;
}

/* Das selektierte Element im Menü erhält einen blauen Balken*/
#contentPane #leftContentPane #categoryPanel #categoryNav li.category-selected {
	background-image:url(../../_images/bestWeekend/daySelection-bg-selected.gif);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	height:27px;
	padding-left:15px;
	padding-top:4px;
	font-weight: bold;
	font-size:14px;
	z-index:10;
	margin:-2px 0px 0px;
}

/* */
#contentPane #leftContentPane #categoryPanel #categoryNav li input {
	vertical-align:-2px;
}

/* */
#contentPane #leftContentPane #categoryPanel #categoryNav li label {
	display:inline;
	padding-left:3px;
}

/* Dicke rote Schrift wenn Menüelement ausgewählt wurde */
#contentPane #leftContentPane #categoryPanel #categoryNav li label a.category-bold {
	color:#c30021;
}

/* */
#contentPane #leftContentPane #categoryPanel #categoryNav li label a {
	text-decoration:none;
	color:#222222;
}

/* */
#contentPane #leftContentPane #categoryPanel #categoryNav li label font {
	text-decoration:none;
	color:#222222;
	font-size:12px;
}

/* Dicke rote Schrift, wenn Menüelement ausgewählt wurde */
#contentPane #leftContentPane #categoryPanel #categoryNav li label font.category-bold {
	color:#c30021;
	font-size: 14px;
}

/* Pfeile rechts anzeigen */
#contentPane #leftContentPane #categoryPanel .categoryNav-Reference .arrowRightVisible {
	visibility:visible;
	display:block;
	position:absolute;
	right:40px;
	top:0px;
	color:#CC0000;
	font-size:14px;
	font-weight:bold;
}
/* Pfeile rechts verstecken */
#contentPane #leftContentPane #categoryPanel .categoryNav-Reference .arrowRightNonVisible {
	visibility:hidden;
	display:block;
	position:absolute;
	right:40px;
	top:3px;
	color:#CC0000;
	font-size:14px;
	font-weight:bold;
}

