.contentContainer .innerContent {
    background-image: url(/images/externalHome/background.png);
}

/* Roger */
.contentContainer .roger {
    position: absolute;
    left: 350px;
    top: 66px;
    color: #666666;
    font-size: 18px;
    text-align: left;
}

/* Teaser Box */
.contentContainer .innerContent .teaserBox {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 280px;
    height: 246px;
}
.contentContainer .innerContent .teaserBox .teaserheader {
    position: absolute;
    left: 8px;
    top: 8px;
    -moz-user-select: none;
    cursor: default;
    font-size: 20px;
    width: 264px;
    text-align: left;
    margin: 0px;
}
.contentContainer .innerContent .teaserBox .teasertext {
    position: absolute;
    left: 8px;
    top: 36px;
    width: 264px;
    height: 202px;
    text-align: justify;
    -moz-user-select: none;
    cursor: default;
}

/* Matches Box */
.contentContainer .innerContent .matchesBox {
    position: absolute;
    left: 296px;
    top: 8px;
    width: 400px;
    height: 296px;
}
.contentContainer .innerContent .matchesBox .matchesHeadline {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 384px;
    font-size: 20px;
    -moz-user-select: none;
    cursor: default;
}
.contentContainer .innerContent .matchesBox .content {
    position: absolute;
    left: 8px;
    top: 36px;
    width: 384px;
    height: 252px;
    text-align: left;
}
.contentContainer .innerContent .matchesBox .content .upcomingMatches {
    font-weight: bold;
    margin-bottom: 8px;
}
.contentContainer .innerContent .matchesBox .content .finishedMatches {
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 8px;
}
.contentContainer .innerContent .matchesBox .content table {
    width: 384px;
}
.contentContainer .innerContent .matchesBox .content table .tdFlag {
    width: 21px;
}
.contentContainer .innerContent .matchesBox .content table .tdFlag img {
    height: 14px;
    width: 21px;
}
.contentContainer .innerContent .matchesBox .content table .name {
    width: 119px;
}
.contentContainer .innerContent .matchesBox .content table .against {
    width: 4px;
}
.contentContainer .innerContent .matchesBox .content table .result {
    width: 100px;
}

/* Signup Button */
.contentContainer .innerContent .signupButton {
    position: absolute;
    left: 8px;
    top: 242px;
    width: 280px;
    height: 64px;
    cursor: pointer;
    background-image: url(/images/externalHome/buttonSignup.png);
    background-position: 0px 0px;
    text-align: center;
}
.contentContainer .innerContent .signupButton:hover {
    background-position: 0px -64px;
}
.contentContainer .innerContent .signupButton:active {
    background-position: 0px -128px;
}
.contentContainer .innerContent .signupButton div {
    margin: auto;
    font-size: 24px;
    margin-top: 16px;
    color: #ffffff;
    -moz-user-select: none;
}
.contentContainer .innerContent .signupButton:active div {
    margin-top: 17px;
}

/* Screenshots */
.contentContainer .innerContent .screenshotsBox {
    position: absolute;
    left: 8px;
    top: 312px;
    width: 688px;
    height: 120px;
}
.contentContainer .innerContent .screenshotsBox .screenshotContainer {
    position: absolute;
    left: 19px;
    top: 7px;
    overflow: hidden;
    height: 106px;
    width: 650px;
}
.contentContainer .innerContent .screenshotsBox .screenshotContainer .screenshotList {
    position: relative;
    height: 106px;
    width: 744px;
    overflow: hidden;
    top: 0px;
    left: 0px;
    text-align: left;
    -moz-user-select: none;
}
.contentContainer .innerContent .screenshotsBox .leftButton {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 120px;
    -moz-user-select: none;
}
.contentContainer .innerContent .screenshotsBox .rightButton {
    position: absolute;
    left: 668px;
    top: 0px;
    width: 20px;
    height: 120px;
    -moz-user-select: none;
}
.screenshot {
    width: 116px;
    height: 104px;
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
    display: inline;
    border: 1px solid #666666;
    float: left;
}
.bigScreenshot {
    border: 1px solid #666666;
}
#screenshot {
    border: 4px solid #000000;
    cursor: pointer;
}
.screenshotOutline {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    z-index: 21;
    display: none;
}
