/* ------------ Tabs
--------------------------------------------------------- */
ul.tab {
	margin: 0;
	padding: 0 0 0 10px;
	background-color: #f2f2f2;
	position: relative;
  background: #f2f2f2 url(../images/tab_line.gif) left top repeat;
}
.tabContentBox, .tabContentBoxmitAbstand {
	padding: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #babbbb;
}

/* TabRahmen für mehrere Tabs z.B. Freizeit Tab links und Tabs rechts sowie Ads Einbindung */
.tabRahmen {
	background-color: #f2f2f2;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
}
.tabRahmen.specialAds {
	padding: 0;
}
ul.tab.specialAds2 {
  padding-top: 5px;
	background: transparent url(../../temp/wetter_titel_ad_bottom.jpg) left top no-repeat;
}
.tabRahmenmitAbstand {
	margin: 0 0 0 0;
	padding: 5px 15px 0 16px;
}
.tabContentBoxmitAbstand {
	margin: 0 15px 0 16px;
	padding: 0;
}

/* Tabs Design & Anpassung */
li.tab, li.tabInAktive {
	padding: 0px 0px;
	margin: 2px 2px 0 0;
	line-height: 1em;
	background: #fff;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #babbbb #babbbb #fff #babbbb;
	float: left;
	position: relative;
	top: 1px;
}
li.tabInAktive  {
	background: #f2f2f2;
	border-bottom: 1px solid #babbbb;
}
li.tabInAktive:hover  {
	border-bottom: 1px solid #fff;
	background: #fff;
}

li.tabInAktive a, li.tab a {
	padding: 5px 4px 4px 4px;
	color: #86171e;
	font-size: 0.95em;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
}
li.tab a {
	font-weight: bold;
	color: #003f5b;
}

/* Sidebar Einstellungen */
.sidebar li.tabInAktive a, .sidebar li.tab a {
	font-size: 0.85em;
}
.sidebar .tabContentBox {
	margin: 0 4px 0px 0;
	margin: 0;
}
.sidebar .boxOhnePadding .tabContentBox {
	margin: 0;
}


