/* nastaveni pro vsechny elementy na strance*/
* {
  margin:0 auto;
  padding:0;
  border:0;
}
/* klasika telo stranky*/
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: transparent url(img/background-body.jpg) repeat-x top left;
	padding: 0px;
	margin: 0;
}
/* odkazy */
a {
  color:#ac0000;
  text-decoration:none;
  font-weight:bold;
}
a:hover {
  color:black;
  text-decoration:underline; 
}
.img-left{ 
  display: block; 
  float: left;  
  margin: 0 5px 5px 0; 
}
.img-right{ 
  display: block;  
  float: right;  
  margin: 0 0 0 5px; 
}
.img-center{ 
  display: block; 
  margin: 0px auto; 
}
/* nadpisy */
h1{
  font-size:16px;
  color:#9e2616;
  margin:0 0 5px 0;
}
/* ostatni pomocne */
.nofloat{
  clear:both;
}
/* obal stranky */
.hlavni{
  width:800px;
  background: url(img/background-hlavni.jpg) repeat-y top center;
  text-align:left;
}
/* hlavicka stranky */
.hlavicka{
  display:block;
  margin:0;
  text-align:left;
}
.hlavicka a{
  width:800px;
  height:157px;
  display:block;
  border:0;
  clear:both;
}
/* obsah stranky */
.obsah{
  width:530px;
  margin:0 20px 0 0;
  _margin:0 10px 0 0;
  float:right;
  padding:0px;
  text-align:justify;
  line-height:16px;
}
.obsah li{
  margin-left:20px;
}
/* menu stranky */
.levemenu{
  float:left;
  margin:0 0 0 10px;
  _margin:0 0 0 5px;
  padding:0px;
  width:200px;
  background: none;
  font-size:12px;
}
.levemenu ul{
	list-style: none;
  padding: 0;
	margin: 0;
	border: 0;
}
.levemenu ul li{
	padding: 0;
	margin: 0;
  _margin-bottom:-13px;
}
.levemenu ul li a{
	padding: 9px 15px 8px 15px;
	margin: 0;
  display:block;
  color: #272727;
  background:url(img/menu.jpg) no-repeat left top;
  text-decoration: none;
	font-weight: bold;
  border:0;
}
.levemenu ul li a:hover{
  text-decoration:none; 
  color:black;
  background:url(img/menu-hover.jpg) no-repeat left top;
}
.levemenu .menu_current a{
  text-decoration: none;
  font-weight:bold;
  background:url(img/menu-hover.jpg) no-repeat left top;
}
/* paticka stranky */
.paticka {
	font-size: 9px;
	color: #999999;
	text-align: center;
  margin:10px 0 0 0px;
  padding:65px 0 0 220px;
  width:580px;
  _width:800px;
  height:43px;
  _height:108px;
  background:url(img/paticka.jpg) no-repeat center bottom;
  border-bottom: 1px solid gray;
}

