body
{
 overflow: scroll;
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 background-color: white;
 font-size: 11px;
 color: black;
}

a {color: DarkSlateGray; text-decoration: underline;}
a:active {color: DarkSlateGray; text-decoration: underline;}
a:visited {color: DarkSlateGray; text-decoration: underline;}
a:link {color: DarkSlateGray; text-decoration: underline;}
a:hover {color: tomato; text-decoration: none;}

table
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: black;
 border-collapse: collapse;
 table-layout: fixed;
}

img
{
 border: none;
}

form
{
 display: inline;
 padding: 0px;
 margin: 0px;
}
input
{
 vertical-align: middle;
}
input, select, option, textarea
{
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 padding: 1px;
 margin: 0px;
 border: 1px solid black;
 background-color: white;
 font-size: 11px;
 color: black;
 vertical-align: middle;
}
option
{
 border: none;
}
fieldset
{
 border: 1px solid DarkSlateGray;
 margin: 15px 0px 10px 0px;
 padding: 8px;
}
legend
{
 border-left: 2px solid DarkSlateGray;
 border-bottom: 2px solid DarkSlateGray;
 border-right: 1px solid DarkSlateGray;
 border-top: 1px solid DarkSlateGray;
 background-color: #d5f9f9;
 font-size: 12px;
 font-weight: bold;
 padding: 5px;
 margin: 0px 0px 5px 0px;
}

/*styly hlavnich elementu stranky*/
#pozadi
{
 _height: 100%; /*hack pro IE, stejne vysoke sloupce*/
 background-image: url("ikony/pozadi-aktualne.gif");
 background-repeat: repeat-y;
 position: relative;
}

#celastranka
{
 width:750px;
 margin-right:auto;
 margin-left:auto;
 margin-top: -3px;
_margin-top:-10px;
 padding:0px;
 text-align:center;
 background-color: transparent;
}

#levysloupec, #pravysloupec
{
 width: 140px;
 background-color: #d5f9f9;
 color: black;
 margin-bottom: 5px;
}
#levysloupec
{
 float:left;
 min-height: 900px;
 _height: 900px;
}
#pravysloupec
{
 position: absolute;
 right: 0px;
 top: 0px;
 /*float:right;*/
}
#pravyodsazovac
{
 float: right;
 width: 140px;
 height: 1px;
}

#obsah
{
 text-align: left;
 width:470px;
 padding: 5px 0px 0px 0px;
 float: right;
 background-color: transparent;
}

#hlavicka
{
 background-color: white;
 text-align: center;
}

#paticka
{
 width: 748px;
 text-align: center;
 font-size: 12px;
 border: 1px dashed DarkSlateGray;
}
/*konec stylu hlavnich elementu stranky*/

/*bannery*/
img.banner1 /*hlavni stranka nahore*/
{
 margin: 0px;
 padding: 0px;
}
img.banner2 /*hlavni stranka pod clanky*/
{
 display: block;
 margin: 8px 0px 8px 0px;
 padding: 5px 0px 5px 0px;
 border-top: 1px solid gray;
 border-bottom: 1px solid gray;
}
img.banner3 /*pravy sloupec*/
{
 display: block;
 margin: 4px 0px 12px 0px;
}
/*konec bannery*/


/*styly k hlavicce - horni menu, podmenu apod...*/
#hlavicka div.lista
{
 width: 100%;
 border-top: 2px solid DarkSlateGray;
 border-bottom: 2px solid DarkSlateGray;
}
#hlavicka div.hlavnipanel
{
 width: 100%;
 margin: 2px 0px 2px 0px;
}
#hlavicka div.hlavnipanel div
{
 float: left;
 text-align: center;
}
#hlavicka div.hlavnipanel div.banner
{
 text-align: center;
 width: 320px;
 float: right;
 margin: 0px;
}

div.hornimenu
{
 width: 100%;
 padding: 3px 0px 3px 0px;
 border-top: 2px solid DarkSlateGray;
 border-bottom: 2px solid DarkSlateGray;
 background-color: #d5f9f9;
}
div.hornimenu a
{
 font-size: 14px;
 font-weight: bold;
 padding: 3px 5px 3px 5px;
 color: black;
 text-decoration: none;
}

div.hornimenu a.aktualni
{
 background-color: DarkSlateGray;
 color: white;
 text-decoration: none;
}

div.hornimenu a:active, div.hornimenu a:visited, div.hornimenu a:link {color: black; text-decoration: none;}
div.hornimenu a:hover {color: white; background-color: DarkSlateGray; text-decoration: none;}

