@import url("stylesheet_base.css");
/*Versteckt die Nachricht das keine Newseinträge da sind*/
.nonews{
	display:none;
}
.changingheader{
	height:576px;
	left:50%;
	margin-left:-399px;
	position:absolute;
	top:132px;
	width:798px;
	z-index:1;
}
/*Newseinträge Homsite*/
.newsheadercontent{
	top:132px;
	width:798px;
	z-index:2;
	height:72px;
	position:absolute;
	margin-left:-399px;
	left:50%;
}
.newsheadercontentleft{
	float:left;
	padding-left:16px;
	width:144px;
	height:100%;
	background-image:url(../images/news/newscontentleftbg.png);
}
.newsheadercontentright{
	float:left;
	width:638px;
	height:100%;
}
/*Newseintrag Homesite*/
.newsitem{
	background-image:url(../images/news/newscontentitembg.png);
	float:left;
	height:72px;
	width:320px;
}
.newsitem2{
	background-image:url(../images/news/newscontentitembg.png);
	float:left;
	height:72px;
	width:318px;
}
.newsitem .title, .newsitem2 .title{
	font-size:13px;
	font-weight:bold;
	float:left;
	width:268px;
	margin-top:14px;
}
.newsitem .subheader, .newsitem2 .subheader{
	font-size:12px;
	float:left;
	width:268px;
}
.number1{
	background-image:url(../images/news/1.png);
	float:left;
	height:40px;
	margin-left:10px;
	margin-top:14px;
	width:40px;
}
.number2{
	background-image:url(../images/news/2.png);
	float:left;
	height:40px;
	margin-left:10px;
	margin-top:14px;
	width:40px;
}
.number3{
	background-image:url(../images/news/3.png);
	float:left;
	height:40px;
	margin-left:10px;
	margin-top:14px;
	width:40px;
}
.number4{
	background-image:url(../images/news/4.png);
	float:left;
	height:40px;
	margin-left:10px;
	margin-top:14px;
	width:40px;
}
.meainfo{
	padding-left:19px;
	padding-right:19px;
	width:760px;
	line-height:48px;
	margin-bottom:30px;
	background-color:#F3F4F4;
	position:absolute;
	z-index:1;
	left:50%;
	margin-left:-399px;
	top:700px;
}

.content{
	width:100%;
	min-height:400px;
}

.clearer{
	height:1px;
	clear:both;
}

#slide-images {
	display:block;
	height:576px !important;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	width:100% !important;
}
