html {height: 100%; font-size: 62.5%;}

body {
   height: 100%;
   text-align: center;
   font: 1.2em Verdana, Arial, Helvetica, sans-serif;
   min-width: 900px;
   margin: 0; padding: 0;
   background: #fff url(img/bg_body.jpg) repeat-x;
   }

.cleaner {
   clear: both;
   height: 0;
   font-size: 0;
   visibility: hidden;
   }


#hlavicka {
   padding: 0px;
   width:100%;
   height:180px;
   border-bottom: 1px solid green;
   background: transparent url(img/top.jpg) no-repeat top center;
   text-align:center;
   }

.textbustop {
   position:relative;
   top:157px;
   text-align:center;
   font-weight:bold;
}

#textindexlist {
   list-style-type:circle;
   line-height:28px;
}

.centerobr {
   text-align:center;
   margin-left: 20px;
}

.centertext {
   text-align:center;
}

.textonas {
   line-height:18px;
   padding: 10px;
   background: transparent url(img/bg_onas.jpg) no-repeat 0 0;
}

.prvnipismeno {
   font-size:150%;
   padding: 5px 0px 0 5px;
}

.ceny {
   line-height:18px;
   font-size:100%;
}

.italic {
   line-height:18px;
   text-decoration:underline;
}

.fuc {
   display:none;
}

.nadpis {
   color:#DBB9C8;
}

h1 {margin-top: 30px; padding: 0; font-size: 220%; letter-spacing: .2em; color:#BA598C; text-align:center;}
h2 {size:50%;}
p {line-height: 1.8; margin-bottom: 16px;}
img {border: none;}
a {
	background: transparent;
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #CC6699;
}

/* =============== Trisloupcovy layout =============== */
#obal {
   width: 900px;
   margin: 10px auto 0 auto;
   text-align: left;
   border: 1px solid green;
   background: #fff;
   }

#sloupec-levy {
   float: left;
   width: 220px;
   }

#sloupec-prostredni-pravy {
   float: right;
   width: 648px;
   }

#sloupec-prostredni-pravy #sloupec-l {
   float: left;
   width: 416px;
   }

#sloupec-prostredni-pravy #sloupec-p {
   float: right;
   width: 220px;
   }

.obsah {margin: 1em;}
/* =============== Trisloupcovy layout konec =============== */


#paticka {
   padding: 10px;
   border-top: 1px solid green;
   background: #F0FBDF;
   }
