body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background-color: #d9d9d9;
}

.row .row {
    margin: 0;
}

.contentarea {
    background-color: #fff;
    max-width: 960px;
    margin-top: 0.75rem;
}

#header {
    background-image: url("/img/layout/header_uf_logo.png"), url("/img/layout/header_uf_bluete.png");
    background-repeat: no-repeat;
    background-position: center,right;
    height: 150px;
    margin-bottom: 2rem;
}
#smallheader {
    background-image: url("/img/layout/header_uf_logo.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;
    margin-bottom: 1rem;
}

.side-nav {
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
}
.side-nav li a:not(.button) {
    color:#787777;
    padding: 0.2rem 0.875rem;
}
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
    color:#e02c87;
    background-color: #fff;
}
.side-nav li.active > a:first-child:not(.button) {
    color:#e02c87;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
}

h4,h5 {
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
}

h4 {
    color:#515050;
}
h5 {
    color:#e02c87;
}

p {
    margin-bottom: 0.8rem;
}

p,ul {
    font-size: 0.9rem;
    color: #515050;
}

.orbit-container {
    margin-bottom: 1rem;
}

.email a {
    color:#e02c87;
}
.email a:hover {
    text-decoration: underline;
}

#impressum {
    font-size: 0.9rem;
    margin-left: 1rem;
    padding-top: 0.5rem;
}
#impressum a {
    color: #fff;
}
#impressum a:hover {
    text-decoration: underline;
}

#footer {
    background-image: url("/img/layout/footer_uf.png");
    background-repeat: no-repeat;
    background-position: right;
    background-color: #B3B2B2;
    height: 80px;
    margin-top: 2rem;
}