/* ------------ Site Navigation
--------------------------------------------------------- */
.siteNavi {
	margin: 0 0px 0 0px;
	clear: both;
}
.siteNaviSwitcher {
	width: 380px;
	margin: 0;
	padding: 2px 0 4px 0;
	font-size: 0.85em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	float: left;
}
.siteNaviSwitcher span {
	padding-left: 8px;
	color: #003f5b;
	font-weight: normal;
	line-height: 1.7em;
	background-image: url(../images/dot_seperator.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#content .siteNavi div.separator {
	margin: 0;
	padding: 0;
}
/* Links in siteNavi */
.siteNaviSwitcher a {
	margin: 0;
	padding: 4px 15px 4px 8px;
	background-image: url(../images/sitenavi_trenner.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.specials .siteNaviSwitcher a {
	padding: 4px 8px 4px 15px;
}
.siteNaviSwitcher a.last {
	margin: 0;
	padding: 4px 8px 4px 8px;
	background-image: none;
}
.siteNaviSwitcher a.first {
	margin: 0;
	padding: 4px 8px 4px 8px;
	background-image: none;
}
.siteNaviSwitcher a.aktiv {
	color: #003f5b;
	background-color: #ddd;
}
.siteNaviSwitcher a:hover {
	color: #003f5b;
	background-color: #ddd;
}

/* Buttons in SiteNavi */
a.pfeilButtonLeft, a.pfeilButtonRight {
	margin: 0;
	padding: 0;
	background-image: none;
	float: left;
}
a.pfeilButtonRight {
	float: right;
}
a.pfeilButtonLeft.first {
	margin-right: 10px;
}
a.pfeilButtonRight.first {
	margin-left: 10px;
}

/* Zusätzliche Links in unter SiteNavi */
.siteNavi .floater {
	margin-right: 8px;
}
.siteNavi p.siteNaviMore {
	padding: 0 0 5px 0;
	margin: 0 !important;
	text-align: center;
}
.siteNaviMore a.more.twin {
	margin-right: 20px;
	padding-right: 13px;
}

.tabContentBox .siteNavi {
	width: auto;
	margin: 10px 0 10px 0;
}
.tabContentBox .siteNaviSwitcher {
	width: 420px;
}
.tabContentBox .siteNaviSwitcher a.last {
	background-image: none;
}
.siteNaviFullWidth .siteNaviSwitcher {
	width: 667px;
}

/* ------------ Slider
--------------------------------------------------------- */
.terminSlider {
	margin: 10px 0 5px 0;
}
.terminSlider ul {
	margin: 0;
	padding: 0;
}
.terminSlider ul li {
	width: 29px;
	height: 36px;
	margin: 0 2px 0 2px;
	padding: 0;
	text-align: center;
	background-image: url(../images/buttons/slider_bg_normal.gif);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
.terminSlider ul li a {
	color: #003f5b;
	display: block;
}
.terminSlider ul li.aktive, .terminSlider ul li:hover {
	background-image: url(../images/buttons/slider_bg_aktive.gif);
}
.terminSlider ul li.aktive a, .terminSlider ul li:hover a {
	color: #fff;
}
.terminSlider ul li.sliderLeft, .terminSlider ul li.sliderRight {
	width: 16px;
	margin: 0 3px 0 0;
	background-image: none;
}
.terminSlider ul li.sliderRight {
	margin: 0 0 0 3px;
}

/* ------------ AdressListe
--------------------------------------------------------- */
ul.adressListe {
  margin: 0 0 20px 0;
  font-weight: normal;
  color: #003f5b;
}

ul.adressListe li {
  padding: 5px 0 5px 0;
  clear: both;
}
ul.adressListe li span {
  width: 120px;
  padding: 0px 0 0px 0;
  float: left;
  overflow: hidden;
  display: block;
}
ul.adressListe li em {
  width: 310px;
  padding: 0px 3px 0px 0;
  font-style: normal;
  color: #000;
  display: block;
	overflow: hidden;
}


/* ------------ Bildunterschrift
--------------------------------------------------------- */
dl.bildUnterschrift {
	margin: 0 15px 15px 0;
	float: left;
	position: relative;
}

dl.bildUnterschrift dt {
	margin: 4px 0 0 0;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1em;
	float: none;
	text-align: left;
	position: relative;
	background-color: #F8F8F8;
}
dl.bildUnterschrift dd {
  padding: 4px;
	font-size: 0.85em;
	background-color: #F8F8F8;
}
dl.bildUnterschrift dt .zoomerBU {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
/* ------------ Inhalts Tags
--------------------------------------------------------- */
/* 3. Navigations ebene */
.naviEbene3 {
	margin: 10px 0 10px 0;
}
ul img.icon {
  margin-right: 5px;
  float: left;
}
.breadcrumb {
  margin: 10px 0 15px 0;
  font-size: 0.9em;
  font-weight: normal;
  text-transform: uppercase;
  color: #003f5b;
}
.breadcrumb span {
  color: #003f5b;
}
/* NEW */
.breadcrumb {
	font-size:0.95em;
	padding: 5px 10px;
	color: #777;
	border-top: 1px dotted #d1d1d1;
	border-bottom: 1px dotted #d1d1d1;
	background-color: #f1f1f1;
	opacity: 0.6;
}
.breadcrumb span {
	font-weight: bold;
}
.breadcrumb .x-nav-el {
	font-weight: bold;
}
/*.boxBorderOhne.breadcrumb {
  border-width: 1px 0;
  border-style: dotted;
  border-color: #E5E5E5;
}*/

/* ------------ SonderLinks und LinkListen
--------------------------------------------------------- */
ul.linkListe {
	margin: 0;
	padding: 0;
	clear: both;
	float: none;
}
ul.linkListe.moreLinks {
	background: transparent url(../images/dot_hori.gif) left top repeat-x;
}
.linkListe li {
	padding: 3px 3px 4px 0;
}
.linkListe li img.icon {
	padding: 0;
	float: none !important;
}
.linkListe a {
	font-weight: bold;
	font-size: 0.9em;
}
.linkListe a.normal {
	font-weight: normal;
}
.linkListe .small a {
	font-weight: normal;
}
.linkListe a.left {
	text-transform: none;
}
.linkListe li span.description {
	font-weight: normal;
	font-size: 0.9em;
}
.linkListe.kompakt {
  line-height: 0.8em;
  margin-top: -3px;
}
ul.linkListe li a span.ressort {
  color: #666;
  font-weight: normal;
}

.sidebar .linkListe li span.eingerueckt {
  padding-left: 20px;
  display: block;
}

/* .boxBorderSonder */
.boxBorderSonder .linkListe li.callingTimes {
  margin-top:0;
  padding-top: 0;
}
.boxBorderSonder .linkListe li.callingTimes span {
  width: 80px;
  margin-left: 20px;
	font-size: 0.8em;
	display: block;
	float: left;
}
.boxBorderSonder .linkListe li.callingTimes em {
  font-size: 0.8em;
  font-style: normal;
  display: block;
	float: left;
}


.linkListe li.callingTimes {
  margin-top:0;
  padding-top: 0;
}
.linkListe li.callingTimes span {
  width: 80px;
  margin-left: 20px;
	font-size: 0.8em;
	display: block;
	float: left;
}
.artikel .linkListe li.callingTimes span {
  width: 130px;
  margin-left: 5px;
}
.linkListe li.callingTimes em {
  font-size: 0.8em;
  font-style: normal;
  display: block;
	float: left;
}

ul.newsList, ul.newsList li {
	margin: 0 0 0 0;
	background-image: url(../images/dot_hori.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
ul.newsList li {
	padding: 0px 0px 3px 0px;
	font-weight: bold;
	background-position: left bottom;
}
.sidebar ul.newsList li {
	padding: 2px 0px 3px 0px;
}
ul.newsList li a.more.left {
	text-transform: none;
}

ul.imageList {
	margin: 0;
	padding: 0;
	clear: both;
	float: none;
}
ul.imageList li {
	line-height: 20px;
}

ul.eingerueckt li {
	padding-left: 20px;
}

ul.linkListe li.moreLess  {
	margin: 8px 0px 8px 0px;
}
ul.linkListe li.moreLess div a {
	line-height: 18px;
}
ul.linkListe li.moreLess div a img {
	 float: left;
	 margin: 0px 8px 0px 0px;
}

/* ------------ Artikel Darstellung und Artikel Listen
--------------------------------------------------------- */
img.teaserbild {
	margin: 10px 0px 15px 0;
}
div.artikel {
	clear: both;
	overflow: hidden;
}
div.artikel.borderLine {
	margin-bottom: 15px;
}
div.artikel.borderThick {
  padding-bottom: 0px;
}
div.artikel img {
	padding: 5px 10px 15px 0;
	padding: 2px 15px 15px 0;
	float: left;
}
div.artikel a:focus img {
	background-color: #f2f2f2;
}
/* overlay */
.playOverlay,
.playOverlaySmall,
.playOverlaySuperSmall,
.playOverlayExtraLarge,
.playOverlaySupercontentSmall {
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	background-color: #666;
	padding: 0px;
	margin:0px;
}
.playOverlay {
	background-image: url(../images/play_overlay_dark.png);
}
.playOverlaySmall {
	background-image: url(../images/play_overlay_small_dark.png);
}
.playOverlaySuperSmall {
	background-image: url(../images/play_overlay_supersmall_dark.png);
}
.playOverlayExtraLarge {
	background-image: url(../images/play_overlay_extralarge_dark.png);
}
.playOverlaySupercontentSmall {
	background-image: url(../images/play_overlay_dark_supercontent_small.png);
}
.playOverlay img,
.playOverlaySmall img,
.playOverlayExtraLarge img,
.playOverlaySuperSmall img,
.playOverlaySupercontentSmall img {
	opacity: 0.6;
	filter:Alpha(opacity=60);
}
.playOverlay:hover {
	background-image: url(../images/play_overlay.png);
	background-position: center;
	background-repeat: no-repeat;
}
.playOverlaySmall:hover {
	background-image: url(../images/play_overlay_small.png);
	background-position: center;
	background-repeat: no-repeat;
}
.playOverlaySuperSmall:hover {
	background-image: url(../images/play_overlay_supersmall.png);
	background-position: center;
	background-repeat: no-repeat;
}
.playOverlayExtraLarge:hover {
	background-image: url(../images/play_overlay_extralarge.png);
	background-position: center;
	background-repeat: no-repeat;
}
.playOverlaySupercontentSmall:hover {
	background-image: url(../images/play_overlay_supercontent_small.png);
	background-position: center;
	background-repeat: no-repeat;
}
div.artikel .playOverlay {
	float:left;
	margin:2px 15px 15px 0;
}
div.artikel a.playOverlay img {
	float: none;
	padding: 0px;
}
/* overlay Ende */

div.artikel h3 img {
	float: none;
}
div.artikel img.picRight {
	padding: 2px 0px 15px 15px;
	float: right;
}
div.artikel h1 {
	margin: 0 0 5px 0;
	color: #86171e;
}
div.artikel h3 {
	margin: 0 0 5px 0;
	line-height: 1.2em;
}
div.artikel h3 img.eilmeldung {
	padding: 0px;
	float: none;
}
div.artikel p {
	padding: 0 0 15px 0;
	margin-bottom: 0px;
}
div.artikel ul.newsList {
	clear: both;
}
div.artikel ul.linkListe {
	margin-bottom: 10px;
}

.suche div.artikel {
	padding: 5px;
}
.suche div.artikel.borderLine {
	margin-bottom: 0px;
}
.suche div.artikel p {
	padding: 0 0 5px 0;
	margin-bottom: 0px;
}
.suche div.artikel p a {
	color: #000;
	font-weight: normal;
	text-transform: normal;
	font-size: 1em;
}
.suche  div.siteNavi {
  margin: 15px 0;
}

/* ------------DebattenModul-------------- */

div.debattenModul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
div.debattenModul h3 {
	width: 443px;
	height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 15px;
	font-size: 0.9em;
	color: #666666;
	background: #fff url(../images/debattenblase_top_blau.gif) top left no-repeat;
}
div.debattenModul h1 {
	width: 443px;
	width: 416px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 25px 15px;
	background: #fff url(../images/debattenblase_bottom_blau.gif) bottom left no-repeat;
	overflow: hidden;
}
div.debattenModul h1 a.comments {
	font-size: 0.6em;
}

div.debattenModul p {
	width: 460px;
	height: 27px;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

/* ------------ZitatModul-------------- */
div.artikel.zitateModul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}
div.artikel.zitateModul blockquote {
	padding: 0px;
	margin: 0px 20px;
	font-size: 1.6em;
	font-style: normal;
	line-height: 1.1em;
	text-align: center;
	font-family: "Times New Roman",serif;
	color: #86171E;
}
div.artikel.zitateModul blockquote img { 
	width: 28px;
	float: none;
	padding: 0px;
}
div.artikel.zitateModul p {
	margin: 15px 0px 0px 0px;
	font-size: 1em;
}

/* ------------CommentBlase-------------- */
span.comments {
  padding-left: 15px;
  /*margin-left: 15px;*/
  white-space: pre;
  
}
span.comments a.comments {
  font-size: 0.8em;
  font-weight: normal;
  background-image: url(../images/icons/kommentar_blase.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
span.comments img {
  padding: 0;
  float: none;
}

a.comments {
  margin-left: 5px;
  padding: 0px 0px 2px 13px;
  font-size: 0.8em;
  font-weight: normal;
  background-image: url(../images/icons/kommentar_blase.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
a:hover.comments {
  color: #000;
  background-image: url(../images/icons/kommentar_blase_hi.gif);
  background-position: left center;
  background-repeat: no-repeat;
}


#sidebar div.artikel {
	margin: 10px 0 0 0;
}
#sidebar div.artikel h1 {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
#sidebar div.artikel h3 span {
	margin-left: 5px;
	padding-left: 5px;
	font-weight: normal;
	border-left: 1px solid #6b6b6b;
}
#sidebar div.artikel img {
	padding: 0 10px 10px 0;
}
#sidebar div.artikel p {
	padding: 0 0 5px 0;
}
.sidebar div.artikel.borderLine, 
.sidebar div.artikel.borderDot {
	margin-bottom: 15px;
}
/*+++ Bilder Artikel Alex +++*/
div.artikel img.rightFloat.left6 {
	margin-left: 6px;
}
/* ------------ Mehrspaltige elemente
--------------------------------------------------------- */
.col2L, .col2R {
	width: 50%;
	float: left;
}
.col2R {
	float: right;
}

.mitTrenner {
	background: transparent url(../images/dot_ver.gif) right top repeat-y;
}
.sidebar .col2R.mitTrenner {
	width: 125px;
	background: none;
}
.col2_3, .col1_3 {
	width: 155px;
	float: left;
}
.col1_3 {
	width: 100px;
	float: right;
}
.col3L, .col3M, .col3R {
	width: 154px;
	float: left;
}
.col3M {
	margin: 0 9px 0 9px;
}
.boxBorder.col3L, .boxBorder.col3M, .boxBorder.col3R {
	width: 152px;
	float: left;
}

form fieldset .col1New, form fieldset .col2New, form fieldset .col3New {
	padding-left: 5px;
	width: 130px;
	float: left;
}
form fieldset .col2New {
	padding-left: 0px;
	width: 153px;
}
form fieldset .col3New {
	padding-left: 0px;
	width: 110px;
}
/*+++ Spalten Alex +++*/
.col2Labstand, .col2Rabstand {
	width: 234px;
	width: 225px;
	padding: 4px;
	float: left;
	clear: none;
}
.col2Rabstand {
	float: right;
}
/* Startseite */
.maerkte {
  width: 233px;
  min-height: 100px;
  margin-bottom: 15px;
}

.maerkte img {
  padding: 0px 8px 0px 0;
	float: left;
}
.maerkte ul {
  width: 160px;
  margin: 0;
  float: left;
}
.maerkte ul li {
  margin: 0 0 5px 0;
  font-size: 0.9em;
}
.maerkte ul li.headLine {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.3em;
  font-weight: bold;
  color: #003f5b;
}

.maerkte ul li img {
  float: none;
}
.maerkte ul li a.more {
  padding: 0;
	text-transform: none;
	font-size: 1em;
	background-image: none;
}
.maerkte ul li a.more img {
	padding: 0 0 0 3px;
}

/* ------------ Mini Gallery
--------------------------------------------------------- */

div.breaker {
	width: 364px;
}
div.breaker.left {
	margin-right: 10px;
	float: left;
}
div.breaker.right {
	margin-left: 10px;
	float: right;
}
div.galleryContent {
	margin: 15px 0 15px 0;
	padding: 10px 7px 5px 7px;
	background-color: #f1f2f2;
	position: relative;
}

div.galleryContent .bigBildHolder {
  width: 349px;
  height: 261px;
  text-align: center;
  overflow: hidden;
}
div.galleryContent p {
	margin: 0 0 1px 0;
	padding: 5px 0 5px 0;
	font-size: 0.85em;
	line-height: 1.1em;
}
div.galleryContent p span {
	margin-left: 5px;
	padding-left: 5px;
	border: 0;
	border-left: 1px solid #666;
}
div.galleryContent .galleryThumbs {
	margin: 5px 0 5px 0;
	padding: 0 0 5px 0;
	clear: both;
}
div.galleryContent .galleryThumbs #thumb_beschriftung {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}
div.galleryContent .galleryThumbs ul  {
	padding: 0;
	margin: 0;
}
div.galleryContent .galleryThumbs ul li {
  width: 116px;
  height: 85px;
	padding: 0;
	margin: 0;
	float: left;
	text-align: center;
	overflow: hidden;
}
div.galleryContent .galleryThumbs ul li img {
	padding: 0;
	margin: 0;
	border: 2px solid #F1F2F2;
}
div.galleryContent .galleryThumbs ul li a:hover img {
	border: 2px solid #6C7412;
}



div.galleryContent .galleryThumbs img {
	margin-right: 5px;
}
div.galleryContent .galleryThumbs img.last {
	margin-right: 0;
}
div.breaker div.button {
	float: right;
}

/* -------------------------------- */

div.galleryContent .galleryThumbs {
	margin: 5px 0 5px 0;
	padding: 0 0 10px 0;
	clear: both;
	
	position: relative; /*leave this value alone*/
  overflow: scroll; /*leave this value alone*/
  height: 87px; /*Height should enough to fit largest content's height*/
}
div.galleryContent .galleryThumbs div.belt {
  position: absolute; /*leave this value alone*/
  left: 0;
  top: 0;
}
div.galleryContent .galleryThumbs div.panel {
  width: 116px;
  height: 88px;
	text-align: center;
	overflow: hidden;
	border: 0px solid #F1F2F2;
	
	float: left; /*leave this value alone*/
  overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
  margin: 0; /*margin around each panel*/
}
div.galleryContent .galleryThumbs div.panel table tr td {
  width: 116px;
  height: 88px;
	text-align: center;
	vertical-align: middle;

}
div.galleryContent .galleryThumbs div.panel img {
	border: 2px solid #F1F2F2;
}
div.galleryContent .galleryThumbs div.panel a:hover img {
	border: 2px solid #6C7412;
}

.zoomer {
  width: 349px;
  height: 275px;
  position: absolute;
  top: 275px;
  right: 10px;
  top: 10px;
  right: 9px;
}
.zoomer a {
  width: 349px;
  height: 275px;
  display: block;
}
.zoomer img {
  position: absolute;
  top: 265px;
  right: 0px;
}

#relatedcontent {
  width: 320px;
  height: 30px;
  overflow:hidden;
}
/* ------------ Buttons
--------------------------------------------------------- */
div.button, ul.button li, a.button {
  background: transparent url(../images/buttons/button_left.gif) left top no-repeat;
}
div.button a, ul.button li a, div.buttonCancel, ul.buttonCancel li, a.button span, div.button span  {
  background: transparent url(../images/buttons/button_right.gif) right top no-repeat;
}
div.button.cancel, ul.button.cancel li {
  background: transparent url(../images/buttons/button_left_cancel.gif) left top no-repeat;
}
div.button, a.button {
	height: 19px;
	padding: 0 0 0 18px;
	width: auto;
	float: left;
}
div.button a, a.button span, div.button span {
	height: 17px;
	padding: 2px 6px 0 0;
	font-size: 10px;
	font-weight: bold;
	color: #86171e;
	text-transform: uppercase;
	display: block;
}
div.button.cancel a {
	color: #666666;
}

div.galleryContent div.button a {
	padding: 0px 6px 2px 0;
}
.sidebar div.button.auto {
	width: auto;
	margin-right: 5px;
}
.sidebar div.button.auto a {
	width: auto;
}

ul.button {
	width: 150px;
	margin: 0;
}
ul.button li {
	width: 150px;
	padding: 0px 0px 2px 18px;
	margin: 0 0 3px 0;
}
ul.button li a {
	width: 150px;
	padding: 2px 5px 4px 0;
	font-weight: bold;
	font-size: 0.85em;
	text-transform: uppercase;
	display: block;
}
.sidebar ul.button {
	width: auto;
	margin: 0;
}
.sidebar ul.button li {
	padding: 0 0 5px 18px;
}
.sidebar ul.button li a {
	padding: 2px 5px 4px 0;
}

div.buttonInaktive,
div.buttonInaktive strong {
	height: 19px;
	padding: 0 0 0 18px;
	width: auto;
	
	background: transparent url(../images/buttons/buttoninaktive_left.gif) left top no-repeat;
	float: left;
}
div.buttonInaktive strong {
	padding: 0px 6px 0px 2px;
	color: #999999;
	background: transparent url(../images/buttons/buttoninaktive_right.gif) right top no-repeat;
}

div.button.highlightsButton { 
    position: relative;
    bottom: 0px; 
}

/* ------------ Layer
--------------------------------------------------------- */
#townLayer {
	width: 810px;
	padding: 0px;
	margin: 0px;
	height: 210%;
	height: 222%;
}
.townLayer {
	width: 790px;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.townLayer * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.townLayer h2 {
	padding: 2px 2px 2px 10px;
	font-size: 1em;
	text-align: left;
}
.townLayer h2 a {
	color: #fff;
	font-size: 0.8em;
	letter-spacing: 0;
	text-transform: lowercase;
}
.townLayer .floaterHeadline {
	margin-top: -22px;
	font-size: 0.9em;
	color: #fff;
}
.townLayer .floaterHeadline img {
	margin-left: 5px;
	vertical-align: middle;
}
.townLayer div.col5 {
	width: 146px;
	margin: 10px 0 0 5px;
	float: left;
}
.townLayer div.col5 ul li h1, .townLayer div.col5 ul li h1 a {
	margin: 10px 0 0 0;
	padding-bottom: 5px;
	font-size: 1.0em;
	line-height: 1em;
	color: #003f5b;
	text-transform: uppercase;
}
.townLayer div.col5 ul {
	margin: 0 0 0 0;
	font-size: 0.9em;
}
.townLayer div.col5 ul li a {
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
}
.townLayer div.col5 ul li a:hover {
	text-decoration: underline;
}
/* TownLayer Suchmaske */
.townLayer form {
	width: 790px;
	padding: 15px 0 15px 0;
	text-align: center;
	background: transparent url(../images/dot_hori.gif) left top repeat-x;
	float: none;
	clear: both;
}
.townLayer form label {
	width: auto;
	margin: 3px 10px 0 0;
	font-weight: bold;
}
.townLayer form input {
	width: 300px;
}
.townLayer form button {
	margin-top: -1px;
	float: left;
}

/* ------------ Calender
--------------------------------------------------------- */
#calender {
  width: 516px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #b2b2b2;
  position: absolute;
  z-index: 981234;
 /* top: 0px;*/
  left: -258px;
}
#calender p {
  margin-left: 4px;
  color: #003f5b;
}
#calender table {
  width: 250px;
  margin: 4px;
  border-spacing: 2px;
  table-layout: fixed;
}
#calender table thead th {
  color: #003f5b;
  font-weight: bold;
  text-align: center;
}
#calender table tbody th {
  width: 30px;
  color: #003f5b;
  text-align: center;
}
#calender table td {
  
  padding: 2px;
  text-align: center;
  border: 1px solid #eaeaea;
}
#calender table td.oldMonth {
  color: #b2b2b2;
}
#calender table td.newMonth {
  background-color: #f4f4f4;
  color: #b2b2b2;
}
#calender table td.sel {
  font-weight: bold;
  color: #003f5b;
  border: 2px solid #86171e;
}

