* {
  margin: 0;
  padding: 0; /* 101 10 19  188 31 31  213 233 244  111 186 218 */
  border: 0;
}

html {
  height: 100%;
}

body {
  background: rgb(0, 56, 139) /*rgb(39, 163, 213)*/ url(../images/pozadi.png) repeat-x 0px 500px fixed;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10pt;
  color: #000;
  height: 100%;
}

a {
  text-decoration: none;
  color: rgb(0, 92, 139);
}

a:hover {
  color: rgb(39, 163, 213);
}

p {
  margin: 20px 0px 20px 0px;
}

h1 {
  font-size: 130%;
  padding-top: 10px;
}

h2 {
  font-size: 100%;
  text-transform: uppercase;
  margin-bottom: 5px;  
}

h3 {
  font-size: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;  
}

h4 {
  font-size: 80%;
  margin-top: 5px;
}

h5 {
  font-size: 100%;
  margin-bottom: 5px; 
}

ul {
  list-style: outside disc;
  margin-left: 15px;
}

ol {
  margin-left: 22px;
}

li {
}

#kontejner {
  background: url(../images/_pruhy.png) repeat-y;
  width: 886px;
  margin: 0px auto;
  position: relative;
  min-height: 100%;
} 

#pruh_levy {
  width: 6px;
  background: url(../images/_pruh_levy_.png) repeat-y;
  float: left;
  min-height: 100%;
}

#hlavni {
  width: 874px;
  min-height: 100%;
  float: left;
}

#zahlavi {
  /*background: url(../images/zahlavi.jpg) no-repeat;*/
  width: 100%;
  height: 250px;
  position: relative;
}

#logo {
  position: absolute;
  top: 0px;
  right: -43px;
  z-index: 10;
}

#menu {
  margin-top: 22px;
  width: 174px;
  float: left;
}

a.menu_polozka {
  display: block;
  background: url(../images/menu_polozka.png) no-repeat bottom left;
  width: 100%;
  height: 27px;
  margin-bottom: 6px;
  margin-left: 2px;
  color: rgb(2, 58, 141);
  text-decoration: none;
  font-weight: bold;
  font-size: 80%;
  position: relative;
}

a.menu_polozka:hover, a.aktivni {
  background: url(../images/menu_polozka.png) no-repeat top left;
  color: #fff;
}

a.menu_polozka span {
  position: absolute;
  top: 6px;
  left: 22px;
}

#titulek {
  background: url(../images/pruh_titulek.png) no-repeat bottom right;
  float: right;
  width: 632px;
  font-size: 225%;
  margin-right: 30px;
  margin-top: 16px;
  color: rgb(2, 58, 141);
  padding-bottom: 7px;
}

#obsah {
  float: right;
  width: 632px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.obrram img {
  border: 1px solid rgb(0, 56, 139);
  padding: 2px;
}

.floatleft {
  float: left;
  margin: 10px 10px 10px 0px;
}

.floatright {
  float: right;
  margin: 10px 0px 10px 10px;
}

#paticka {
  background: url(../images/pruh_titulek.png) no-repeat top right;
  float: right;
  width: 632px;
  font-size: 80%;
  margin-right: 30px;
  padding-top: 7px;
  margin-top: 5px;
  margin-bottom: 30px;
  text-align: left;
  position: relative; 
}

#pocitadlo {
  position: absolute;
  right: 0px;
  top: 5px;
}

#pocitadlo img {
  height: 15px;
  vertical-align: bottom;
}

#pruh_pravy {
  width: 6px;
  background: url(../images/_pruh_pravy_.png) repeat-y;
  float: right;
  min-height: 100%;
}

.cistic {
  clear: both;
}  
