 #navigation{
    font-family:Arial Helvetica; 
    height: 40px;
    margin: 0;
    clear: both;
    float: left;
    width: 100%;
}

#navigation ul {
    list-style-type: none;
    height: 40px;
    text-align: center;
    width:100%;
    padding: 0; 
    margin: 0; 
    margin-left:40px;
   /* background-color: #fe4200;*/
    position: relative;
}

#navigation ul li {
    float: left;
    
     padding-left: 10px;
     padding-right: 10px;
}

#navigation ul li a {
    display: block;
    line-height: 36px;
    text-decoration: none;
    font-family: Helvetica,  serif;
    font-size: 16px;
    color: white;
    font-weight: normal ;
    width:100%;
    text-align: center;
     margin: 0 ;
     
     padding-left: 10px;
     padding-right: 10px;
  
}
#navigation ul li a:hover {
    background-color:lightblue;
    color:black;
  
}

#navigation ul li #sky:hover {
    text-decoration:underline;
    color:lightblue;
  
}
body{
    height:40px;
    margin: 0;
    padding: 0; 
    overflow: hidden;
}
.unten {
	width:400px;
	position: absolute;
	bottom: 0px;
	left:50%;
	height:30px;
	text-align:center;
	margin-left:-200px;	
	margin-bottom:10px;	
}
.unten a{
	color: #9d1d1e;
        font-family: 'arial';
}