/* ------------ Event TopListen
--------------------------------------------------------- */
table.eventTopListen {
  margin: 0;
  padding: 0;
}
div.eventTopListen {
  margin: 0 0 0 0;
  padding: 10px 4px;
}
div.eventTopListen h1 {
  margin: 0 0 0 0;
  padding: 0 0 0px 0;
}
div.eventTopListen p {
  margin: 0 0 0 0;
  padding: 0 0 0px 0;
}  
div.eventTopListen img {    
  margin: 0 0 0 0;
  padding: 0 15px 0 0;
}   
div.eventTopListen .col2L {
  width: 340px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
div.eventTopListen .col2R  {
  width: 130px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#sidebar div.eventTopListen {
  margin: 0 0 0 0;
  padding: 10px 4px;
}
#sidebar div.eventTopListen p {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}
#sidebar div.eventTopListen img {
  margin: 0 0 0 0;
  padding: 0 15px 0 0;
}

/* ------------ KontaktListe
--------------------------------------------------------- */
dl.kontaktListe {
  margin:15px 0 0;
  padding:0;
}
dl.kontaktListe dt {
  float:left;
  margin:0 0 5px;
  padding:0;
  width:190px;
}
dl.kontaktListe dd {
  margin:0 0 5px 190px;
  padding:0;
}
dl.kontaktListe dd span {
  font-size:0.8em;
}

