html, body {
    margin: 0;
    padding: 0;
    font-family: Verdana;
}

#wrapper {
    min-height: 600px;
}
/* Header */

#header {
    height: 250px;
    padding: 10px;  
    font-weight: bold;
    color: #E2001A;  
    background-image: url(images/balken.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

#header #logo {
    width: 217px;
    padding-right: 45px;
    float: left;
}

#header #logo img {
    margin-bottom: 25px;
    border: none;
}

/* Menü */

#menue {
    float: left;
    width: 230px;
    color: #000000;
    font-size: 14px;
    padding: 40px 20px;
    font-weight: bold;
}

#menue div {
    height: 15px;
    width: 220px;
    margin-bottom: 10px;
}

#menue div a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;

}

#menue div a:hover {
    color: #E2001A;
}

#menue #set {
    color: #E2001A;
}

/* Inhalt */

#content {
    padding-top: 40px;
    padding-bottom: 80px;
    padding-right: 220px;
    margin-left: 280px;
    width: 660px;
   
}

#content h1 {
    color: #E2001A;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 20px;
}

#content h2 {
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
}