html
{
        overflow:  auto;
        max-height:100%;
        padding: 0 0 0 0;
        height: 100%;
}
body
{
        padding: 0;
        overflow: auto;
}

#global
{
}
#menue
{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 180px;
        z-index: 0;
        text-align: center;
}
#topmenue
{
        position: absolute;
        display: inline;
        top: 0px;
        left: 179px;
        right: 0px;
        height: 90px;
        z-index: 0;
        text-align: center;
        margin-top: 2px;
}
#content
{

        z-index: 0;
                  position: absolute;
        font-family: VERDANA,ARIAL,HELVETICA;
        text-align: center;
        top: 95px;
        left: 185px;
        right: 0px;
}
#leftmContainer
{
        float: left;
        width: 170px;
        padding-top: 15px;
        padding-bottom: 30px;
        font-family: VERDANA,ARIAL,HELVETICA;
        text-align: center;
        font-size: 16px;
        z-index: 1;
}
#leftmBlockr
{
        position: fixed;
        top: 0px;
        left: 170px;
        width: 8px;
        bottom: -2000px;
        z-index: -1;
}
#contentBlockl
{
             position: absolute;
             left: -15px;
             width: 8px;
             bottom: 0px;
             z-index: -1;
}
#counter
{
        padding-top: 30px;
        width: 100%;
        text-align: center;
}
#counterdescript
{
                  display: none;
                  position: relative;
                  left: 10px;
                  top: -20px;
                  width: 150px;
                  height:120px;
        font-family: VERDANA,ARIAL,HELVETICA;
        text-align: center;
        font-size: 9px;
        z-index: 3;
}

#counter:hover #counterdescript {
             display: block;
}
