/* CSS -Aktuelles*/
/* 
 *Oberer Bereich Anfang
 */


#HeadlineImage {
	background-image: url('/images/HP_Headline-Aktuelles.jpg');
	position: absolute;
	background-position: left;
	background-repeat: no-repeat;
	width: 599;
	height: 38px;
	left: 206px;
	top: 0px;
	z-index: 3;
}

#HeadlineImage_EN {
	background-image: url('/images/HP_Headline-Aktuelles_EN.jpg');
	position: absolute;
	background-position: left;
	background-repeat: no-repeat;
	width: 599;
	height: 38px;
	left: 206px;
	top: 0px;
	z-index: 3;
}

/*
 * Oberer Bereich Ende
 * Inhaltsbereich Anfang
 */
 
#content {
	position: absolute;
	left: 206px;
	right: 206px;
	top: 121px;
	z-index: 1;
	height: 100%;
	background-image: url('/images/HP_ContentBG-Aktuelles.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #DBDEE3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.content_main{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('/images/HP_ContentBG-Aktuelles.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #DBDEE3;
	font-size: 13px;
	color: #000000;
	padding: 14px 10px 10px 10px;
	z-index: 4;
}
/*
 * Inhaltsbereich Ende
 */