/* CSS Document */

body  {
	font-family: arial, sans-serif;
	margin:0;
	padding:0;
	font-size:100%;
	background-color: #D4D0C8;
}

a {
	text-decoration:none;
	color:#696969;
}

a:hover {
	text-decoration:none;                               
	color:#8a8686;
}	

/************************    obal stranky  ************/
#obal {
        margin: 0px auto;
        position: relative; 
        width: 1000px;
        height: 700px;
        border-style: solid;
        border-width: 2px;
        border-color: black;
}

/************************    Hlavicka  ************/
#hlavicka {
            position: absolute;
            width: 1000px;
            height: 101px;
            top: 0px;
            left: 0px;
            background-color: #FFFFFF;
}

/**********************    pruh   *****/
#pruh{
      position: absolute;
      width: 1000px;
      height: 1px;
      top: 101px;
      left: 0px;
      background-color: #669999;
}

/**********************    hlavni   *****/
#hlavni {
      position: absolute;
      width: 1000px;
      height: 548px;
      top: 102px;
      left: 0px;
      background-image: url('./images/pozadi_1.png'); 
      background-repeat: repeat-x;
      background-color: white;
    
}

#tabulka {
      position: absolute;
      width: 260px;
      height: 290px;
      top: 100px;
      left: 690px;
      background-image: url('./images/pozadi_table_2.png'); 
      background-repeat: no-repeat;  


}

/**********************    tabulka   *****/
.box{
      position: absolute;
      width: 100px;
      height: 150px;
      top: 100px;
      right: 200px;
      background-color: #669999;
      background-image: url('./images/pozadi_2.png');
      border-left:1px solid #c4c4c4;
	    border-right:1px solid #c4c4c4;
	    border-bottom:1px solid #c4c4c4;
}

/**********************    pruh2   *****/
#pruh2{
      position: absolute;
      width: 1000px;
      height: 1px;
      top: 650px;
      left: 0px;
      background-color: #669999;
}

/**************************    zapati   *****************  */
#zapati  {
      position: absolute;
      width: 1000px;
      height: 49px;
      top: 651px;
      left: 0px;
      background-color: #ffffff; 
      
}

