
/*-----------------------------------------------------*/
/* Layers                                              */
/*-----------------------------------------------------*/
#Aktuell {
	position:absolute;
	left:658px;
	top:198px;
	width:148px;
	height:auto;
	z-index:3;
	background-color: #E3E4E5;
}
#AktuellTitel {
	position:absolute;
	left:10px;
	top:8px;
	width:128px;
	height:auto;
	z-index:2;
}
#AktuellContent {
	position:relative;
	left:10px;
	top:24px;
	width:128px;
	height:auto;
	z-index:2;
	margin-bottom: 27px;
}
#AktuellText {
	position:relative;
	left:0px;
	top:0px;
	width:128px;
	height:auto;
	z-index:2;
	margin-top: 5px;
}
