#header_animation {
/*	position:relative;
	height:350px;
	width: 100%;
	overflow: hidden;
	*/
	display:block;
	clear:both;
}

#header_animationa img {
	border:none;
}

#header_animation .show {
	z-index:8;
}

#header_animation .HEADERCONTAINER {
	z-index: 1;
	color:#ffffff;
	position:absolute;
}

#header_animation .HEADERCONTAINER img {
}	

#header_animation .CONTAINERINHALT {
/*	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 150px;*/
}

#header_animation .HEADERCONTAINER .CONTAINERINHALT a {
	font-weight: normal;	
	color: #FFF;
}
	
#header_animation .HEADERNAVI{
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 15px;
	margin-top: 230px;
	text-align: center;
	left:0px;
}

#header_animation .HEADERNAVI .FIRST{
	margin-right: 0px;
}	

#header_animation .HEADERNAVI .NAVIFLOAT{
	text-align: center;
	height: 15px;
	width: 100%;
}
		
#header_animation .HEADERNAVI .NAVIFLOAT .containerThumb {	
	background: url(../img/navi_header.png) no-repeat;		
	height: 15px;
	width: 15px;
	cursor: pointer;
	display: inline-block;
	margin: 0 10px;
	zoom: 1;
    *display: inline;
}

#header_animation .HEADERNAVI .NAVIFLOAT .containerThumb:hover{	
	background: url(../img/navi_header_aktiv.png) no-repeat;		
}	

#header_animation .HEADERNAVI .NAVIFLOAT .containerThumbAct{	
	background: url(../img/navi_header_aktiv.png) no-repeat;		
	height: 15px;
	width: 15px;
	display: inline-block;
	cursor: pointer;
	margin: 0 10px;
	zoom: 1;
    *display: inline;
}