body
{
   position:      relative;   
   background-color: #000000;
   color: #101010;
   width: 1000px;
   min-height : 480px;
   min-width : 900px;
   text-align: center;
   margin:0 auto;
   z-index: 2;
}
               
a           {text-decoration: none}
a:link      {color: #101010;}
a:visited   {color: #101010;}
a:active    {color: #101010;}
a:hover     {color: #101010; text-decoration: underline}

td 
{
   vertical-align: top;
}

#hlava
{
   position:      relative;   
   background-image: url("pozadi/pozadi_vrch.jpg");
   background-repeat: no-repeat;
   background-position: center;
   width: 100%;
   min-height : 480px;
   min-width : 900px;
   margin:0 auto;
   z-index: 1;
}

#logo
{
   position:      relative;   
   top:           50px;
   left:          80px;
   width:         300px;
   min-width:     300px;
   height:        250px;
   min-height:    250px;
}

#menu
{
   position:      relative;   
   top:           310px;
   left:          50px;
   width:         800px;
   min-width:     800px;
   height:        50px;
   min-height:    50px;  
   z-index: 4;
}

#lista
{
   position:      relative;   
   top:           247px;
   left:          100px;
   width:         800px;
   z-index: 3;
}

#telo
{
  position:      relative;   
   background-image: url("pozadi/pozadi_stred.png");
   background-repeat: repeat-y;
   background-position: center;
   top:           -1px;
   width: 100%;
   min-height : 100px;
   min-width : 900px;
   margin:0 auto;
   z-index: 1;
}

#obsah
{
   position:      relative;   
   top:           -110px;
   width: 100%;
   min-height : 100px;
   min-width : 900px;
   margin:0 auto;
   z-index: 1;
}

#spodek
{
   background-image: url("pozadi/pozadi_stred.png");
   background-repeat: repeat-y;
   background-position: center;
   width: 100%;
   min-width : 900px;
   margin:0 auto;
}

#sz
{
   position: absolute;   
   border-color: black;
   background-color: #aaaaaa;
   color: #000000;
   top: 10px;
   left: 250px;
   width: 500px;
   max-height : 600px;
   margin:0 auto;
   z-index: 9;
   border: 2px;
}

#online_users
{
   width: 600px;
   min-height: 30px;
   overflow: auto; 
   alling: center;
}
         

