@charset "utf-8";
/*Začátek elementy*/
*{
  margin: 0;
  padding: 0;
}
html{
  font-family: Verdana, Arial, lucida, sans-serif;
  font-size: 16px;
  background: #f7f7f0;
}

ul{
  margin-left: 25px;
}
a{
  text-decoration: underline;
  color: black;
}
a:hover{
  text-decoration: none;
}
h1{
  font-size: 26px;
  margin: 10px 0;
}
p{
  margin: 15px 0 15px 0;
}
blockquote{
  margin-left: 40px;
  margin-right: 20px;
  display: block;
  font-style: italic;
}
/*Konec elementy*/

/*Začátek zažité*/
.stred{
text-align: center;
}
.stredx{
  margin-left: auto;
  margin-right: auto;
}
.leva{
float: left;
margin-right: 5px;
}
.prava{
float: right;
margin-left: 5px;
}
.vlevo{
text-align: left;
}
.vpravo{
text-align: right;
}
.hlaskas{
font-weight: bold;
color: #800014;
font-size: 1.1em;
text-align: center;
}
.hlaskad{
font-weight: bold;
color: #004D00;
font-size: 1.1em;
text-align: center;
}
.tucne{
font-weight: bold;
}
.kurziva{
font-style: italic;
}
.clear{
clear:both;
}
.none{
  display: none;
}
.noborder{
  border: none !important;
}
/*Konec zažité*/


/*Začátek layout*/
#obal{
  background: url('img/obal_pozadi.png') repeat-x #f7f7f0;
}
#hlavicka{
  width: 956px;
  height: 231px;
  background: url('img/hlava.jpg') no-repeat;
  margin: auto;
  display: block;
}
#obsah{
  width: 956px;
  margin: auto;
  position: relative;
  background: url('img/obsah_pozadi.png') repeat-y white;
}
#obsah2{
  width: 596px;
  padding: 15px;
  float: left;
  min-height: 500px;
}
#obsah2 img{
  border: 1px solid black;
}
#menu{
  width: 330px;
  position: absolute;
  right: 0px;
  text-align: left;
  
}
#menu ul{
  margin-top: 30px;
  list-style-type: none;
}
#menu li{
  background: url('img/tecka.gif') no-repeat 15px 13px;
  margin-left: 50px;
  text-align: right;
}
#menu li a{
  text-decoration: none;
  font-size: 22px;
  padding: 10px;
  display: block;
}
#menu li:hover a{
  padding: 9px 10px;
}
#menu li:hover{
  border: 1px solid black;
  border-right: 0;
  background: url('img/tecka2.gif') no-repeat 15px 13px #f7f7f0;
}
#pata{
  clear: both;
  background: url('img/pata.png') no-repeat;
  width: 936px;
  height: 46px;
  margin: auto;
  font-size: 14px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
#obsah_hlavicka{
  width: 956px;
  height: 18px;
  background: url('img/obsah_hlava.png') no-repeat;
  margin-top: 8px;
}
#bagr{
  float: right;
  margin-top: -41px;
  margin-right: -95px;
  width: 139px;
  height: 98px;
  background: url('img/bagr.jpg') no-repeat;
}
#menu_blok{
  font-size: 14px;
  text-align: right;
  padding-right: 60px;
  line-height: 17px;
}


/*Konec layout*/

/*Začátek ostatní*/
.foto{text-align: center;}
.foto img{margin: 7px auto;}
.popisek{margin-bottom: 30px;}

/*Konec ostatní*/


