/* CSS Document */

#reiseangebote {
	position:absolute;
	left:0px;
	top:0px;
	width:130px;
	height:131px;
	z-index:1;
}

#footer{
	position:fixed;
	bottom:0;
	width:100%;
	height:45px;
	clear:both;
	vertical-align:middle;
	-moz-border-radius:3px;
	/*background-color:#f8f8f8;*/
	border-top:1px solid #ccc;
	text-align:center;
	color:#000000;
	background-image:url(../images/hintergrund-footer.png);
	background-position:bottom;	
}

#footer a{
color:#000000;
text-decoration:none;
}
