body {
    background-color: #d3d3d3;
    margin: 0;
    padding: 0;
    min-width: 990px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    overflow-y: scroll;
}

a {
    color: #000;
}

a>img {
    border: none;
}

/* Inline until a[href$=""] is supported by yuicompressor */
/*.external:after {
    padding-left: 2px;
    content: url('/images/icons/external_small.png');
}

a[href$=".pdf"]:after {
    padding-left: 2px;
    content: url('/images/icons/blue-document-pdf_small.png');
}

a[href$=".doc"]:after {
    padding-left: 2px;
    content: url('/images/icons/blue-document-word_small.png');
}

a[href^="mailto:"]:after {
    padding-left: 2px;
    content: url('/images/icons/mail-send_small.png');
}*/

#loginPanelWrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-width: 990px;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#loginPanelWrapper a {
    color: #ffffff;
}

#loginPanel {
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
    width: 100%;
    color: #FFFFFF;
    background-color: #000000;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(130,130,130)),
        color-stop(0.2, rgb(89,89,89)),
        color-stop(1, rgb(27,27,27))
    );
    background: -moz-linear-gradient(
        center top,
        rgb(130,130,130) 0%,
        rgb(89,89,89) 20%,
        rgb(27,27,27) 100%
    );
    display: none;
}

#loginPanelCenter {
    width: 990px;
    margin: auto;
}

#loginShadow {
    position: absolute;
    height: 20px;
    width: 100%;
    background-color: #000000;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(0,0,0)),
        color-stop(1, rgba(0,0,0,0))
    );
    background: -moz-linear-gradient(
        center top,
        rgb(0,0,0) 0%,
        rgba(255,255,255,0) 100%
    );
    display: none;
}

#loginButton {
    position: absolute;
    z-index: 999;
    width: 300px;
    height: 40px;
    line-height: 40px;
    left: 50%;
    margin-left: -150px;
    color: #FFFFFF;
    background-color: #000000;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(25,25,25)),
        color-stop(1, rgb(0,0,0))
    );
    background: -moz-linear-gradient(
        center top,
        rgb(25,25,25) 0%,
        rgb(0,0,0) 100%
    );
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0px 10px 25px #000000;
    -moz-box-shadow: 0px 10px 25px #000000;
    box-shadow: 0px 10px 25px #000000;
}

* html #loginPanelCenter {
    width: 1005px;
}

#loginPanelExplanation, #loginPanelLogin, #loginPanelRegister {
    width: 300px;
    float: left;
    padding: 0 15px;
}

#loginPanelLoggedIn {
    width: 960px;
    float: left;
    padding: 0 15px;
    text-align: left;
}

.loginLeft {
    clear: left;
    float: left;
    text-align: right;
    width: 90px;
    margin-bottom: 5px;
    line-height: 18px;
}

.loginRight {
    float: left;
    height: 18px;
    width: 190px;
    margin: 0 0 5px 10px;
}

#wrapper {
    position: relative;
    width: 980px;
    margin: auto;
}

#innerWrapper {
    width: 960px;
    margin: auto;
    background-color: #fff;
}

#contentBorderLeft {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background-image: url("../images/site/ContentBorderLeft-trans.1.png");
    background-repeat: repeat-y;
}

* html #contentBorderLeft {
    background-image: url("../images/site/ContentBorderLeft.1.png");
}

#contentBorderRight {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background-image: url("../images/site/ContentBorderRight-trans.1.png");
    background-repeat: repeat-y;
}

* html #contentBorderRight {
    background-image: url("../images/site/ContentBorderRight.1.png");
}

#backgroundDark {
    position: absolute;
    z-index: -1;
    left: 0;
    height: 200px;
    width: 100%;
    background-color: #c0c0c0;
}

#head {
    position: relative;
    height: 200px;
    width: 960px;
    background-image: url("../images/site/Header.1.png");
}

#headerButtons {
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 960px;
    background-image: url("../images/site/HeaderButtons.1.png");
    background-repeat: repeat-x;
}

#headerButtons ul {
    float: left;
    border-left: 1px solid #000;
    margin: 0 0 0 9px;
    padding: 0;
}

#headerButtons ul li {
    float: left;
    line-height: 30px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid #000;
}

#headerButtons ul li a {
    display: block;
    text-decoration: none;
    color: #ccc;
    margin: 0;
    padding: 0 10px;
}

#headerButtons ul li#currentPage {
    background-image: url("../images/site/HeaderButtonActive.1.png");
    background-repeat: repeat-x;
}

#headerButtons ul li#currentPage a {
    color: #fff;
}

#headerButtons ul li a:hover {
    background-image: url("../images/site/HeaderButtonActive.1.png");
    background-repeat: repeat-x;
    color: #fff;
}

