/*CONTENT-SPALTE*/
		#Content-Spalte .grosser-teaser, #Content-Spalte .grosser-teaser-tagesschau {
			position: relative;
			width: 460px;
			margin-bottom: 20px;
			padding: 20px 10px 0 10px;
		}
		#Content-Spalte .grosser-teaser {
			background: #FFFFFF url(/graphics/header-line.jpg) no-repeat 100% 0;
		}
		#Content-Spalte .grosser-teaser-tagesschau {
			background: #FFFFFF url(/graphics/header-line-tagesschau.jpg) no-repeat 100% 0;
		}

		#Content-Spalte .grosser-teaser h3, #Content-Spalte .grosser-teaser-tagesschau h3 {
			margin: -21px -5px 0 0;
		}
		#Content-Spalte .grosser-teaser dl, #Content-Spalte .grosser-teaser-tagesschau dl {
			margin: 0 0 20px 0;
			padding: 15px 0 0 0;
		}
		#Content-Spalte .grosser-teaser ul {
			padding: 0 0 0 40px;
			clear: both;
		}
		#Content-Spalte .grosser-teaser-tagesschau ul {
			padding: 0 0 0 0px;
			clear: both;
		}
		#Content-Spalte .boxwrapper {
			width: 478px;
			margin-bottom: 10px;
			padding: 10px 0 20px 0;
		}
/*CONTENT-SPALTE*/
/*BILDER-GALERIE-SLIDER*/
		#Content-Spalte .jcarousel-list li,
		#Content-Spalte .jcarousel-item {
			float: left;
			list-style: none;
			width: 60px;
			height: 55px;
			margin:0 5px 0 5px;
		}
		.Content-Spalte-sliderwrapper .jcarousel-skin-bilder .jcarousel-container {
			width: 478px;
			background: #EEEEEE;
			border: 1px solid #CCCCCC;
			margin-bottom: 10px;
			padding: 10px 0 20px 0;
		}
		#Content-Spalte .jcarousel-skin-bilder .jcarousel-clip-horizontal {
			width:  420px;
			margin: 0 auto;
		}
		#Content-Spalte .jcarousel-skin-bilder .jcarousel-item {
			width: 60px;
			height: 55px;
			border: none;
		}
		#Content-Spalte .jcarousel-skin-bilder .jcarousel-next-horizontal {
			position: absolute;
			top: 15px;
			right: 10px;
			width: 9px;
			height: 40px;
			cursor: pointer;
			background: transparent url(/graphics/bild-next-button.gif) no-repeat 0 0;
		}
		#Content-Spalte .jcarousel-skin-bilder .jcarousel-prev-horizontal {
			position: absolute;
			top: 15px;
			left: 10px;
			width: 9px;
			height: 40px;
			cursor: pointer;
			background: transparent url(/graphics/bild-back-button.gif) no-repeat 0 0;
		}
/*BILDER-GALERIE-SLIDER*/