/****** Hauptnavigation ******/
ul#hn {
position: absolute;
top:132px;
left:8px;
height:15px;
width: 452px;
border-top: 0px solid #999;
border-left: 0px solid #999;
border-right: 0px solid #999;
font-size: 10px;
}

ul#hn li {
position: absolute;
display: inline;
}

ul#hn li#news {width: 61px; top: 0px; left: 0px;}

ul#hn li#uu {width: 79px; top: 0px;left: 61px;}

ul#hn li#systeme {width: 79px;top: 0px;left: 140px;}

ul#hn li#service {width: 70px;top: 0px;left: 219px;}

ul#hn li#downloads {width: 92px;top: 0px;left: 289px;}

ul#hn li#kontakt {width: 72px;top: 0px;left: 381px;}


ul#hn li a {
line-height: 19px;
color: #000;
text-decoration: none;
display:block;
background: url(../i/ly/hn-bg.png) no-repeat top left;
}

ul#hn li a:hover, ul#hn li a.hnaktiv {
color: #FFF;
text-decoration: none;
background: url(../i/ly/hn-hover-bg.png) no-repeat top left;
display:block;
}

