body {
    margin : 0;
    padding : 0;
    background : url('img/body.png') repeat;
}

div#container {
    position : relative;
    width : 1024px;
    margin : 0 auto;
}

div#header {
    width : 1024px;
    height : 300px;
    background : url('img/header.png') no-repeat;
}

div#menucontainer {
    float : left;
    width : 213px;
    height : 330px;
    margin-top : -30px;
    background : url('img/menu.png') no-repeat;
}

div#menu {
    margin-left : 8px;
    margin-top : 45px;
    width : 194px;
    height : 252px;
}

div#content {
    width : 633px;
    margin-left : 250px;
    padding-left : 50px;
    padding-right : 50px;
    padding-top : 20px;
    background : url('img/content.png') repeat-y;
}

div#footer {
    clear : both;
    width : 1024px;
    background : url('img/footer.png') repeat-x;
}

img#ubahn {
    position : absolute;
    top : 600px;
    left : 50px;
}