body {
    background: transparent url(images/bg.png) repeat center center; 
    color:#3e3e3e;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    overflow-x: hidden;
}

#content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 470px;
}

#language {
    position: absolute;
    left: 300px;
    top: 20px;
    width: 62px;
}

#header {
    text-align: center;
    position: relative;
    left: 60px;
    padding-top: 15px;
}

#headerBG {
    position: absolute;
    left: -184px;
    z-index: -1;
    top: -10px;
    background: transparent url(images/icons.png) no-repeat center center;
    width: 774px;
    overflow-x: hidden;
    height: 336px;
}

#video {
    display: none;
    position: absolute;
    left: -10px;
    top: 75px;
    z-index: 101;
    background-color: #fcfcfc;
}
#video a {
    color: #333333;
    text-decoration: none;
}

#storeLink {
    position: relative;
    left: 11px;
}

#description {
    position: relative;
    width: 300px;
    left: 85px;
}

#highlights {
    margin-top: 35px;
    text-align: center;
}

#appSlideshow {
    position: relative;
    left: 50px;
    width: 382px;
}

.slideText {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

#sliderNav {
    z-index: 100;
    position:absolute;
    left: 110px;
    top: 245px;
    list-style: none
}
#sliderNav li {
    width: 7px;
    float: left;
    margin: 3px;
    list-style: none;
}
#sliderNav a {
    width: 7px;
    display: block;
    background-image: url("images/inactive.png");
}
#sliderNav li.activeSlide a {
    background-image: url("images/active.png")
}
#sliderNav a:focus {
    outline: none;
}
#sliderNav img {
    border: none;
    display: block
}

#playButton {
    display: block;
    width: 43px;
    height: 42px;
    z-index: 100;
    position:absolute;
    left:165px;
    top:142px;
    background: url('images/play.png') bottom;
    background-position: 0px 0px;
}
#playButton:active {
    background-position: 43px 0px;
}

#slideshowPrev {
    display: block;
    width: 48px;
    height: 48px;
    z-index: 100;
    position:absolute;
    left:-45px;
    top:98px;
    background: url('images/prev.png') bottom;
    background-position: 0px 0px;
}
#slideshowPrev:active {
    background-position: 48px 0px;
}

#slideshowNext {
    display: block;
    width: 48px;
    height: 48px;
    z-index: 100;
    position:absolute;
    left:375px;
    top:98px;
    background: url('images/next.png') bottom;
    background-position: 0px 0px;
}
#slideshowNext:active {
    background-position: 48px 0px;
}

.slideHeadline {
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    font-family: "BauerBodoniStdBoldItalic","Bodoni MT","Times New Roman","Times","serif";
}

#visitUs {
    position: relative;
    text-align: center;
}

#visitUsOn {
    position: absolute;
    left: 100px;
    top: 50px;
}

#facebookButton {
    display: block;
    width: 48px;
    height: 48px;
    z-index: 100;
    position:absolute;
    left: 85px;
    top: 100px;
    background: url('images/facebook.png') bottom;
    background-position: 0px 0px;
}
#facebookButton:active {
    background-position: 48px 0px;
}
    
#twitterButton {
    display: block;
    width: 48px;
    height: 48px;
    z-index: 100;
    position:absolute;
    left: 162px;
    top: 100px;
    background: url('images/twitter.png') bottom;
    background-position: 0px 0px;
}
#twitterButton:active {
    background-position: 48px 0px;
}
    
#ourWebsiteButton {
    display: block;
    width: 68px;
    height: 28px;
    z-index: 100;
    position:absolute;
    left: 235px;
    top: 100px;
    background: url('images/ourWebsite.png') bottom;
    background-position: 0px 0px;
}
#ourWebsiteButton:active {
    background-position: 68px 0px;
}

#bag {
    position: absolute;
    width: 82px;
    height: 100px;
    left: 314px;
    top: 62px;
}

#footerText {
    text-align: center;
    font-size: 10px;
    color: #ffffff;
}

#footerText a {
    color: #ffffff;
    text-decoration: none;
}
#footerText a:focus {
    text-decoration: underline;
}
#footerText a:hover {
    text-decoration: underline;
}
#footerText a:active {
    text-decoration: underline;
}

#footer {
    position: relative;
}

#imprint {
    position: absolute;
    left: 68px;
    top: -680px;
    z-index: 101;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 3px 3px 3px;
    width: 350px;
    border:2px solid #3e3e3e;
    background-color: #cccccc;
}
#imprint a {
    color: #812991;
    text-decoration: none;
}
#imprint a:focus {
    text-decoration: underline;
}
#imprint a:hover {
    text-decoration: underline;
}
#imprint a:active {
    text-decoration: underline;
}

.noBorder {
    border: 0;
}

.block {
    display: block;
}