@charset "UTF-8";
/* 2008-05-01, news rotation styles */

#RotationContainer {
	width:559px;
	height: 371px;
	margin-bottom: 50px;
}

#RotationPic {
	height:341px;
}

#RotationPic .NewsTeaserBox {
	top:	0px;
	left: 289px; /*= Breite #RotationContainer ./. width .rotationteaser*/
	position: absolute;
}

.rotationteaser {
	margin:0;
	width: 250px;
	overflow: visible;
	padding: 10px;
	font-size: 11px;
	background: transparent url(/design/bg_teaser.png) repeat-x scroll;
}

#TeaserRow {
	position: absolute;
	z-index: 0;
}

#RotationQueue1,
#RotationQueue2,
#RotationQueue3 {
	width: 181px;
	float: left;
	padding: 0 5px 0 0;
	font-size: 11px;
}

#RotationQueue2 {
	width: 180px;
}

#RotationQueue1, 
#RotationQueue2 {
	border-right: 1px solid #dbdfef;
}

#RotationQueue1 a,
#RotationQueue2 a,
#RotationQueue3 a {
	display:block;
		margin-top:5px;
		line-height:150%;
		text-decoration:none;
		color:#069;
}
#RotationQueue1 a:hover,
#RotationQueue2 a:hover,
#RotationQueue3 a:hover {
	color:#069;
	text-decoration:underline;
}

#RotationQueue1 img.thumb,
#RotationQueue2 img.thumb,
#RotationQueue3 img.thumb {
	float: left;
	margin: 0 8px 0px 0;
}

/*.rotationteaser img.more {
		margin: 3px 0 0 3px;
}*/

#RotationPic #News1,
#RotationPic #News2,
#RotationPic #News3 { /*fix Bug in IE7*/
	position: absolute;
	height: 341px;
}

#RotationPic .NewsLinks {
	top:	281px;
	position: absolute;
	left:	428px;
	width: 156px;
}

