﻿/*Ist für die Darstellung der Navigation verantwortlich.*/

div.navi {
    background-color: #c00;
    color: white;
    white-space: nowrap;
    border-style: solid;
    display: block;
    position: relative;
    overflow: visible;
    padding: 0px;
    margin: 0px;
    border: 0;
    height: 18px;
    font-size: 14px;
    margin-bottom: 10px;
}

ul.navi {
    padding-left: 0px;
    margin: 0px;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}

li.navi {
    float: left;
    list-style-type: none;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 2px solid white;
}

.personenimg {
    background-image: url(/Bilder/Person.gif);
    height: 13px;
    width: 13px;
    overflow: hidden;
    flex-align: center;
    padding: 0px;
    margin-top: 2.5px;
}

.aufgabenimg {
    background-image: url(/Bilder/Aufgaben.gif);
    height: 9px;
    width: 5px;
    overflow: hidden;
    flex-align: center;
    padding: 0px;
    margin-top: 4.5px;
}