*{margin:0; padding:0}
body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #fff;
color: #000000;
font-size: 16px;
text-align:center;
width: 100%;
min-width: 794px;
}

/* >>> Kontejner */
#vycentrovat
{
width:794px; 
margin: 5px auto;
text-align:left;
background: #FFF url(../images/main.gif) repeat-y;
}
/* <<< Kontejner */          

/* >>> Hlavička */
#horni
{
height: 140px;
background: #fff url(../images/hlavicka.jpg) 0% 0% no-repeat;
position: relative;
}
#navigace
{
position:absolute;
left: 660px;
top: 10px;
font-size: 12px;
color: #555;
text-decoration:none;
width: 130px;
}
#navigace a
{
color: #555;
text-decoration:none;
}
#navigace a:hover, .selected a
{
color:#888;
}
#horni H1 {display:none;}
/* <<< Hlavička */

/* >>> Menu */
#levy
{
text-align:left;
float:left;
width: 160px;
margin: 15px 0 0 10px;
}
#levy ul {
font-size: 14px;
font-weight:bold;
margin:0;
padding:0;
list-style-type:none;
}
#levy ul a {
display:block;
width:160px;
height:24px;
line-height:24px;
color: #ddd;
text-decoration:none;
text-indent: 32px;
}
#levy a:hover, .selected a
{
color:#fff;
}
/* <<< Menu */

/* >>> Střední část  */
#floatbug {width:100%}
#stredni
{
margin: 0 20px 0 190px;
padding: 0px 2px 0px 2px;
font-size: 80%;
}
#stredni p
{
text-indent:10px;
text-align: justify;
margin: 5px;
}
#stredni h1, h2, h3, h4, h5
{
padding: 5px;
text-align:left;
color: #000;
margin: 0;
}
#stredni h1
{
padding-left:5px;
font-size:130%;
}
#stredni h2
{
padding-left:5px;
font-size:120%;
}
#stredni h3
{
padding-left: 10px;
font-size:110%;
}	
#stredni h4
{
padding-left: 15px;
font-size:100%;
}	
#stredni h5
{
text-align:right;
font-size:80%;
}	
#stredni li
{
font-size:12px;
list-style-type:square;
margin-left:30px;
}	
#stredni a 
{
color:black;
}
#stredni a:hover { color:gray; }	

#stredni table {
margin-top:10px;
border:0;
font-size: 9pt;
color:#000;
width: 100%;
}

#stredni td {
text-align:left;
border:0;
padding: 5px;
}

#stredni .clanek_nadpis {
padding: 5px;
text-align: center;
font-size: 120%;
font-weight: bold;
}
/* <<< Střední část  */

/* >>> Patička stránky */
#paticka {
position:relative;
height: 36px;
background: #ffffff url(../images/foot.gif) 0% 0% no-repeat;
clear:both;
}
/* <<< Patička stránky */

/* >>> Vložit obtékaný obrázek */
.foto {
border: 1px solid #666;
float: right;
margin-right: 0; 
margin-bottom: 3px;
margin-left: 5px;
margin-top: 3px;}

.foto_bez {
border: 0;
float: right;
margin-right: 0;
margin-bottom: 3px;
margin-left: 5px;
margin-top: 3px;}

.foto-vlevo {
border: 1px solid #666;
float: left;
margin-left:0;
margin-bottom: 3px;
margin-right: 5px;
margin-top: 3px;}

.foto-vlevo_bez {
border: 0;
float: left;
margin-left:0;
margin-bottom: 3px;
margin-right: 5px;
margin-top: 3px;}
/* <<< Vložit obtékaný obrázek */