div.hornimenu a.aktualni:active, div.hornimenu a.aktualni:visited, div.hornimenu a.aktualni:link {color: white; background-color: DarkSlateGray; text-decoration: none;}
div.hornimenu a.aktualni:hover {color: #d5f9f9; background-color: DarkSlateGray; text-decoration: none;}

div.podmenu
{
 width: 100%;
 height: 28px;
 background-color: DarkSlateGray;
}
div.podmenu div
{
 display: none;
 width: 100%;
 padding: 5px;
 color: #d5f9f9;
}
div.podmenu div.aktualni
{
 display: block;
 width: 100%;
 padding: 5px 8px 5px 8px;
 font-size: 12px;
 font-weight: bold;
 color: white;
}
div.podmenu a
{
 font-size: 12px;
 font-weight: bold;
 padding: 0px 10px 0px 10px;
 color: #d5f9f9;
 text-decoration: none;
}
div.podmenu div.aktualni a.zapnuto
{
 color: tomato;
}
div.podmenu a:active, div.podmenu a:visited, div.podmenu a:link
{
 color: #d5f9f9;
 text-decoration: none;
}
div.podmenu a:hover
{
 color: tomato;
 text-decoration: none;
}

div.podmenu div.aktualni span.navigace a
{
 padding: 0px 2px 0px 2px;
 font-weight: normal;
 color: white;
}
div.podmenu div.aktualni span.navigace a:hover
{
 color: tomato;
 text-decoration: none;
}
div.podmenu div.aktualni span.navigace strong
{
 color: tomato;
}
/*konec stylu k hlavicce*/


#levysloupec h3
{
 width: 100%;
 min-height: 32px;
 border-top: 2px solid white;
 border-bottom: 2px solid white;
 font-size: 13px;
 font-weight: bold;
 background-color: DarkSlateGray;
 color: white;
 margin: 6px 0px 3px 0px;
 text-align: center;
}
#levysloupec p
{
 text-align: left;
 margin: 3px 0px 3px 0px;
}
#levysloupec ol
{
 font-size: 11px;
 margin: 2px 0px 10px 24px;
 _margin: 2px 0px 10px 29px; /*pro IE*/
 padding: 0px;
 text-align: left;
}
#levysloupec ul
{
 font-size: 11px;
 margin: 2px 0px 5px 22px;
 /*_margin: 2px 0px 2px 23px; /*pro IE*/
 padding: 0px;
 text-align: left;
}
#levysloupec ol li, #levysloupec ul li
{
 margin: 0px 0px 3px 0px;
 padding: 0px;
}
#levysloupec ol li a
{
 position: relative;
 left: -5px;
 _left: -10px; /* hack pro IE, jinak se to moc odsadi od cisel */
}
#levysloupec ul li a
{
 position: relative;
 left: -3px;
 /*_left: -10px; /* hack pro IE, jinak se to moc odsadi od cisel */
}

#pravysloupec h3
{
 width: 100%;
 min-height: 32px;
 line-height: 32px;
 border-top: 2px solid white;
 border-bottom: 2px solid white;
 font-size: 16px;
 font-weight: bold;
 background-color: DarkSlateGray;
 color: white;
 margin: 6px 0px 3px 0px;
}
#pravysloupec h3 a
{
 color: white;
 text-decoration: none;
}
#pravysloupec h3 a:hover
{
 color: tomato;
 text-decoration: none;
}

div.prihlasovani, div.vyhledavani
{
 text-align: left;
 padding: 5px;
 margin: 5px 0px 2px 0px;
 background-color: WhiteSmoke;
 border: 1px solid silver;
}
div.prihlasovani form, div.vyhledavani form
{
 display: block;
 text-align: right;
}
div.prihlasovani h4, div.vyhledavani h4
{
 text-align: center;
 margin: 2px 0px 2px 0px;
 padding: 0px;
 font-size: 12px;
 font-weight: bold;
 border: none;
 background-color: DarkSlateGray;
 color: white;
}
div.prihlasovani input
{
 width: 80px;
 margin: 2px 0px 3px 0px;
 vertical-align: middle;
}
div.vyhledavani input
{
 width: 100%;
 margin: 2px 0px 3px 0px;
 vertical-align: middle;
}
input.tlacitko
{
 width: 80px;
 background-color: #d5f9f9;
 color: black;
 font-weight: bold;
 border: 2px outset DarkSlateGray;
 cursor: pointer;
}
input.obrazek
{
 vertical-align: middle;
 border: 0px;
 background-color: transparent;
}

hr.cistic
{
 clear: both;
 border: 0px;
 margin: -1px 0px 0px 0px;
 visibility: hidden;
}

H2
{
 margin: 10px 0px 0px 0px;
 padding: 3px 0px 3px 0px;
 font-size: 14px;
 font-weight: bold;
 color: DarkSlateGray;
}
H5
{
 margin: 0px;
 padding: 3px 0px 3px 0px;
 font-size: 12px;
 font-weight: bold;
}

div.infopanel
{
 border: 2px ridge DarkSlateGray;
 text-align: left;
 color: black;
 background-color: #d5f9f9;
 margin: 3px 0px 3px 0px;
 width: 450px;
}
div.infopanel div
{
 padding: 5px;
}
div.infopanel p
{
 padding: 0px;
 margin: 0px 0px 7px 0px;
 width: 100%;
}
div.infopanel H1
{
 margin: 0px;
 padding: 4px 0px 4px 0px;
 font-size: 17px;
 font-weight: bold;
 color: DarkSlateGray;
 text-align: center;
}
div.infopanel H2
{
 margin: 8px 0px 3px 0px;
 padding: 3px 0px 3px 0px;
 font-size: 14px;
 font-weight: bold;
 background-color: DarkSlateGray;
 color: #d5f9f9;
 text-align: center;
 border-top: 1px solid white;
 border-bottom: 1px solid white;
}
div.infopanel h2 a
{
 color: #d5f9f9;
 text-decoration: none;
}
div.infopanel h2 a:hover
{
 color: tomato;
}

div.infopanel img
{
 margin: 5px 0px 5px 0px;
}

div.infopanel ul
{
 margin-top: 3px;
 margin-bottom: 3px;
}

div.infopanel ul li
{
 margin-bottom: 3px;
}

dl.download
{
 width: 95%;
}
dl.download dt
{
 clear: left;
 float: left;
 font-weight: bold;
 border-bottom: 1px dashed gray;
 width: 80px;
 padding: 3px 0px 0px 1px;
 margin: 0px;
}
dl.download dd
{
 border-left: 1px solid gray;
 padding: 4px;
 margin-left: 81px;
 margin-bottom: 5px;
}
div.download
{
 float: right;
 text-align: center;
 _margin-left: -10px;
}

div.slovnicek
{
 width: 450px;
 text-align: left;
}
div.slovnicek dl
{
 width: 445px;
 margin: 0px;
 padding: 5px 0px 0px 5px;
 border-top: 2px solid DarkSlateGray;
 border-left: 2px solid DarkSlateGray;
}
div.slovnicek dl dt
{
 font-weight: bold;
 font-size: 12px;
}
div.slovnicek dl dd
{
 margin: 0px 0px 5px 10px;
}
div.slovnicek h2
{
 width: 450px;
}

ul.seznamskupin, ul.seznamrad
{
 width: 450px;
 text-align: left;
 margin: 0px;
 padding: 0px;
}
ul.seznamskupin li
{
 clear: both;
 list-style-type: none;
 margin: 5px 0px 0px 0px;
 padding: 0px;
}
ul.seznamskupin img
{
 float: left;
 margin: 3px 3px 10px 3px;
}
ul.seznamskupin h2
{
 margin: 0px 0px 3px 0px;
 padding: 3px;
 font-size: 14px;
 font-weight: bold;
 background-color: DarkSlateGray;
 color: #d5f9f9;
 text-align: center;
}
ul.seznamskupin h3
{
 margin: 0px 0px 3px 0px;
 padding: 3px;
 font-size: 16px;
 font-weight: bold;
 color: DarkSlateGray;
 text-align: center;
}
ul.seznamskupin h2 a, ul.seznamskupin h2 a:visited
{
 color: #d5f9f9;
 text-decoration: none;
}
ul.seznamskupin h2 a:hover
{
 color: tomato;
 text-decoration: none;
}
ul.seznamrad li
{
 clear: both;
 list-style-type: disc;
 margin: 5px 0px 5px 20px;
 padding: 0px;
}
ul.seznamrad h3
{
 font-size: 13px;
 font-weight: bold;
 padding: 0px;
 margin: 0px;
}

dl.detailrady
{
 clear: both;
 width: 450px;
 margin: 5px 0px 5px 0px;
 text-align: left;
}
dl.detailrady dt
{
 margin-top: 8px;
 font-weight: bold;
 background-color: #d5f9f9;
}
dl.detailrady dd
{
 margin-left: 10px;
}
dl.detailrady dd.obrazky
{
 float: right;
 text-align: right;
 padding: 5px;
 margin-left: 3px;
 background-color: WhiteSmoke;
 border: 1px solid silver;
}
dl.detailrady dd.obrazky img
{
 margin: 5px 0px 5px 0px;
}