/* CSS layout: */
html {
    background: #DEDCDD url("../images/bg_page.gif") repeat-y center top;
}
body {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-family: Verdana, "Lucida Grande CE", lucida, sans-serif;
    background: url("../images/bg_top_page.gif") repeat-x left top;
    line-height: 1.5em;
    /*color: #3F3F3F;*/
}
.hide {
    display: none;
}
div.error {
    color: #fff;
    text-align: center;
    padding: 1em;
    margin: 0 0 1em 0;
    border: 1px solid red;
    font-weight: bold;
    background: #FF6600;
}
div.info {
    color: green;
    text-align: center;
    padding: 1em !important;
    margin: 1em 0 1em 0 !important;
    /*font-weight: bold;*/
}
/* LAYOUT */
#box {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    background: url("../images/bg_page_top.gif") no-repeat center 107px;
}
#box #box_header {
    height: 122px;
    margin: 0 auto 0 auto;
    width: 933px;
    position: relative;
    background: url("../images/header_bg.gif") no-repeat right center;
}
#box #box_footer {
    padding: 25px 0 0 0;
    background: #DEDCDD url("../images/bg_page_bottom.gif") no-repeat center top;
}
#box #layout {
    width: 933px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0 !importnat;
    border-top: 6px solid #fff;
}
#box #center_box {
    /*min-height: 700px;*/
    margin: 0;
    padding: 7px 0 7px 0;
    border-top: 2px solid #A4A4A4;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    clear: both;
    /*display: table;
    height: 1%;*/
    width: 100%;
    overflow: hidden;
}
#box #center_box #obsah {
    float: right;
    width: 680px;
    padding: 10px;
}
#box #center_box #left {
    margin: 0 707px 0 7px;
}
#box #servis_bottom {
    clear: both;
    text-align: right;
    font-size: 0.8em;
    margin: 0;
    padding: 0.75em 0.75em 0 0;
}
#box #footer {
    width: 942px;
    margin: 0 auto 0 auto;
    padding: 0 0 25px 0;
    line-height: 1.7em;
    font-size: 0.9em;
}
/* KONEC - LAYOUT */
/* H-CKA */
#obsah h1 {
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    font-size: 1.6em;
    line-height: 1.3em;
    font-weight: normal;
    color: #121F27;
    border-bottom: 1px solid #0C0F14;
}
#obsah h2 {
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    font-size: 1.5em;
    font-weight: normal;
    color: #121F27;
}
#obsah h3 {
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    font-size: 1.4em;
    font-weight: normal;
    color: #121F27;
}
/* KONEC - H-CKA */
/* HLAVICKA */
#logo {
    display: block;
    width: 195px;
    height: 70px;
    background: url("../images/logo.gif") no-repeat;
    position: relative;
    top: 25px;
    left: 4px;
}
/*
#logo_txt {
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
    position: relative;
    top: -42px;
    left: 480px;
    width: 440px;
}
#logo_txt a {
    color: #fff;
}
*/
/* KONEC - HLAVICKA */
/* ROOT MENU */
ul#root_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul#root_menu li {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    border-right: 10px solid #fff;
}
ul#root_menu li a {
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 137px;
    height: 31px;
    line-height: 31px;
    background: url("../images/bg_zalozka.gif") no-repeat;
}
ul#root_menu li a.current {
    background: url("../images/bg_zalozka_current.gif") no-repeat;
    color: #fff;
}
ul#root_menu li a:hover {
    text-decoration: underline;
}
/* KONEC - ROOT MENU */
/* MAIN MENU */
ul#mainMenu {
    margin: 8px 0 0 0;
    padding: 0;
    list-style-type: none;
}
ul#mainMenu li {
    background: url("../images/bg_menu.gif") repeat-x;
}
ul#mainMenu li.current {
    background: url("../images/bg_menu_hover.gif") repeat-x;
}
ul#mainMenu a.current2 {
    font-weight: bold;
}
ul#mainMenu a.current, ul#mainMenu a:hover.current {
    color: #fff;
}
ul#mainMenu li a {
    padding-left: 2em;
    text-decoration: none;
    display: block;
    background: url("../images/bg_li.png") no-repeat 8px center;
    font-size: 0.9em;
    height: 33px;
    line-height: 33px;
    border-bottom: 2px solid #fff;
}
ul#mainMenu li a:hover {
    text-decoration: underline;
    background: url("../images/bg_li.png") no-repeat 8px center;
    color: #E60003;
}
ul#mainMenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul#mainMenu ul li a {
    /*background: url("../images/bg_li.gif") no-repeat 0 center;*/
}
/* KONEC - MAIN MENU */
/* OBSAH */
#obsah a {
    color: #E60000;
}
/* KONEC - OBSAH */
/* AKTUALNI PROGRAM */
#aktualni_program {
    border: 1px solid #DFDFDF;
    background: #F3F3F3;
    padding: 1em;
}
#aktualni_program h2 {
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    font-size: 1.5em;
    font-weight: normal;
    color: #121F27;
    border-bottom: 1px solid #0C0F14;
}
#aktualni_program strong.red {
	color: #E60000;
}
#tbl_akt_4 {
    width: 100%;
}
#tbl_akt_4 td {
    vertical-align: top;
}
#tbl_akt_4 td.td_50 {
    width: 50%;
    border-bottom: 1px solid #B9B9B9;
}
#tbl_akt_4 td.td_50 table {
    border-collapse: collapse;
    margin: 0.5em 0 0.5em 0;
}
#tbl_akt_4 td.td_50 table td p {
    padding: 0.25em 0 0.25em 0;
    margin: 0;
    display: block;
}
img.ramecek {
    padding: 2px;
    background: #fff;
    border: 1px solid #B9B9B9;
}
/* KONEC - AKTUALNI PROGRAM */
/* PROGRAM */
#program {
    width: 100%;
    border-collapse: collapse;
}
#program td {
    padding: 0.5em;
    vertical-align: top !important;
}
#program td.nahled img {
    padding: 2px;
    border: 1px solid #B3B3B3;
}
#program td hr, hr {
    height: 1px;
    color: #B9B9B9;
}
/* KONEC - PROGRAM */
/* HP BOXY */
.hp_box {
    background: url("../images/bg_hp_text.gif") repeat-x left bottom;
    padding: 1em;
    margin: 1em 0 0 0;
    display: table;
    height: 1%;
}
.hp_box_purple {
    background: #8A2F4E url("../images/bg_purple.gif") repeat-x left top;
    padding: 1em;
    margin: 1em 0 0 0;
}
/* KONEC - HP BOXY */
/* PODKATEGORIE */
    #podkategorie {
        margin: 0 !important;
        padding: 0 !important;
    }
    #podkategorie li {
        list-style-type: none !important;
        margin: 0 0 0.25em 0 !important;
        padding: 0.5em 0.5em 0.5em 0.5em !important;
    }
    #podkategorie li.suda {
        background-color: #F7F7F7 !important;
    }
    #podkategorie .txt {
        margin: 0.5em 0 0 0;
    }
    #podkategorie .txt p {
        padding: 0;
        margin: 0;
    }
    /* KONEC - PODKATEGORIE */