#headerNews {
    position: absolute;
    overflow: auto;
    width: 300px;
    right: 20px;
    top: 20px;
    bottom: 50px;
    background-color: #d3d3d3;
}

.headerNewsName {
    font-weight: bold;
}

#headerNewsShoutbox {
    display: none;
}

#headerNewsShoutbox ul {
    overflow: hidden;
}

.headerNewsShoutboxName {
    font-weight: bold;
}

#headerNewsShoutbox li:nth-child(even) {
    background-color: #dddddd;
}
#headerNewsShoutbox li:nth-child(odd) {
    background-color: #eeeeee;
}

#headerNews ul {
    margin: 0;
    padding: 10px;
    list-style-type: none;
}

#impressumLink {
    position: absolute;
    top: 152px;
    right: 20px;
}

#impressumLink a, #impressumLink a:focus, #impressumLink a:hover, #impressumLink a:active {
    color: #000;
    text-decoration: underline;
}

#navigation {
    float: left;
    width: 300px;
    background-color: #fff;
}

#navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#navigation>ul {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #CBD8F6;
}

#navigation li {
    border-bottom: 1px #eee solid;
}

#navigation ul a, #navigation ul span {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 0.3em 0 0.3em 8%;
    border-left: 10px solid #789DCB;
    background-color: #F6F8FE;
    font-size: 11px;
}

#navigation span {
    cursor: default;
}

#navigation li a:focus, #navigation li a:hover, #navigation li a:active {
    background-color: #789DCB;
    color: #fff;
}

#navigation span.groupHeader {
    border-left: 10px solid #4259CD;
    padding-left: 10px;
    background-color: #CBD8F6;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}

#navigation #mueller {
    margin-top: 20px;
}

#mueller p {
    margin: 0;
    text-align: center;
}

#contentWrapper {
    width: 655px;
    min-height: 600px;
    margin-left: 300px;
    background-color: #fff;
    border-left: 1px dotted #000;
}

#contentWrapper:after {
    content: "clear";
    clear: left;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

#content {
    padding: 20px;
}

#content h1 {
    margin-top: 0;
}

.error {
    border: 2px dotted red;
    clear: left;
}

#content table:not(.cke_editor):not(.jqplot-table-legend) {
    width: 100%;
}

#content table:not(.cke_editor):not(.jqplot-table-legend) th {
    text-align: left;
    background-color: #CBD8F6;
    font-weight: normal;
}

#content table:not(.cke_editor):not(.jqplot-table-legend) th.bold {
    font-weight: bold;
}

#content table:not(.cke_editor):not(.jqplot-table-legend) tbody tr:nth-child(odd) {
    background-color: #F6F8FE;
}

#content table:not(.cke_editor):not(.jqplot-table-legend) tbody tr:nth-child(even) {
    background-color: #E7E9EF;
}

#content table:not(.cke_editor):not(.jqplot-table-legend) .noBackground {
    background-color: #FFF;
}

#content table:not(.cke_editor):not(.jqplot-table-legend) .alignRight {
    text-align: right;
}

#content table:not(.cke_editor):not(.jqplot-table-legend) .alignCenter {
    text-align: center;
}

.shareButton {
    background-color: #F6F8FE;
    border: 1px solid #E7E9EF;
    text-decoration: none;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

.shareButton:hover {
    background-color: #E7E9EF;
    border: 1px solid #D8DAE0;
}

.shareGoogle {
    float: left;
    margin-left: 10px;
}

.shareGoogle>div {
    margin-top: 3px !important;
}

.formRow+.formRow {
    margin-top: 5px;
}

form fieldset>fieldset {
    margin-bottom: 5px;
}

.formRow label {
    float: left;
    width: 30%;
    text-align: right;
    margin-right: 15px;
}

.formRow input[type=text], .formRow input[type=url], .formRow input[type=password], .formRow input[type=email] {
    width: 66%;
}

#footer {
    margin: auto;
    width: 980px;
    height: 10px;
    background-image: url("../images/site/Footer.1.png");
    background-repeat: no-repeat;
}

@media print {
    body {
        background-color: white;
        font-size: 17px;
        font-family: 'Time New Roman', Verdana, Geneva, Arial, Helvetica, sans-serif;
    }

    #backgroundDark, #contentBorderLeft, #head, #navigation, #contentBorderRight, #footer, .button, #jahr, #jahrAuswahl, #ligaAendern, #loginPanelWrapper, .shareFacebook, .shareGoogle {
        display: none !important;
    }

    #contentWrapper {
        margin-left: 0;
        width: 100%;
        border: none;
    }
    
    .mannschaftsLink, .spielerDiagrammLink {
        text-decoration: none;
    }
    
    .spielerDiagrammLink:after {
        content: '';
    }
    
    #content {
        padding: 0;
    }
}
