body {
    margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #E6E6E6;
    background-color: #004991;
    font-family: 'ArialMT', 'Arial', sans-serif;
    line-height: 19px;
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
}

div {
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left;
    /* border: 1px solid red */
}

#main {
    position: relative;
    width: 730px;
    height: 620px;
    background-image: url(background.png);
    background-repeat: no-repeat;
    background-position: center;
}

#header {
    width: 650px;
    height: 42px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    border-bottom: 1px solid white
}

#headline {
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 34px;
}

#text {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 25px;
    margin-right: auto;
    width: 490px;
    font-size: 85%;
}

#text_impressum {
    margin: 90px;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
}

#text_haftung {
    margin: 30px;
    text-align: justify;
    line-height: 13px;
    font-size: 9px;
}

#style_bold {
    font-weight: bold;
}

#style_italic_bold {
    font-style: italic;
    font-weight: bold;
}    

#picture {
    position: absolute;
    top: 85px; right: 20px;
    width: 171px;
    height: 415px;
}

#footer {
    position: absolute;
    left: 23px; bottom: 23px;
    padding: 0px 0px;
    width: 684px;
    height: 83px;
    background-image: url(footer_box.png);
    background-repeat: no-repeat;
    background-position: center;
}

#footer_text1 {
    font-size: 70%;
    position: absolute;
    right: 83px; top: 23px;
    padding: 0px 0px;
    width: 170px;
    height: 3em;
    text-align: right;
}

#icon1 {
    border-style: none;
    position: absolute;
    right: 13px; top: 13px;
}

#footer_text2 {
    font-size: 70%;
    position: absolute;
    right: 340px; top: 23px;
    padding: 0px 0px;
    width: 170px;
    height: 3em;
    text-align: right;
}

#icon2 {
    border-style: none;
    position: absolute;
    right: 270px; top: 13px;
}

#AppStoreBadge {
    position: absolute;
    left: 20px; top: 20px;
}

a {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: normal;
    color: #999999;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
}