/* NEWSLETTER_BOX */
#newsletter_box {
    background: url("../images/bg_purple.gif") repeat-x;
    padding: 1em;
}
#newsletter_box h2 {
    color: #fff;
    border-bottom: 1px solid #fff;
}
#newsletter_box p {
    color: #fff;
    margin: 0.5em 0 0.5em 0;
    padding: 0;
}
#newsletter_box form {
    margin: 0;
    padding: 0;
}
#newsletter_box input.submit {
    background: url(../images/bg_submit.gif) repeat-x;
    border: 0;
    height: 25px;
    color: #fff;
    margin: 0 0.5em 0 0.5em;
    font-weight: bold;
}
/* KONEC - NEWSLETTER_BOX */
/* FORMULAR */
#formular ul {
    list-style-type: none;
    margin: 5px 10px 5px 0px;
    padding: 5px 10px 5px 0px;
}
#formular fieldset {
    margin: 0 0 1em 0;
    padding: 0 1em 1em 1em;
}
#formular table {
    width: 100%;
    margin: 1em 0 1em 0;
    /*background: whitesmoke;*/
}
#formular table td {
    background: #fff;
}
#formular table .td_pozn {
    text-align: right;
    font-size: 0.9em;
}
#formular table .popis, #formular table .popis_p {
    vertical-align: top;
    text-align: right;
    background: #E6E6E6;
    padding:  5px !important;
    width: 160px;
}
#formular table .popis_p {
    font-weight: bold;
}
#formular table .submit {
    text-align: center;
    padding: 1.5em 0 1em 0;
}
/* KONEC - FORMULAR */
/* BOX PURPLE */
.hp_box_purple table td {
    padding: 0.5em;
    vertical-align: top;
    color: #FDFFFE;
}
.hp_box_purple h3 {
    font-size: 1em !important;
    line-height: 1.1em !important;
    color: #E9DE12 !important;
    font-weight: bold !important;
}
.hp_box_purple a {
    color: #EADF13 !important;
}
.hp_box_purple div.perex {
    margin: 0.5em 0 0 0;
}
.hp_box_purple div.perex p {
    margin: 0;
    padding: 0;
}
#akt_zak {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#akt_zak li {
    padding: 0 0 0.5em 0.5em;
}
/* KONEC - BOX PURPLE */
/* HP KONTAKT */
#hp_kontakt {
    margin: 2em 0 1em 0;
    padding: 0.25em 1.5em 0.25em 1.5em;
    border-right: 1px solid #B9B9B9;
    line-height: 1.7em;
}
/* KONEC - HP KONTAKT */
/* TXT FROM DB */
#txt_from_db h2 {
    font-size: 1.4em;
    font-weight: normal;
    color: #0C1015;
    border-bottom: 1px solid #0C1015;
    line-height: 1.4em;
    margin: 0.25em 0 0.5em 0;
    padding: 0.25em 0 0.25em 0;
}
#txt_from_db p {
    margin: 0.5em 0 0.5em;
    padding: 0;
}
/* KONEC - TXT FROM DB */
/* CLANEK */
.perex h2 {
    border: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.perex .p_datum {
    color: #6F6F6F;
    margin: 0.5em 0 0 0;
}
.perex .p_text, .cl_perex {
    border-left: 5px solid #B9B9B9;
    padding: 0 0 0 1em;
    margin: 1.5em 0 0.5em 0;
    font-style: italic;
}
.perex .p_odkaz {
    text-align: right;
}
.perex .p_text p, .cl_perex p {
    padding: 0;
    margin: 0;
}
.cl_datum {
    text-align: right;
    color: #6F6F6F;
}
/* KONEC - CLANEK */
/* JIDELNICEK */
#jidelnicek table td {
	vertical-align: top;
	padding: 0.25em;
}
#jidelnicek h1 {
	border-bottom: 0 !important;
}
#jidelnicek .poznamka {
    font-size: 11px;
}
/* JIDELNICEK - KONEC */
/* STRANKOVANI */
.strankovani {
    text-align: center;
    color: #3F3F3F;
}
/* KONEC - STRANKOVANI */
/* FOTO-3 */
.foto-3 table.galery {
    border-collapse: collapse;
    margin: 0 0 1em 0;
    width: 100% !important;
}
.galery td {
    vertical-align: top;
}
.galery td img {
    background: #fff;
    padding: 2px;
    border: 1px solid #B9B9B9;
}
.a_vpravo {
    text-align: right;
}
/* KONEC - FOTO-3 */
/* ODKAZY */
a {
    color: #000;#
}
a:hover {
    text-decoration: none;
}
a.link {
    padding-right: 18px;
    background: url("../images/a_link.gif") no-repeat right center;
}
a.link_yellow {
    padding-right: 18px;
    background: url("../images/a_link_yellow.gif") no-repeat right center;
}
/* ODKAZY - KONEC */
/*** SOUTEZ TRAILER ***/
div.trailer
{   
  border-bottom: 1px solid #0C0F14;
  height: 65px;
  padding: 5px;
  margin-bottom: 5px;
}
div.trailer img
{
  float: left;
  width: 250px;
  height: 60px;
  margin: 0 5px 0 0;
}
div.trailer p
{
  margin: 10px 5px 5px 20px;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.5em;
}
div.trailer p span
{
  font-size: 1.3em;
  font-weight: bold;
  color: #291971;
}

.upoutavka {
    color: white;
    padding: 5px 10px;
    display: table;
    width: 46%;
    margin-bottom: 10px;
    background: #8A2F4E url("../images/bg_purple.gif") repeat-x left top;
}

.upoutavka h1, .upoutavka h2, .upoutavka h3, .upoutavka h4, .upoutavka h5  {
    color: white;
    margin: 3px 0;
    padding: 0;
    border: 0;
}

.upoutavka a {
    color: #EADF13;
}

.upoutavka p {
    padding: 0;
    margin-top: 3px;
    margin-bottom: 3px;
}

.upoutavka img {
    padding: 1px;
    border: 1px solid #fff;
}
