body
{
 overflow: scroll;
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 background-color: white;
 font-size: 11px;
 color: black;
}

a {color: darkblue; text-decoration: underline;}
a:active {color: darkblue; text-decoration: underline;}
a:visited {color: darkblue; text-decoration: underline;}
a:link {color: darkblue; text-decoration: underline;}
a:hover {color: tomato; text-decoration: none;}

img
{
 border: none;
}

form
{
 display: inline;
 padding: 0px;
 margin: 0px;
}
input, select, option
{
 padding: 1px;
 margin: 0px;
 border: 1px solid black;
 background-color: #FFFFFF;
 font-size: 11px;
 color: black;
}

/*styly hlavnich elementu stranky*/
#pozadi
{
 _height: 100%; /*hack pro IE, stejne vysoke sloupce*/
 background-image: url("ikony/pozadi-video.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: lavender;
 color: black;
 margin-bottom: 5px;
}
#levysloupec
{
 float:left;
 min-height: 1000px;
 _height: 1000px;
}
#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 darkblue;
}
/*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 apod...*/
#hlavicka div.lista
{
 width: 100%;
 border-top: 2px solid darkblue;
 border-bottom: 2px solid darkblue;
}
#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 darkblue;
 border-bottom: 2px solid darkblue;
 background-color: lavender;
}
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: darkblue;
 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: darkblue; text-decoration: none;}

div.hornimenu a.aktualni:active, div.hornimenu a.aktualni:visited, div.hornimenu a.aktualni:link {color: white; background-color: darkblue; text-decoration: none;}
div.hornimenu a.aktualni:hover {color: lavender; background-color: darkblue; text-decoration: none;}

div.podmenu
{
 width: 100%;
 height: 28px;
 background-color: darkblue;

}
div.podmenu div
{
 display: none;
 width: 100%;
 padding: 5px;
 color: lavender;
}
div.podmenu div.aktualni
{
 display: block;
 width: 100%;
 padding: 5px;
 font-size: 12px;
 font-weight: bold;
 color: white;
}
div.podmenu a
{
 font-size: 12px;
 font-weight: bold;
 padding: 0px 10px 0px 10px;
 color: lavender;
 text-decoration: none;
}
div.podmenu div.aktualni a.zapnuto
{
 color: tomato;

}
div.podmenu a:active, div.podmenu a:visited, div.podmenu a:link
{
 color: lavender;
 text-decoration: none;
}
div.podmenu a:hover
{
 color: tomato;
 text-decoration: none;
}
/*konec stylu k hlavicce*/

#levysloupec h3
{
 width: 100%;
 height: 32px;
 border-top: 2px solid white;
 border-bottom: 2px solid white;
 font-size: 13px;
 font-weight: bold;
 background-color: darkblue;
 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 2px 25px;
 _margin: 2px 0px 2px 30px; /*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 */
}
#levysloupec dl
{
 text-align: left;
 margin: 5px 2px 5px 2px;
}
#levysloupec dl dt
{
 font-weight: bold;
 margin: 3px 0px 0px 0px;
}
#levysloupec dl dd
{
 margin: 0px 0px 0px 5px;
}

#pravysloupec h3
{
 width: 100%;
 height: 32px;
 line-height: 32px;
 border-top: 2px solid white;
 border-bottom: 2px solid white;
 font-size: 16px;
 font-weight: bold;
 background-color: darkblue;
 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: darkblue;
 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;
}
div.prihlasovani input.tlacitko, div.vyhledavani input.tlacitko
{
 width: 80px;
 background-color: lavender;
 color: black;
 font-weight: bold;
 border: 2px outset darkblue;
}

H5
{
 margin: 0px;
 padding: 3px 0px 3px 0px;
 font-size: 12px;
 font-weight: bold;
}

