#header {
    position:             relative;
    height:               76px;
    z-index:              6;
    background:           #EEE;
    border-bottom:        1px solid #B30000;
}

#header div a {
    display:             block;
    width:               100%;
    height:              100%;
    text-decoration:     none;
}

#headerLeft {
    position:            relative;
    width:               160px;
    height:               75px;
    float:               left;
    z-index:             6;
    background:          url(/assets/pic/logo_2.gif) white;
    background-repeat:   no-repeat;
}

#headerRight {
    position:            relative;
    width:               75px;
    height:              75px;
    float:               right;
    z-index:             6;
    background:          url(/assets/pic/headerRight.gif) #EEE; 
}

#headerMitte {
    position:            relative;
    margin-left:         200px;
    margin-right:         75px;
    height:               75px;
    z-index:               7;
    background:          url(/assets/pic/moosmueller.gif) #EEE;
    background-repeat:   no-repeat;
    background-position: 10px 24px;
}
