body {
    background: url(bg/bg3.gif);

    font-family: "Lato", sans-serif;
}

#uni-header {
    text-align: center;
    margin-bottom: 30px;
}

#uni-header a {
    color: black;
    text-decoration: none;
}

#uni-header img {
    border: 1px solid black;
    padding:1px;
    background-color: white;
}

#abteilung-header {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}

.logo-separator {
    background: #888;
    height: 4px;
    border: 0px;
    margin: 20px 0px;
}


#menu a {
    width: 180px;
    height: 33px;
    background: url(button.png);
    display: block;
    font-weight: 400;
    text-decoration: none;
    text-align:center;
    font-size: 16px;
    /*vertical-align:middle;*/
    line-height: 33px;
    color: #2b2591;
    margin: 5px auto;
}

#menu a:hover {
    color: #ef0086;
}
