@CHARSET "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Helvetica', 'Verdana', 'sans-serif';
    background-image: url('../images/bodyBg.jpg');
    background-repeat: repeat;
}

.header-bar {
    height: 86px;
    background: #47b7e5; /* Old browsers */
    background: -moz-linear-gradient(top, #47b7e5 0%, #0081c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47b7e5), color-stop(100%, #0081c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #47b7e5 0%, #0081c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #47b7e5 0%, #0081c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #47b7e5 0%, #0081c7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #47b7e5 0%, #0081c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47b7e5', endColorstr='#0081c7', GradientType=0); /* IE6-9 */
    border-bottom: 1px solid rgb(0, 105, 160);
    border-top: 1px solid rgb(145, 212, 239) :;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}

.header-bar .inner {
    background-image: url("../images/aee-logo.png");
    background-position: left 7px;
    background-repeat: no-repeat;
    color: white;
    font-size: 27px;
    height: 80px;
    line-height: 87px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 110px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9);
    width: 690px;
}

a, a:hover, a:visited {
    text-decoration: none;
    color: rgb(0, 49, 75);
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    width: 850px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    color: rgb(0, 49, 75);
    overflow: hidden;
}

.wrapper .inner {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper .inner h1 {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 26px;
}

.wrapper .inner p {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 22px;
}

.wrapper .inner .left {
    float: left;
    width: 418px;
    margin-top: 70px;
}

.wrapper .inner .right {
    float: right;
    margin-top: 35px;
}

.app-store {
}

.app-store .button {
    float: left;
    margin-right: 20px;

}

.imprint {
    font-size: 14px;
    margin-top: 50px;
}

#phone-frame {
    background-image: url('../images/iphone-frame.png');
    height: 730px;
    width: 382px;
}

.image-container {
    position: relative;
    height: 460px;
    width: 320px;
    top: 140px;
    left: 30px;
    overflow: hidden;
}

.image-container img {
    position: absolute;
    top: -20px;
}

.clear {
    clear: both;
}

