div#finanz {
        position: absolute;
        width: 100px;
        height: 100px;
        left: 50%;
        top: 50%;
        margin-left: -430px;
        margin-top: 150px;
        float: left;
}

div#angebot {
        position: absolute;
        width: 100px;
        height: 100px;
        left: 50%;
        top: 50%;
        margin-left: 330px;
        margin-top: 150px;
        float: left;
}

div#kopf {
        position: absolute;
        width: 750px;
        height: 45px;
        left: 50%;
        top: 40%;
        margin-left: -375px;
        margin-top: -250px;
        background-color: #999999;
        border: 0px solid #000000;
}

div#all {
        position: absolute;
        background: #ffffff;
        width: 750px;
        height: 400px;
        left: 50%;
        top: 40%;
        margin-left: -375px;
        margin-top: -169px;
        float: left;
        cursor: auto;
        border: 0px solid #000000;
}

body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-image: url(hinter.jpg);
		background-repeat:no-repeat;
}

a {font-size: 20px;
        color: #ffffff;
}
a:link {
        text-decoration: none;
        color: #ffffff;
}
a:hover {
        text-decoration: none;
        color: #ffffff;
}
a:visited {
    color: #dddddd;
    text-decoration: none;
}
a:active {
    color: #dddddd;
        text-decoration: none;
}

a.neu:link {
        text-decoration: none;
        color: #ff0000;
}
a.neu:hover {
        text-decoration: none;
        color: #ff0000;
}
a.neu:visited {
    color: #000000;
    text-decoration: none;
}
a.neu:active {
    color: #ff0000;
        text-decoration: none;
}