div.infopanel
{
 clear: left;
 border: 2px ridge darkblue;
 text-align: left;
 color: black;
 background-color: lavender;
 margin: 3px 0px 3px 0px;
 width: 450px;
}
div.infopanel div
{
 padding: 5px;
}
div.infopanel h1
{
 text-align: center;
 font-size: 17px;
 font-weight: bold;
 color: darkblue;
 margin: 0px;
 padding: 5px 0px 5px 0px;
}
div.infopanel h6
{
 font-size: 12px;
 font-weight: bold;
 color: darkblue;
 margin: 0px;
 padding: 3px 0px 3px 0px;
}
div.infopanel h3
{
 font-size: 12px;
 font-weight: bold;
 padding: 0px;
 margin: 10px 0px 5px 0px;
}
div.infopanel p
{
 padding: 0px;
 margin: 0px 0px 5px 0px;
 width: 100%;
}
div.infopanel div.stred
{
 margin: 12px 0px 6px 0px;
 text-align: center;
}
div.infopanel dl
{
 margin: 10px 0px 10px 0px;
 padding: 0px;
}
div.infopanel dt
{
 margin: 5px 0px 3px 0px;
 padding: 0px;
 font-weight: bold;
}
div.infopanel dd
{
 margin: 0px 0px 3px 10px;
 padding: 0px;
}

hr.cistic
{
 clear: both;
 border: 0px;
 margin: -1px 0px 0px 0px;
 visibility: hidden;
}

input.obrazek
{
 vertical-align: middle;
 border: 0px;
 background-color: transparent;
}
input.obrazekaktualni
{
 vertical-align: middle;
 border: 0px;
 background-color: tomato;
}

table
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: black;
 border-collapse: collapse;
}

H1
{
 margin: 0px;
 padding: 5px 0px 5px 0px;
 font-size: 19px;
 font-weight: bold;
}

H2
{
 margin: 0px;
 padding: 3px 0px 3px 0px;
 font-size: 15px;
 font-weight: bold;
}

/*styly pro seznam videokazet*/
div.podkategorie
{
 width: 450px;
}
div.podkategorie H2
{
 margin: 0px;
 padding: 3px 0px 3px 0px;
 font-size: 12px;
 font-weight: bold;
}
ul.podkategorievlevo
{
 width: 220px;
 margin: 0px;
 padding: 0px;
 float: left;
}
ul.podkategorievpravo
{
 width: 220px;
 margin: 0px;
 padding: 0px;
 float: right;
}

ul.podkategorievpravo li, ul.podkategorievlevo li
{
 list-style-type: none;
 text-align: left;
 vertical-align: top;
 background-image: url("ikony/film.gif");
 background-position: 2px center;
 background-repeat: no-repeat;
 background-color: transparent;
 padding: 0px 0px 0px 22px;
 margin: 3px 0px 3px 0px;
}
ul.podkategorievpravo li:hover, ul.podkategorievlevo li:hover
{
 background-color: lavender;
}

ul.podkategorievpravo li.aktualni, ul.podkategorievlevo li.aktualni
{
 background-color: darkblue;
 color: lavender;
}

table.trideni
{
 width: 450px;
 background-color: lavender;
}

table.trideni td.vlevo
{
 vertical-align: bottom;
 text-align: left;
 width: 33%;
}
table.trideni td.uprostred
{
 vertical-align: bottom;
 text-align: center;
 width: 34%;
}
table.trideni td.vpravo
{
 vertical-align: bottom;
 text-align: right;
 width: 33%;
}

table.videopolozka
{
 text-align: justify;
 width: 450px;
 border: 2px outset darkblue;
 padding: 0px;
 margin: 5px 0px 5px 0px;
 background-color: lavender;

}

.infolista
{

 background-color: darkblue;
 color:white;
 font-weight: bold;
 text-align: center;
 padding: 3px;
 margin: 0px;
}

.zakladniinfo
{
 min-height: 119px;
 padding: 3px
}
.zakladniinfo div.kategorie
{
 position: absolute;
 bottom: 0px;
 left: 88px;
 width: 350px;
 text-align: right;
}
.zakladniinfo div.kategorie h3
{
 margin: 0px;
 padding: 0px;
 font-weight: bold;
 font-size: 12px;
}
/*konec stylu pro seznam videokazet*/


