﻿@charset "UTF-8";

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.5 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
 
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 571px;
	text-align:left;
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
 


.TabbedPanelsTab {
	/*position: relative; IE ignoriert den z-index bei relative*/ 
	top: 0px;
	float: left;
	padding: 0;
	margin: 0px 4px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.Tab01 { background: url(/default_obj/img/home_rebrush/tab_topEvents_down.gif) no-repeat; width:115px; height:23px; z-index:1; }
.Tab02 { background: url(/default_obj/img/home_rebrush/tab_neu_down.gif) no-repeat; width:53px; height:23px; z-index:1; }
.Tab03 { background: url(/default_obj/img/home_rebrush/tab_lastMinute_down.gif) no-repeat; width:107px; height:23px; z-index:1; }
.Tab04 { background: url(/default_obj/img/home_rebrush/tab_unter25Eur_down.gif) no-repeat; width:116px; height:23px; z-index:1; }
.Tab05 { background: url(/default_obj/img/home_rebrush/tab_nochOhneGebot_down.gif) no-repeat; width:137px; height:23px; z-index:1; }

.TabbedPanelsTab span { visibility:hidden; }

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #CCC;
}

.TabbedPanelsTabHoverTab01 { background: url(/default_obj/img/home_rebrush/tab_topEvents_up.gif) no-repeat; width:115px; height:23px; }
.TabbedPanelsTabHoverTab02 { background: url(/default_obj/img/home_rebrush/tab_neu_up.gif) no-repeat; width:53px; height:23px; }
.TabbedPanelsTabHoverTab03 { background: url(/default_obj/img/home_rebrush/tab_lastMinute_up.gif) no-repeat; width:107px; height:23px; }
.TabbedPanelsTabHoverTab04 { background: url(/default_obj/img/home_rebrush/tab_unter25Eur_up.gif) no-repeat; width:116px; height:23px; }
.TabbedPanelsTabHoverTab05 { background: url(/default_obj/img/home_rebrush/tab_nochOhneGebot_up.gif) no-repeat; width:137px; height:23px; }

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #C7DEEE;
}

.TabbedPanelsTabSelectedTab01 { background: url(/default_obj/img/home_rebrush/tab_topEvents_up.gif) no-repeat; width:115px; height:23px; }
.TabbedPanelsTabSelectedTab02 { background: url(/default_obj/img/home_rebrush/tab_neu_up.gif) no-repeat; width:53px; height:23px; }
.TabbedPanelsTabSelectedTab03 { background: url(/default_obj/img/home_rebrush/tab_lastMinute_up.gif) no-repeat; width:107px; height:23px; }
.TabbedPanelsTabSelectedTab04 { background: url(/default_obj/img/home_rebrush/tab_unter25Eur_up.gif) no-repeat; width:116px; height:23px; }
.TabbedPanelsTabSelectedTab05 { background: url(/default_obj/img/home_rebrush/tab_nochOhneGebot_up.gif) no-repeat; width:137px; height:23px; }

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: #fff;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	width: 571px;
	height:289px;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent, .TabbedPanelsContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4E5045;
}

.TabbedPanelsContent ul {
	float:left;
	width: 559px; 
	height: 262px;
	padding: 14px 0 0 12px;
	margin-bottom:8px;
}

.TabbedPanelsContent ul li.tabbed {
	background: url(/default_obj/img/home_rebrush/tab_tabbedPanelsContent.gif) right top no-repeat;
}

#R1 ul li {
	float: left;
	list-style: none;
	height: 123px;
	width: 133px;
	margin: 0 6px 18px 0;
	display: inline;
	z-index:1;
	cursor:pointer;
}

#R1 ul li:hover {

}

#R2 ul, #R3 ul, #R4 ul, #R5 ul {
	float: left;
	width:545px;
	height:auto;
	padding: 8px 0 0 13px;
	z-index:1;
}

#R2 ul li, #R3 ul li, #R4 ul li, #R5 ul li {
	list-style: none;
	height: 16px;
	padding:0 0 0 10px;
	border-top: 1px solid #698392;
}

#R2 ul li:last-child, #R3 ul li:last-child, #R4 ul li:last-child, #R5 ul li:last-child {
	border-bottom: 1px solid #698392;
}

.even {
	background: #CAE0EE;
}

.odd {
	background: #DCEAF5;
}

.ready {

}

.loading {
	float:left;
	width: 535px; 
	padding: 14px 0 0 13px;
	margin:0 0 0 10px;
	color:#1F5584;
	font-weight:bold;
}

.error {
	float:left;
	width: 535px; 
	padding: 14px 0 0 13px;
	margin:0 0 0 10px;
	color:#cc0000;
	font-weight:bold;
}

.TabbedPanelsContent .tabbedKuenstler {
	width: 37%;
	float:left;
}

.TabbedPanelsContent .tabbedKuenstler a {
	text-decoration:none;
	font-weight:bold;
}

#R3 .tabbedOrt {
	width: 26%;
	float:left;
}

#R3 .tabbedZeit {
	width: 17%;
	float:left;
}

#R2 .tabbedOrt, #R4 .tabbedOrt, #R5 .tabbedOrt{
	width: 31%;
	float:left;
}

#R2 .tabbedZeit, #R4 .tabbedZeit, #R5 .tabbedZeit {
	width: 12%;
	float:left;
}

.TabbedPanelsContent .tabbedPreis {
	width: 20%;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisibleR1 { background: url(/default_obj/img/home_rebrush/bk_tabbedPanelsContent.jpg) no-repeat; width:571px; height:289px; }
.TabbedPanelsContentVisibleR2 { background: url(/default_obj/img/home_rebrush/bk_tabbedPanelsContent.gif) no-repeat; width:571px; height:289px; }
.TabbedPanelsContentVisibleR3 { background: url(/default_obj/img/home_rebrush/bk_tabbedPanelsContent.gif) no-repeat; width:571px; height:289px; }
.TabbedPanelsContentVisibleR4 { background: url(/default_obj/img/home_rebrush/bk_tabbedPanelsContent.gif) no-repeat; width:571px; height:289px; }
.TabbedPanelsContentVisibleR5 { background: url(/default_obj/img/home_rebrush/bk_tabbedPanelsContent.gif) no-repeat; width:571px; height:289px; }

/* begin zusätzliche css deklarationen */


.TabbedPanelsContentGroup .eventName {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}

.TabbedPanelsContentGroup .eventText {
	height:29px;
	font-size:12px;
	color:#FFF;
}

.TabbedPanelsContentGroup .eventPreis {
	font-size:11px;
	font-weight:bold;
	color:#F8AB00;
}

.TabbedPanelsContentHeader {
	float:left;
	width: 535px; 
	padding: 14px 0 0 13px;
	margin:0 0 0 10px;
}
.TabbedPanelsContentHeader a.thead {
	text-decoration:none;
	font-weight:bold;
	color:#1F5584;
	cursor:pointer;
}
.TabbedPanelsContentHeader a:hover {
	color:#4E5045;
}

a.ascending {

}

a.descending {

}

.TabbedPanelsContentFooter {
	float:left;
	width: 535px; 
	padding: 0 0 0 13px;
	margin:0 0 0 10px;
	text-align:right;
}

.TabbedPanelsContentFooter a {
	font-size:9px;
	padding:0 6px 0 10px;
	background: url(/default_obj/img/icon_mehr.gif) no-repeat left center;
}

.SpryHiddenRegion { visibility: hidden; }