/* ------------ Layer Styles
--------------------------------------------------------- */
#theLayer {
  width: 450px;
  /*height: 100%;*/
  margin: 0 0 0 0;
  padding: 0;
  background-color: #f2f2f2;
}
#theLayerLogo {
  margin: 0 0 0 0;
  background-color: #fff;
  background: #fff url(../images/shadow_right.gif) right top repeat-y;
}
#theLayerLogo img {
  margin: 10px 0 5px 10px;
}
#theLayerContent {
  margin: 5px 0 0 0;
  padding: 10px 10px;
  background-color: #fff;
  background: #fff url(../images/shadow_right.gif) right top repeat-y;
}

#theLayer.breitLayout {
	width: 800px !important;
}


.exposeLayer {
	width: auto;
	padding: 0px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	position: absolute;
	
	box-shadow: 		0px 0px 10px #888;
	-o-box-shadow:		0px 0px 10px #888;
	-moz-box-shadow:	0px 0px 10px #888;
	-webkit-box-shadow:	0px 0px 10px #888;

}
.exposeLayer div.boxBorder {
	padding: 3px;
	background-color: #fff;
}
.exposeLayer div.content {
	padding: 5px;
	background-color: #FFFFC0;
	background-color: #E9F0F4;
}
.exposeLayer div.content ul.linkListe li {
	padding: 0;
	margin: 0;
}
#tabellenInlay {
	right: 16px;
	
	
	width: auto;
	position: absolute;
}