/*styly pro detail videa s ukazkama*/
.videokomplet
{
 width: 750px;
 text-align: left;
 border: 2px ridge darkblue;
 padding: 0px;
 margin: 0px;
 background-color: lavender;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
}

.prehravac
{
 width: 355px;
 height: 320px;
 color: gray;
 background-color: black;
 background-image: url("ikony/wmp.gif");
 background-position: center center;
 background-repeat: no-repeat;
 padding: 0px;
 margin: 0px;
}

.ukazkainfo
{
 vertical-align: top;
 width: 395px;
 padding: 3px;
 margin: 0px;
 background-color: lavender;
 color: black;
 border-left: 2px ridge gray;
}

.videoinfo
{
 vertical-align: top;
 border-top: 2px ridge gray;
}
.videoinfo table
{
 width: 345px;
 text-align: left;
 border: 1px solid darkblue;
 margin: 3px 2px 3px 2px;
 background-color: lavender;
 color: black;
}
.videoinfo td
{
 padding: 3px;
}
.videoinfo td dl dt
{
 font-weight: bold;
 float: left;
 clear: both;
 width: 80px;
 margin: 0px;
 padding: 0px;
}
.videoinfo td dl dd
{
 float: left;
 width: 250px;
 margin: 0px;
 padding: 0px;
}


.ukazky
{
 background-color: lavender;
 vertical-align: top;
 border-top: 2px ridge gray;
}

.infolistaukazka
{
 background-color: darkblue;
 color: white;
 font-weight: bold;
 text-align: left;
 vertical-align: top;
 padding: 2px;
 margin: 0px;
}
.infolistaukazka a
{
 color: white;
}
.infolistaukazka a:active, .infolistaukazka a:visited, .infolistaukazka a:link
{
 color: white;
}
.infolistaukazka a:hover
{
 color: tomato;
}

.ukazkapolozka
{
 text-align: justify;
 width: 385px;
 border: 1px solid darkblue;
 margin: 3px 2px 3px 2px;
 background-color: lavender;
 color: black;
}
.ukazkapolozka td
{
 padding: 3px;
}
/*konec stylu pro detail videa s ukazkama*/

/*videoporady*/
div.oknoprehravace
{
 float: left;
 width: 320px;
 height: 309px;
 margin-top: 5px;
 margin-left: 5px;
_margin-left: 2px;
 margin-bottom: 10px;
 background-color: LightGray;
}
div.castiporadu
{
 float: right;
 width: 115px;
_width: 125px;
 margin-top: 5px;
 margin-right: 3px;
_margin-right: 3px;
 margin-left: 4px;
_margin-left: 5px;
 margin-bottom: 3px;
 padding: 5px;
 border: 1px solid darkblue;
 background-color: lavender;
 text-align: left;
}
div.castiporadu h6
{
 text-align: center;
 border-top: 2px solid white;
 border-bottom: 2px solid white;
 font-size: 13px;
 font-weight: bold;
 background-color: darkblue;
 color: white;
 margin: 0px;
 padding: 2px;
}
div.castiporadu dl
{
 margin: 0px;
 padding: 0px;
}
div.castiporadu dl dt
{
 margin-top: 3px;
 font-weight: bold;
}
div.castiporadu dl dd
{
 margin-left: 5px;
}
div.castinfo
{
 margin: 4px 0px 8px 4px;
_margin-left: 2px;
 float: left;
 clear: left;
 text-align: justify;
 border: 1px solid darkblue;
 background-color: lavender;
 padding: 3px;
 width: 312px;
_width: 320px;
}
div.castinfo h6
{
 font-size: 12px;
 font-weight: bold;
 color: darkblue;
 margin: 0px;
 padding: 3px 0px 3px 0px;
}
div.poradinfo
{
 margin: 4px;
/*_margin-left: 3px;*/
 /*float: left;*/
 clear: left;
 text-align: justify;
 /*width: 320px;*/
}