/* CSS Document */
p  {}
p.ods {text-align: justify; text-indent: 10px;}
.nadpis {font-size: 120%;font-weight: 900; font-stretch:extra-expanded}
.bold { font-weight:600;}
h3 {font-size: 150%;font-weight: 1000; font-stretch:extra-expanded; color:#FF0000;}

a        {text-decoration: none; font-size: 10px; font-weight: 800;}
a:link   {color: #000066}
a:visited {color: #000066}
a:active {color: #000066}
a:hover  {color: #CADDF4; text-decoration: none}

.center_hl {width: 816px; margin-left:auto; margin-right:auto;}
.head_01 {height: 81px; text-align: center; background-image:url(obrazy/shz_head_03.jpg)}
.head_02 {height: 75px; background-image:url(obrazy/shz_head_05.jpg)}
.head_03 {height: 76px; background-image:url(obrazy/shz_head_07.jpg);}

.left_panel {clear: left; float: left; width: 178px; height: 700px; background:url(obrazy/back_vypln.jpg)}

.center_panel {margin-left: 186px; padding: 0px 20px 20px 10px; font-size: 11px;font-family: Verdana CE, Verdana, Arial, Courier, sans-serif; background-image:url(obrazy/pozad.jpg)}
.peta {height: 59px; background:url(obrazy/shz_head_08.jpg)}
ul.odrazka, ol, li.odrazka {list-style-type: none;} 
ul.klasic, li { padding-left: 25px;}


/* Menu vlavo */
ul, li
{
margin: 0;
padding: 0;
}

.cl
{
clear: both;
}


ul.menu
{
font-size: 12px;
font-family: Verdana CE, Verdana, Arial, Courier, sans-serif;
}

ul.menu li
{
list-style-type: none;
}

ul.menu li.item
{
swidth: 170px;
height: 20px;
margin-right: 5px;
margin-bottom: 1px;
}

ul.menu li.item a
{
display: block;
width: 170px;
height: 20px;
line-height: 20px; /* zvisle centrovanie */ 
text-indent: 4px;	/* odsadenie textu od laveho okraja */
text-align: left; /* vodorovne centrovanie */
background: white url(obrazy/bkrnd_01.jpg);
color: #333;

font-weight: bold;
text-decoration: none;
}

ul.menu li.item a:hover
{
background-image:url(obrazy/bkrnd_02.jpg);
color: #ffffff;
border-color: #000;
}
/* Koniec stylu menu vlavo */


/* menu horizontalne */
.container_horizont {
        width: 100%;
        padding: 5px;
        margin: 3px 0 20px 0;
        border: 1px solid #ccc;
        background: #fff;
}

#navSquare {
        margin: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #9FB1BC;
}

#navSquare li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navSquare a:link, #navSquare a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
        color: #000;
        background: url(obrazy/square.gif) no-repeat bottom center;
}

/* koniec horizontalneho menu */