/* ------------ Login
--------------------------------------------------------- */
form#login {
	width: 450px;
	clear: both;
	float: none;
	display: block;
}
.loginLayerContent h1 {
  margin: 5px 0 10px 0;
  color: #86171e;
}
.loginLayerContent p {
  margin: 5px 0 10px 0;
  color: #000;
}
.loginLayerContent label {
  width: 100px
}
.loginLayerContent input.inputbox {
  width: 280px
}
.loginLayerContent p.errorInfoLogin {
	margin: 0 0 5px 110px;
	font-size: 0.8em;
	font-weight: bold;
	color: #a4091e;
	clear: both;
}

/* ------------ Verlinken
--------------------------------------------------------- */
#theLayer.verlinkungsLayer {
  width: 600px;
  height: 305px;
}

form.verlinkenText {
  padding: 5px;
  margin: 0;
  background-color: #999;
}
form.verlinkenText input {
  width: 540px;
  padding: 4px;
  margin: 0;
  clear: both;
  float: none;
}
form.verlinkenText textarea {
  width: 540px;
  height: 50px;
  padding: 4px;
  margin: 0;
  clear: both;
  float: none;
}


/* ------------ Versenden
--------------------------------------------------------- */
form#versenden {
	width: 650px;
	clear: both;
	float: none;
	display: block;
}

