/* CSS Document */

.galeryNav{
    clear:left;
}

.galeryNav a{
    display:block;
    float:left;
    padding-left:25px;
    line-height:20px;
    margin-bottom:3px;
    text-transform:uppercase;
    border-bottom: 1px solid #fff;
}


.galeryNav a.activeGalerie{
    background-image:url(/templates/images/koch-icon.png);
    background-repeat:no-repeat;
    background-position:0px 3px;
}