/* --------------------------- pomocne objekty --------------------------- */

.cistic, .cistic_vlevo, .cistic_vpravo
{
  clear:both;
  display:block;
  width:auto;
  height:0px;
  margin: 0;
	padding: 0;
	border: none;
}

.cistic_vlevo 
{
  clear: left;
}

.cistic_vpravo
{
  clear: right;
}

.skryty_text {
  font-size: 0px !important;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 0;
  letter-spacing: -99999px !important; 
  text-decoration: none !important;
  overflow: hidden !important; 
  text-indent: -9999px !important;  
  visibility: hidden;
  display: none;
  height: 0;
}

.center, #obsah .center {
  text-align: center;
}


.vlevo {
  display: block;
  float: left;
}

.vpravo {
  display: block;
  float: right;
}

a:hover
{
  text-decoration: none;
}

form {
  margin: 0;
  padding: 0;
}


/* --------------------------- struktura stranky --------------------------- */

body {
  margin: 0;
  padding: 0;
  background: #ababab url(../images/body_bg.jpg) left top repeat-x; 
  text-align: center;
  font-family: Tahoma;
}



#dokument {
  display: block;
  float: none;
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
}


#stranka {
  display: block;
  float: none;
  width: 608px;
  height: 306px;
  margin: 123px auto 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
  background: transparent url(../images/stranka_bg.jpg) left top no-repeat;  
}


h1 
{
  position: absolute;
  top: 40px;
  left: 302px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #000;
  font-weight: normal;
}

h1 span 
{
  font-size: 11px;
}


p 
{
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: #fff;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 21px;
}

p a
{
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}

p a:hover
{
  color: #000;
}

p.paragraf1 
{
  left: 302px;
  top: 68px;
}

p.paragraf2 
{
  left: 132px;
  top: 141px;
}

p.paragraf3 
{
  left: 335px;
  top: 169px;
}