div#theLayer.versendenLayer{
	min-height: auto;
	width: 650px !important;
	color: #000;
}
div#theLayer.versendenLayer div.separator {
	margin-bottom: 10px;
}
div#theLayer.versendenLayer h1 {
	color: #86171E;
}
/* ------------ IconyBox BZ Flirt
--------------------------------------------------------- */

a.iconyFormPic {
  width: 78px;
  height: 78px;
  margin-top:10px;
  float: left;
  display: block;
  border: 2px solid #86171E;
}
#mySearchBoxContainer,
form#iconyForm {
  width: 180px;
  margin: 10px 0px 0px 0px;
  padding: 0;
  float: right;
  clear:none;
}
.icony_search_box form {
	width:100%;
	margin:0;
	padding:0;
}
.icony_search_box form fieldset,
form#iconyForm fieldset {
  margin: 10px 0 0 0;
  padding: 0;
}
.icony_search_box form label,
form#iconyForm fieldset label {
  width: 55px;
  width: 63px;
  font-family: arial, verdana, tahoma, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #86171E;
  margin: 0px 4px 0px 0px !important;
  padding: 0px;
}
.icony_search_box form label.icony_age_label,
form#iconyForm fieldset label.bis {
  width: 23px;
  padding-right: 2px;
  float: left;
}
.icony_search_box form label.icony_age_label[for="AGE_MIN"] {
width: 46px;
}
.icony_search_box form label.icony_age_label[for="AGE_MAX"] {
	margin-left: 10px !important;
}
.icony_search_box form select,
form#iconyForm fieldset select {
  width: auto;
  margin: 0;
  padding: 0px;
  border: 1px solid #aaa;
}
.icony_search_box form select.icony_age_field,
form#iconyForm fieldset select.age_field {
  float: left;
}
.icony_search_box form label.icony_age_label[for="AGE_MAX"] {
	margin-left:10px;
}
.icony_search_box form label.icony_gender_label{
	margin-right: 17px;
}
.icony_search_box form .icony_submit,
form#iconyForm fieldset.fieldsetButton {
  margin-right: 5px;
}
.icony_search_box form label.icony_zip_label {
	width:90px;
}
.icony_search_box form input.icony_zip_field{
	width:70px;
}

