/**********************
VSEOBECNE STYLY
**********************/ 

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial;
}

h1 {
  color: #fff;
  font-size: 22px;
  line-height: 1.5em;
  margin: 1em 0;
  position: relative;
  z-index: 1;
}

h1.tien {
  color: #000;
  position: absolute;
  top: 3px;
  left: 13px;
  z-index: 0;
}

h2 {
  color: #527AA8;
  font-size: 18px;
  line-height: 1.5em;
  margin: 1em 0;
  position: relative;
  z-index: 1;
}

h2.tien {
  position: absolute;
  top: 36px;
  left: 13px;
  z-index: 0;
}

h3 {
  color: #527AA8;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0 0 1em;
}

h4 {
  font-size: 13px;
  line-height: 1.5em;
  margin: 1em 0;
}

a {
  color: #3A8197;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  color: #535353;
  font-size: 13px;
  line-height: 2.0em;
  margin-bottom: 2.0em;
}

img {
  border: none;
}

.center_page {
  margin: 0 auto;
  text-align: left;
  width: 800px;
  position: relative;
  padding: 0px 10px 0px 10px;
}


/**********************
HLAVICKA
**********************/ 

#hlavicka {
  background: url('img/bg-hd.jpg') top left repeat-x;
  width: 100%;
  height: 145px;
  text-align: center;
  padding: 15px 0 0 0;
}

#hlavicka h1 {
  margin: 0;
}

#hlavicka h2 {
  color: #E4FFA9;
  margin: 0;
}

#hlavicka h2.tien {
  color: #000;
}

#android_img {
  background-image: url('img/android-logo.png');
  position: absolute;
  bottom: -65px;
  right: 10px;
  width: 130px;
  height: 130px;
}

#pasik {
  background-color: #3D3D3D;
  width: 100%;
  height: 40px;
  text-align: center;
  margin-top: 1px;
  border-bottom: solid 1px #3D3D3D; 
}

#menu {
  float: left;
  width: 100%;
}

#menu li { 
  display: inline; 
  float: left; 
  width: auto; 
}

#menu li a { 
  color: #D8D8E8;  
  font-size: 14px;
  position: relative; 
  display: block; 
  padding: 11px 1.5em; 
}

#menu li a:hover { 
  background-color: #527AA8;  
  color: #fff;  
  text-decoration: none;
}

#menu li a.akt { 
  background-color: #527AA8;  
  color: #fff;
}


/**********************
TELO STRANKY
**********************/ 

#telo { 
  width: 100%;
  text-align: center;
  padding: 10px 0 0 0;
}

p.vedla .zvyr {
  font-size: 13px;
  font-weight: bold;
}

p.vedla  { 
  font-size: 12px;
  line-height: 1.5em;
  float: left;
  width: 190px;
  text-align: left;
  padding: 0 10px 0 0;
}

p.pod  { 
  clear: both;
}

/**********************
PATICKA
**********************/ 

