* { margin: 0px; padding: 0px;}


body {
    background: url(img/bg.gif) repeat-x #ddedc8;
    font-family: arial, sans-serif;
    }

a {
    text-decoration: none;
    }


#all {
    width: 700px;
    margin: 50px auto;
    }

#header {
    height: 65px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    }

    #header,
    #header a,
    #header a:visited {
       color: #fff;
        }

    #header span {
        background: url(img/1und1.gif) top left no-repeat;
        padding: 6px 0px 14px 50px;
        }

#content {
    border: 2px solid #c1dd99;
    background: url(img/frau.jpg) bottom left no-repeat #fff;
    padding: 35px;
    height: 380px;
    position: relative;
    }

    #content p {
        font-size: 18px;
        font-weight: bold;
        color: #0a328c;
        }


.box1 {
    width: 360px;
    padding-left: 15px;
    float: right;
    margin-top: 20px;
    background: url(img/box-l.gif) no-repeat;
    }

.box2 {
    padding-right: 15px;
    background: url(img/box-r.gif) top right no-repeat;
    }

.box3 {
    padding: 20px 0px;
    background: url(img/box-m.gif) repeat-x;
    height: 167px;
    }

    .box3 ul {
        color: #fff;
        font-size: 16px;
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        }

    .box3 ul li {
        background: url(img/haken.gif) left 3px no-repeat;
        padding: 0px 0px 6px 22px;
        }

#startguthaben {
    background: url(img/startguthaben.png) no-repeat;
    position: absolute;
    width: 132px;
    height: 132px;
    right: 10px;
    top: 180px;
    }


a#button {
    height: 55px;
    width: 262px;
    display: block;
    background: url(img/button.gif) top left no-repeat;
    float: right;
    margin-top: 50px;
    }

    a#button:hover {
        background-position: 0px -69px;
    }

a#button span {
    display: none;
    }

