/* CSS Document */

body{
    font-family:arial, sans-serif;
}

.logo {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.logo img {
    width: 100%;
    height: auto;
}

.kontakt{
    line-height:1.5;
    text-align:center;
}

.kontakt a{
    color:#d81400;
}

.kontakt a:hover{
    text-decoration:none;
}

.impressum{
    max-width:960px;
    padding:0 40px;
    line-height:1.5;
    margin:0 auto;
    padding-bottom:40px;
}

.impressum a{
    color:#d81400;
}

.impressum a:hover{
    text-decoration:none;
}