/*------------------------------------------------*/
/* section navigation                             */
/*------------------------------------------------*/
#portal-header {
    height:96px;
}

#portal-sections {
    position:relative;
    margin:0px;
    padding:0px;
    float:left;
}
#portal-sections li {
    display:inline;
    list-style-type: none;
    list-style-image: none;
    float:left;
}
#portal-sections li a {
    position:absolute;
    padding-top:31px;
    overflow:hidden;
    display:block;
    height:0 !important ;
    width:160px;
}
#portal-sections li.sectionIllwerkeVKW a {
    left:0;
    background: url(../Bilder/illwerke-vkw-passiv.gif) no-repeat;
}
#portal-sections li.sectionIllwerke a {
    left:80px;
    background: url(../Bilder/illwerke-ag-passiv.gif) no-repeat;
}
#portal-sections li.sectionVKW a {
    left:160px;
    background: url(../Bilder/vkw-ag-passiv.gif) no-repeat;
}
#portal-sections li.sectionVKWNetz a {
    left:240px;
    background: url(../Bilder/vkw-netz-passiv.gif) no-repeat;
}
#portal-sections li.sectionIllwerkeTourismus a {
    left:320px;
    background: url(../Bilder/illwerke-tourismus-passiv.gif) no-repeat;
}
#portal-sections li.sectionVEG a {
    left:400px;
    background: url(../Bilder/veg-passiv.gif) no-repeat;
}
#portal-sections li.sectionIllwerkeVKW a:hover {
    background: url(../Bilder/illwerke-vkw-aktiv.gif) no-repeat;
}
#portal-sections li.sectionIllwerke a:hover {
    background: url(../Bilder/illwerke-ag-aktiv.gif) no-repeat;
}
#portal-sections li.sectionVKW a:hover {
    background: url(../Bilder/vkw-ag-aktiv.gif) no-repeat;
}
#portal-sections li.sectionVKWNetz a:hover {
    background: url(../Bilder/vkw-netz-aktiv.gif) no-repeat;
}
#portal-sections li.sectionIllwerkeTourismus a:hover {
    background: url(../Bilder/illwerke-tourismus-aktiv.gif) no-repeat;
}
#portal-sections li.sectionVEG a:hover {
    background: url(../Bilder/veg-aktiv.gif) no-repeat;
}