.icony_gender, .icony_age, .icony_zip, .icony_submit {
	float:none;
	clear:both;
	position:relative;
	height: 20px;
}

.icony_default_seperator {
  border-top: 0px solid #EEEEEE;
  margin: 2px 0px 10px;
  float:none;
	clear:both;
}
input.icony_submit_button {
	width:auto;
    padding: 4px 6px;
    color: #fff;
    font-size: 1em;
    
    background: #f0f3f5;
    background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(40%,#53cbf1), color-stop(100%,#05abe0)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* ie */
    
    
    background: #86171e;
    background: -moz-linear-gradient(top, #CF2635 0%, #86171e 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CF2635), color-stop(100%,#86171e)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CF2635', endColorstr='#86171e',GradientType=0 ); /* ie */
    
    border: 1px solid #e3cacc;
    float:right;
}

/* ------------ Benutzer Anzeige RechteSpalte
--------------------------------------------------------- */
#sidebar .user {
	/*background-color: #00FF66;*/
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	
}

#sidebar .user p {
	width: 180px;
	margin: 3px 0px 0px 0px;
	font-size: 0.9em;
	color: #999;
	float: left;
	overflow: hidden;
}

/* ------------ Slide Gallery modul
--------------------------------------------------------- */

.carousel,
.carousel .carousel-wrap {
	zoom:1;
	position: relative;
}
.specials .js .carousel-wrap {
	display: inline-block;
	vertical-align: middle;
	width: 478px;
	margin: 0px 0px 0px 0px;
}
.video .carousel {
	height: 163px !important;
	overflow: hidden !important;
}
.IE .js .carousel-wrap {display:inline;}
.carousel ul { 
	zoom:1;
}

.js ul li { 
	display: inline;
	height: auto;
}
.carousel-control {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 15px;
	cursor:pointer;
	line-height:999px;
	zoom:1;
}
.carousel-next,
.carousel-previous {
	background:url(http://img.badische-zeitung.de/layouts/images/buttons/next_small.gif) 0 0 no-repeat;
	position: absolute;
	right: 8px;
	bottom: 34px;
}
.carousel-previous {
	background:url(http://img.badische-zeitung.de/layouts/images/buttons/last_small.gif) 0 0 no-repeat;
	left: 8px;
}

.carousel-control:hover {
	-moz-opacity:.7;
	opacity:0.70;
	filter:alpha(opacity=70);
}
.disabled, .disabled:hover {
	-moz-opacity:.1;
	opacity:0.10;
	filter:alpha(opacity=10);
	cursor:default;
}
.carousel div {
	margin:0;
	padding:0;
	border:0;
}
.carousel ul li {
	position:relative;
}
div.siteNaviSwitcher p {
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: normal;
}
div.siteNaviSwitcher p a {
	cursor:pointer;
}

div.carousel div.siteNaviSwitcher {
	width: 410px;
	margin-left: 35px;
}

/* Typo */
.padding0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}




/* ------------ Sporttabellen
--------------------------------------------------------- */
ul.sportTabelleStart {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
}
ul.sportTabelleStart li {
  width: 158px;
  margin: 0 0 0 0;
  padding: 5px 0 5px 0;
  float: left;
}
ul.sportTabelleStart li img {
  margin-right: 5px;
  float: left;
}
ul.sportTabelleStart li a {
  font-weight: bold;
  font-size: 0.9em;
}
ul.sportTabelleStart li a span {
  display: block;
}


/* ------------ Hilfe & Kontakt
--------------------------------------------------------- */
.boxOhne.startpageHilfe {
	padding-top: 5px;
}
.startpageHilfe .maerkte {
	height: 120px;
    min-height: 120px;
}
.categoryListeHilfe .brotNavi,
.contentHilfe .brotNavi {
	font-size: 90%;
}

.categoryListeHilfe {
	min-height: 500px;
}
.categoryListeHilfe ul li {
	font-size:1.1em; 
	margin: 0 10px;
}
.categoryListeHilfe ul li a.more.left {
	text-transform: none;
	display: block;
	background-position: left 4px;
}
.categoryListeHilfe ul li a small {
	color: #444;
	font-weight: normal;
}
.kontaktHilfe dl.kontaktListe dd.servicezeiten span {
	float: left;
	width: 100px;
	font-size: 1em;
	display: block;
	padding-bottom: 5px;
}
#formHilfe button { margin-right: 10px; }
#formHilfe label {
	font-size: 1em;
	font-weight: bold;
	width: 220px;
}
#formHilfe { margin: 15px 10px; }


#hilfe {
	padding: 0 16px 0 14px;
}
#hilfe .boxBorderOhne .boxBorderOhne,
#hilfe .boxOhne  {
	padding: 0;
}
.contentHilfe {
	overflow:hidden;
}
.contentHilfe img {
	width: 100%;
	max-width: 480px;
}

