
/* Scrollable */
div.scrollable {
	width: 478px;
	height: 163px;
	padding: 0;
	overflow: hidden;
	position: relative;
}
div.scrollable ul.boxInhalt {
	clear: both;
	position: absolute;
	width: 20000em;
}
div.scrollable ul.boxInhalt li.hover {
	background: transparent url(http://img.badische-zeitung.de/layouts/images/riegel_bg.jpg) 8px 0px no-repeat;
}
div.scrollable ul.boxInhalt li p {
	width: 147px;
	padding-left: 2px;
}


.specials .siteNaviSwitcher {
	padding: 12px 0 0;
}

/* -------------------- */
.siteNaviSwitcher a.pfeilButtonLeft,
.siteNaviSwitcher a.pfeilButtonRight {
	width: 20px;
	height: 15px;
	padding: 3px 8px 0px 9px;
	background-color: transparent;
	background-image: url(http://img.badische-zeitung.de/layouts/images/buttons/sprite_singel_arrows_small.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.siteNaviSwitcher a.pfeilButtonLeft {
	background-position: 0px -17px;
}
.siteNaviSwitcher a.pfeilButtonLeft:hover,
.siteNaviSwitcher a.pfeilButtonRight:hover {
	background-color: transparent;
	cursor: pointer;
}

.siteNaviSwitcher a.disabled,
.siteNaviSwitcher a.disabled:hover,
.siteNaviSwitcher a.disabled:hover {
	background-color: transparent;
	cursor: default;
}
.siteNaviSwitcher a.pfeilButtonLeft.disabled,
.siteNaviSwitcher a.pfeilButtonRight.disabled {
	background-color: transparent;
	opacity: 1;
	background-position: -22px 0px;
}
.siteNaviSwitcher a.pfeilButtonLeft.disabled {
	background-position: -22px -17px;
}

/* ---------> */
.siteNaviSwitcher span#navi span {
	background-image: url(../images/sitenavi_trenner.gif);
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 4px 15px 4px 8px;
	font-weight: bold;
	cursor: pointer;
}

.specials .siteNaviSwitcher span#navi span {
	background-image: url(../images/sitenavi_trenner_hell.gif);
	background-position: left center;
	background-repeat: no-repeat;
	position: relative;
	top: -6px;
}
.specials .siteNaviSwitcher span#navi span {
	padding: 4px 8px 4px 15px;
}
.video .siteNaviSwitcher span#navi span {
	background-image: url(../images/sitenavi_trenner_dark.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.video .siteNaviSwitcher span#navi span:first-child {
	background-image: none;
	margin: 0;
	padding: 4px 8px;
}
.video .siteNaviSwitcher span#navi span:hover {
	background-color: #A9ADAE;
	color: #000000;
}
.video .siteNaviSwitcher span#navi span.active {
	background-color: #A9ADAE;
	color: #000000;
}
.siteNaviSwitcher span#navi {
	background-image: none;
	padding-left: 0px;
}
/* <--------- */


div.galleryContent .galleryThumbs {
	clear: both;
	height: 89px;
	margin: 5px 0px 0px 0px;
	overflow: hidden;
	padding: 0px 0px 5px 0px;
	position: relative;
}
div.galleryContent .galleryThumbs div.belt {
	clear: both;
	position: absolute;
	width: 20000em;
}
div.galleryContent .galleryThumbs div.panel {
	border:0px solid #F1F2F2;
	float:left;
	height:88px;
	margin:0;
	overflow:hidden;
	text-align:center;
	width:116px;
	cursor: pointer;
}

div.galleryContent .galleryThumbs div.panel table tr td {
	width:116px;
	height:88px;
	padding: 0;
	margin: 0px;
	text-align:center;
	vertical-align:middle;
}
div.galleryContent .galleryThumbs div.panel img {
	margin: 0px;
	padding: 0px;
	border: 2px solid #F1F2F2;
}
div.galleryContent .galleryThumbs div.panel.hover img {
	border: 2px solid #86171E;
}

div.galleryContent .pfeilButtonLeft,
div.galleryContent .pfeilButtonRight {
  margin-top: 5px;
	cursor: pointer;
}













/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	display: none;
	/* place overlay on top of other elements */
	z-index: 10000;
	/* styling */
	background-color: #333;
	width: auto;	
	min-width: 400px;
	min-height: 200px;
	padding: 5px;
	border: 3px solid #666;
	/* CSS3 styling for latest browsers */
/*	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	*/
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/buttons/close_big.gif);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:30px;
	width:30px;
}


/* the large image. we use a gray border around it */
#img {
	border: 1px solid #333;
}

/* "next image" and "prev image" links */
/*.next, .prev {
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}
.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}
.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}*/
/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}



/* the "information box" */
/*.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height:1.25;
	font-size: 1.0em;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}*/

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;		
}









