/* Listen */
ul#news {
	border: 1px solid #ccc;
	padding: 2em;
	background:  #fffeb8;
}

ul#diaporama  li{
list-style-type: none;

}

ul#minidiapo {
overflow: hidden;
padding :0px;
}

ul#minidiapo li{
list-style-type: none;
margin :0px;
}


.fade a{
width : 100%;
margin:0 auto;

}

.fade p{
	text-align: center;
	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;
}
	