.contentHilfe a {
    background-image: url("../images/arrows/arrow_red.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 7px;
    padding-right: 0;
    color: #86171E;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    outline: medium none;
    text-decoration: none;
}
.contentHilfe a.rightFloat {
	background-position: right center;
    background-repeat: no-repeat;
    padding-right: 5px;
    padding-left: 0px;
}



/* *****************************************************************************************************************************

											NEW BZO LAYOUTS -- Modern Design -- CSS 3

***************************************************************************************************************************** */


/* ------------ New Box Model
--------------------------------------------------------- */
.modernRoundBox {
	width: auto;
	height: auto;
	padding: 10px;
	margin: 0 0px 35px 0px;
	border:1px solid #dddddd;
	border-radius:10px;
	background-color: #f2f2f2;
	-webkit-box-shadow: inset 0px 0px 1px 1px #ffffff, 0px 1px 1px #888888;
	-moz-box-shadow: inset 0px 0px 1px 1px #ffffff, 0px 1px 1px #888888;
	box-shadow: inset 0px 0px 1px 1px #ffffff, 0px 1px 1px #888888;
		
	float: none;
	clear: both;
	position: relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

/* New Button Layout */
a.modernRoundButton, .modernRoundButton {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 10px;
	border:1px solid #5f1015;
	border-radius:5px;
	background-color: #f2f2f2;
	-webkit-box-shadow: inset 0px 1px 0px 0px #e1434e, 0px 1px 1px #888888;
	-moz-box-shadow: inset 0px 1px 0px 0px #e1434e, 0px 1px 1px #888888;
	box-shadow: inset 0px 1px 0px 0px #e1434e, 0px 0px 6px #888888;
		
	background: #c8222d; /* Old browsers */
	background: -moz-linear-gradient(top,  #c8222d 0%, #86171e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8222d), color-stop(100%,#86171e));
	background: -webkit-linear-gradient(top,  #c8222d 0%,#86171e 100%);
	background: -o-linear-gradient(top,  #c8222d 0%,#86171e 100%);
	background: -ms-linear-gradient(top,  #c8222d 0%,#86171e 100%);
	background: linear-gradient(to bottom,  #c8222d 0%,#86171e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8222d', endColorstr='#86171e',GradientType=0 );
		
		
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;

	cursor: pointer;
}
a.modernRoundButton:hover, .modernRoundButton:hover {
	color: #fff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #86171f), color-stop(1, #c8222d) );
	background:-moz-linear-gradient( center top, #86171f 5%, #c8222d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#86171f', endColorstr='#c8222d');
	background-color:#86171f;
}

/* ------------ Paywall & BarrierWarning
--------------------------------------------------------- */
.makebig { font-size: 1.2em; }
.artikelStyle { padding-top:15px; }
#fontScale h1 {
	font-size: 1.9em;
	color: #000;
}
.content p.vorwort {
	line-height: 1.4em;
	font-size: 1.0em;
	font-weight: bold;
}

.halfBox,
.halfBoxRight,
.einDrittelBox,
.zweiDrittelBox {
	width: 48%; /*49%*/
	height: auto;
	margin-right: 2%;
	float: left;
	clear: none;
}
.einDrittelBox { width: 32%; } /*32.3%*/
.zweiDrittelBox { width: 64%;} /*65%*/

.halfBoxRight {
	/*margin-left: 2%;*/
	margin-right:0;
}
.boxRightNoMargin {
	margin-right:0;
}

.modernRoundBox.autoHeight { height: auto; }
.modernRoundBox h5, .modernRoundBox h6 {
	font-size: 1.3em;
	margin-bottom: 15px;
}

/* Bilder Box Digital PRemium Abo */
.modernRoundBox ul {
	margin: 0;
	float: none;
	clear: both;
}
.modernRoundBox ul li {
	text-align: center;
	float: left;
	position: relative;
}
.modernRoundBox ul li img, .modernRoundBox ul li p {
	margin:0;
	padding:0;
	float:none;
	font-weight:bold;
}
.modernRoundBox ul li p.overGFX { font-weight: normal; font-size: 0.9em; width:100%; position:absolute; top:180px; left:0px; }
.modernRoundBox ul li.ipad { width: 136px; }
.modernRoundBox ul li.epaper, .modernRoundBox ul li.website { width: 230px; }
.modernRoundBox ul li.phones { width: 169px; }


#barrierWarning {
	width: 650px;
	height:180px;
	margin:0;
	padding:15px;
	border: 2px solid #003f5b;
	border-bottom: 0;
	background-color: #fff;
	position: fixed;
	bottom: 0px;
	left: 70px;
	z-index: 9000;
	
	-webkit-box-shadow: -1px 1px 4px #000000;
	-moz-box-shadow: -1px 1px 4px #000000;
	box-shadow: 0px 0px 8px #000000;
}
#barrierWarning img {
	float: left;
}
#barrierWarning .txtArea {
	width: 530px;
	float: right;
}
#barrierWarning #closeButton {
	width: 19px;
	height:18px;
	cursor: pointer;
	position: absolute;
	top: -1px;
	right: -1px;
	
	-webkit-box-shadow: -1px 1px 4px #000000;
	-moz-box-shadow: -1px 1px 4px #000000;
	box-shadow: -1px 1px 4px #000000;
}
#barrierWarning p { margin-bottom: 10px; }
#barrierWarning .separator { margin-bottom: 10px; margin-top: 20px; }



