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;
}
#content
{

        z-index: 0;
        position: absolute;
        font-family: VERDANA,ARIAL,HELVETICA;
        text-align: center;
        left: 185px;
        right: 0px;
}
#leftmContainer
{
        float: left;
        width: 170px;
        padding-top: 15px;
        font-family: VERDANA,ARIAL,HELVETICA;
        text-align: center;
        font-size: 16px;
        z-index: 1;
}
#leftmBlockr
{
        position: absolute;
        top: 0px;
        left: 170px;
        right: 0px;
        bottom: 0px;
        width: 8px;
        height: 100%;
        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: -4px;
        top: -120px;
        width: 150px;
        height:120px;
        font-family: VERDANA,ARIAL,HELVETICA;
        text-align: center;
        font-size: 9px;
        z-index: 3;
}

#counter:hover #counterdescript {
        display: block;
}
