body {      
          font-family: Verdana; 
          font-size: 12pt;
          color: white;
          background-color: black;
          background-image: url(../images/bg.gif);
          background-repeat: repeat-x;
          background-position: top center;
          scrollbar-face-color: #7dbe00;
          scrollbar-shadow-color: #7dbe00;
          scrollbar-highlight-color: #7dbe00;
          scrollbar-3dlight-color: #7dbe00;
          scrollbar-darkshadow-color: #7dbe00;
          scrollbar-track-color: 666766;
          scrollbar-arrow-color: black;
          bottom-scroolbar: none;
}

.tabulka {
          width: 1079px;
          height: 617px;
          border: 0px solid red;
          border-collapse:	collapse;
          font-size: 12px;
          background-image: url(../images/background.jpg);
          background-repeat: repeat-y;
          background-position: top center;
          padding: 0px;
          margin: 0px;
}

.left_side {
          position: absolute;
          width: 250px;
          height: 175px;
          margin-left: 194px;
          margin-top: -166px;
          border: 0px solid red;
          color: red;
          font-size: 12pt;
}

.povered {
          position: absolute;
          width: 180px;
          margin-left: 700px;
          margin-top: 251px;
          border: 0px solid red;
          color: #7dbe00;
          font-size: 8pt;
}

.show_box {
          width: 84px;
          height: 65px;
          margin-left: 0px;
          border: 0px solid #706f61;
          color: #bbbbbb;
          text-align: center;
          float: left;
}

span{
    font-family: Verdana;
    font-size: 18px;
}


.root     {
    position: absolute;
    width: 280px;
    height: 305px;
    margin-left: 635px;
    margin-top: -166px;  
    }


.scrollContainer { 
    position:  absolute; 
    left: 2px; 
    top:  19px; 
    width: 300px;
    height: 280px;
    color: black;
    font-family: Verdana;
    font-size: 12px;
    text-align: justify;
    overflow:  auto; 
    }

.scrollContent { 
    position: absolute; 
    left:     0px; 
    top:      0px; 
    width:    260px; 
    }


A:link {color: #7dbe00; text-decoration: none; text-align: left;}
A:visited {color: #7dbe00; text-decoration: none; text-align: left;}
A:hover {color: #f4f643; text-align: left;}
A:active {color: #7dbe00; text-decoration: none; text-align: left;}
A {font-family: Tahoma; font-size: 8pt; font-weight: normal; text-align: left;}

.index a img {
border: 0px solid #a6e200;
background: #a6600c;
}

.index a:hover img {
border: 0px solid #d3a902;
background: #8A090C;
}

.show_box a img {
border: 1px solid #000000;
background: #a6600c;
}

.show_box a:hover img {
border: 1px solid #aea802;
background: #8A090C;
}

