/* CSS Document */

#parallax-outer {
	width:100%!important;
	position:absolute;
	margin:0 auto;
	top:0;
	left:0;
	_left:auto;
	z-index:1;
}

#parallax {
	position:absolute;
	overflow:hidden;
	height:364px;
	width:100%!important;
	margin:auto;
	z-index:10;
	top:0;
	left:0;
	background:url(../images/bg-header.png) no-repeat center top;
}

li {
	list-style:none;
}

/*boot*/
	
li.boot {
	width:1000px;
	height:364px;
}

img.boot {
	position:absolute;
	left:0px;
	top:0px;
}

/*nemo*/

li.nemo {
	width:1100px;
	height:364px;
}

img.nemo {
	position:absolute;
	left:0px;
	bottom:10px;
}
/*voegel*/
	
li.voegel {
	width:1100px;
	height:290px;
}

img.voegel {
	position:absolute;
	left:0px;
	top:0px;
}

/*sonne*/
	
li.sonne {
	width:1500px;
	height:364px;
}

img.sonne {
	position:absolute;
	top:0px;
	left:250px;
}

/*sonnenschein*/
	
li.sonnenschein {
	width:1500px;
	height:364px;
}

img.sonnenschein {
	position:absolute;
	top:0px;
	left:340px;
}

/*meer*/
	
li.meer {
	width:1350px;
	height:350px;
}

img.meer {
	position:absolute;
	top:0px;
	left:0px;
}
/*fische*/
	
li.fische {
	width:900px;
	height:400px;
}

img.fische {
	position:absolute;
	top:300px;
	left:120px;
}
