/* Listen */
ul#carousel, ul#carousel li { margin: 0; padding: 0; list-style: none; color: #606260; }
ul#carousel li img{ border: none; }
ul#carousel li div.slide {margin: 0 20px 0px 7px;width: 602px; height: 273px; background-image: url(/images/news/ads_default.gif); background-repeat: no-repeat;border-radius: 8px; }
ul#carousel div div { line-height: 22px; font-size: 13px;}
ul#carousel div div h3 { visibility: hidden; height: 66px; margin: 0; padding: 0; }
ul#carousel div div p { margin: 0; padding: 0; }

.fade{ margin-bottom: 2em; }

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}


/**** noscript-Hinweis ****/

div#att {
	background-color: #fffeb8;
	border-bottom: 1px solid;
	height: 2.5em;
	line-height: 2.5em;
	position: absolute;
	top:0;
	width: 100%;
}

div#att p{
	background: transparent url(../images/att.png) no-repeat 0 46%;
	margin: 0;
	display: inline;
	padding: 6px 0 6px 26px;
}
	
#nav_carousel { margin: -33px 30px 0 20px; z-index: 10; position: absolute; }
#nav_carousel a { border: 1px solid #ccc;border-radius: 4px;background: #f5f5f5; text-decoration: none; margin: 0 5px; padding: 3px 5px; font-size: 10px; color: #454545; 
									display: block; float: left; }
#nav_carousel a.activeSlide { background: #BCBCBC;color: #ffffff;}
#nav_carousel a:focus { outline: none; }
