
div.Titel {
    background:transparent;
    background-repeat:no-repeat;
    position:absolute;
    /*position:fixed;*/
    z-index:3;
    top:0px;
    left:175px;
    right:220px;
    height:45px;
    overflow:hidden;
    /* width:90%; */
    /*text-indent:10px;*/
    }

div.Menu {
    background:transparent;
    background-repeat:no-repeat;
    /*position:fixed;*/
    position:absolute;
    z-index:3;
    top:75px;
    left:0px;
    width:165px;
    margin-left:5px;
    height:100%-60px;
    /*overflow:scroll;*/
    }

div.MenuTop {
    background:transparent;
    background-repeat:no-repeat;
    position:absolute;
    /*position:fixed;*/
    z-index:3;
    top:45px;
    left:175px;
    height:40px;
    overflow:auto;
    right:220px;
    /* width:90%; */
    /*text-indent:10px;*/
    }

div.Logo, div.LogoEmpty {
    /* position:fixed;  geht nicht in I.E. */
    position:absolute;
    background:transparent;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:10px 0px;
    /*background-color: #CDE1FF;*/
    z-index:3;
    top:5px;
    left:20px;
    width:165px;
    height:60px;
    }

div.Content {
    background:transparent;
    background-repeat:no-repeat;
    position:absolute;
    z-index:1;
    top:85px;
    left:175px;
    height:100%-60px;
    /*width:100%-175px;*/
    right:250px;
    overflow:visible;
    }

div.Date {
    position:absolute;
    top:12px;
    right:10px;
    width:200px;
    z-index:5;
    background:transparent;
    /*color:#AAEE00;*/
    text-align:right;
    }

div.Language {
    position:fixed;
    position:absolute;
    top:10px;
    right:5px;
    z-index:6;
    }

div.Player {
    position:fixed;
    position:absolute;
    visibility:hidden;
    top:320px;
    left:475px;
    z-index:6;
    }

div.News {
    border-width: 2px;
    border-style:solid;
    /*border-color:#AAEE00;*/
    border-color:99FFFF;
    position:absolute;
    top:40px;
    right:8px;
    width:225px;
    min-height:200px;
    /*min-height:50%;*/
    overflow:auto;
    z-index:7;
    }

div.NextGames {
    border-width: 2px;
    border-style:solid;
    /*border-color:#AAEE00;*/
    border-color:99FFFF;
    position:absolute;
    top:245px;
    right:8px;
    width:225px;
    min-height:200px;
    overflow:auto;
    z-index:7;
    }

div.LastGames {
    border-width: 2px;
    border-style:solid;
    /*border-color:#AAEE00;*/
    border-color:99FFFF;
    position:absolute;
    top:450px;
    right:8px;
    width:225px;
    /*min-height:450px;*/
    min-height:200px;
    overflow:auto;
    z-index:7;
    }

div.MenuRight {
    text-align:center;
    background:transparent;
    background-repeat:no-repeat;
    position:absolute;
    top:85px;
    right:8px;
    width:160px;
    z-index:7;
    overflow:auto;
    }

div.MenuSpielerIndex {
    text-align:right;
    background:transparent;
    background-repeat:no-repeat;
    position:fixed;
    top:85px;
    right:8px;
    width:160px;
    z-index:5;
    overflow:auto;
    }
