body
{
margin: 0;
padding: 6px;
font-size: 11px;
background-color: #efe7d7;
color: #646464;
font-family: Verdana,Arial,Helvetica,sans-serif;
}

#hlavicka
{
background: #fff url("../obrazky/horni.gif") no-repeat;
min-height: 244px;
height: 244px;
}

#menu
{
position: absolute;
top: 123px;
_left: 10px;
left: 16px;
width: 743px;  
text-align: center;
background: #fff url("../obrazky/menu_bg.gif") repeat-x;
}

#obsah
{
width: 774px;
margin: 0;
text-align:left;
max-width: 774px;
background: #fff url("../obrazky/stred.gif") repeat-y;
}

#pravypanel
{
position: absolute;
top: 250px;
left: 583px;
_left: 603px;
width: 170px;
}

#pravypanel-obsah
{
padding: 1px;
}

#hlavnipanel
{
margin:0 200px 0 0;
}

#hlavnipanel-obsah
{
margin:0;
padding: 3px 15px 15px 20px;
border-right: 1px solid #d9d9d9;
min-height: 300px;
height: auto;
_height: 300px;

}

#paticka
{
background: #fff url("../obrazky/dolni.gif") no-repeat;
min-height: 83px;
height: auto;
_height: 83px;
}

#paticka-obsah
{
text-align: center;
padding: 12px 0 0 0;
}

/* ===== Formát textu =============================================================================================== */ 

.text-nadpis
{
color: #82501e;
font-weight: bold;
font-size: 18px;
}

.text-detaily
{
color: #909090;
font-size: 10px;
}

.text-titulek
{
color: #54a900;
font-weight: bold;
font-size: 11px;
}

.text-barva
{
color: #82501e;
font-weight: bold;
font-size: 10px
}

h1
{
font-size: 11px;
margin: 0;
}

h2
{
font-size: 11px;
margin: 0;
font-weight: normal;
}

h3
{
font-size: 10px;
margin: 0;
font-weight: normal;
}

/* ===== Ostatní ==================================================================================================== */ 

.obrazek
{
border: 1px solid #73a801;
margin: 0 0 0 3px;
float: right;
}

a.tooltip{
position:relative;
z-index:24;
text-decoration:none
}

a.tooltip:hover
{
z-index:25;
}

a.tooltip span
{
display: none
}

a.tooltip:hover span
{
display:block;
position:absolute;
top:18px;
width:15em;
border: 1px solid #646464;
background-color:#eeeeee;
color:#000;
text-align: center
}

/* ===== Odkazy ===================================================================================================== */ 

a {
text-decoration: none;
font-size : 11px;
font-weight: bold;
}
a:link {
color: #54a900;
}
a:visited {
color: #54a900;
}
a:hover {
color: #ff6d00;
text-decoration: underline;
}

/* ===== Navigace - tlačítka ======================================================================================== */ 

#navigace ul
{
margin:0 0 0 -3px;
list-style-type: none;
}

#navigace ul li
{
float: left;
}

#navigace ul li a
{
float: left;
padding: 6px 0 0 0;
text-align: center;
text-decoration: none;
font-weight: bold;
color: #ffffff;
font-size: 10px;
width:100px;
height:19px;
background: url("../obrazky/menu.gif") 0 0 no-repeat;
}

#navigace li a:hover
{
background: url(../obrazky/menu.gif) 0 -25px;
color: #323232;
text-decoration: none;
}

/* ===== Vzhled tabulky ============================================================================================= */ 

table.tabulka {
text-align: left;
font-size: 10px;
width: 99%;
border: 1px solid #54a900;
line-height: 14px;
margin-left: 2px;
padding: 1px;
background-color: #eeeeee;
}

table.tabulka th {
color: #ffffff;
font-weight: bold;
background-color: #54a900;
line-height: 12px;
padding: 1px;
}

table.tabulka td {
padding: 1px;
background-color: #e1e1e1;
}

}