/*
Header
*/

#header {
    height:70px;
    width:100%;
    /*background: url(../images/logos/header_small.jpg) black no-repeat;*/
    background: url("../images/logos/expressbild-logo_small.png") black no-repeat;
    background-size:auto 60%;
    background-position:left center;
    text-align:right;
    font-size:large;
}

#header > h1 {
    margin:0px;
    padding:30px;
    font-weight: bolder;
    color: #fff5d5;
    font-family: Arial,Helvetica,sans-serif;
}
