/* CSS Document */
body {
	  margin: 0;
	  padding: 0;
	  font-family: Verdana, sans-serif;
	  font-size: small;
	  background: #fff;
	}
	#obal {
	  width: 1000px;
	  /*max-width:1200px;*/	
	  background: url(../obr/sloupec-pravy.gif) repeat-y 70% 0;
	}
	#vnitrni-obal {
	  background: url(../obr/sloupec-levy.gif) repeat-y 28% 0;
	}
	#hlavicka {
	  margin: 0;
	  /*padding: 10px 20px;*/
	  background: #fff;
	  height:auto;		
	}
	#hlavicka #horni1 {
	float:left;
	background: url(../obr/horni1.gif) no-repeat;
	width:185px;
	height:99px;
	}
	#hlavicka #horni2 {
	float:left;
	background: url(../obr/horni2.gif) no-repeat;	
	width:599px;
	height:99px;
	}
	#hlavicka #horni3 {
	float:left;
	background: url(../obr/horni3.gif) no-repeat;
	width:216px;
	height:95px;
	}

	#hlavni {
	  float: left;
	  width: 76%;
	}
	#obsah {
	  float: right;
	  width: 76%;
	}
	#panel {
	  float: left;
	  width: 24%;
	}
	#panel a {color:white;}
	#panel p {color:white;}
	
	#panel #horni_back{
	background: url(../obr/leva.gif) no-repeat;
	margin-left:1px;
	width: 140px;
	height:8px;
	}
	
	#panel2 {
	  float: right;
	  width: 22%;
	}
	#obsah div{
	  padding: 0 5px 5px 5px;
	}
	#panel div {
	  padding: 0 20px 0 20px;
	}
	#panel2 div {
	position:absolute;
	width:188px;
	margin-top: -100px;
	padding: 0 10px 0 22px;
	z-index:200;
	}
	
	#paticka {
	  clear: both;
	  height:80px;
	  padding: 10px 20px;
	  background: url(../obr/paticka.gif) no-repeat #fff;
	}
	
	table {width:100%;}
  table th {background:black;color:white;text-align:left;}
	
