#navigation {
    position:fixed; 
    bottom:0px; 
    left:0px;
    width:100%;
    height:100px;
	background: #00F url(gfx/bg.png) repeat-x;
	text-align: center;
}
#balken ul {
    width:100%;
	list-style-type: none;	
    padding-top:5px;
}
#balken ul li{
	display: inline;
	padding-left:5px;
	padding-right:5px;
}
#balken ul li a{
	color:#fff;
	text-decoration:none;
}
#balken ul li a:hover{
    border-bottom:1px solid #999;
}
#navigation .telefon {
    margin-top: 25px;
    font-size: 26px;
}

