body, html {
    margin: 0px;
    padding: 0px;
    background-color: #181234;
    text-align: center;
    }

body, html, table {
    font-family: "Tahoma";
    font-size:9pt;
    color: #ffffff;
    }


#layout {
    width: 990px;
    margin: 0px auto;
    }

#header {
    /*background: url("../grafika/header-background.jpg") center top no-repeat;*/
    background-image: url("../grafika/header-background.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 148px;
    width: 990px;
    text-align: right;
    margin:0px;
    }

#footer {
    background-color: #302a49;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 40px;
    color: #6f6a80;    
}
    #footer a { color: #6f6a80; text-decoration: none;}
    #footer a:hover { text-decoration: underline; color: #ffffff; }

#logo {
    position: absolute;
    left: 50%;
    margin-left: -495px;
    top: 2px;
    }

    #logo img { border: 0px; }


#languages {
    position: absolute;
    right: 50%;
    margin-right: -495px;
    top: 30px;
    text-align: right;
    width: 200px;
    height: 20px;
    }

    #languages span { color: #be8b1f; }


    #languages a {
        text-transform: uppercase;
        color: #ffffff;
        text-decoration: none;
    }

    #languages a:hover {
        color: #be8b1f;
        text-decoration: underline;
    }

#searchbar {
    position: absolute;
    right: 50%;
    margin-right: -495px;
    top: 92px;
    text-align: right;
    width: 200px;
    height: 56px;
    background-color:#302b4a;
    padding:0px;
    }

    #searchbar form { display:inline; }

 
    #searchbar input {
        background-color: #5e5a72;
        color: #afadb8;
        height: 22px; /* 28 */
        width: 162px; /* 170 */
        border: 0px;
        margin:0px;
        padding:0px;
        float:right;
        text-align:right;
        padding-right: 8px;
        padding-top: 6px;
        }
        

    #searchbar input.submit {
            background-color:  #8F8C9C;
            color: #c7c6ce;
            width:30px;
            height: 28px;
            border: 0px;
            margin:0px;
            padding:0px;
            float:right;
            text-align: center;
            font-weight: normal;
        }
        

#infolista {
    height: 25px;
    line-height: 25px;
    padding-left: 170px;
    background-color: #ffffff;
    color: #181234;
    text-align:left;
    overflow: hidden;
    font-weight: bold;
    font-size: 11px;
}
    #infolista span {
        display: block;
        float: left;
        width: 10px;
        height: 10px;
        background-color: #181234;
        margin-top: 8px;
        margin-right: 9px;
        padding:0px;
        overflow: hidden;
        }

div#infolista div {
	position: relative;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

div#infolista ul {
	margin: 0px;
	padding: 0px;
}

div#infolista ul li {
	list-style-type: none;
	color: #181234;
}

/* RIGHT COL */

#rightCol {
    float: right;
    width: 200px;
    margin: 0px;
    margin-bottom: 26px;
}

#rightNews {
    margin:0px; padding: 0px;
    background-color: #302a49;
    padding-top: 26px;
    padding-bottom: 13px;
    text-align: left;
}

    #rightNews a { color: #fbb718; text-decoration: underline; }
    #rightNews a:hover { background-color: #59546e; }
    #rightNews a img { border: 0px; }
    #rightNews a.topUpGallery { background-color: #302A49; }


    #rightNews hr {
        width: 25px;
        border: 0px;
        height: 1px;
        background-color: #9895a4;
        margin-left: 10px;
        text-align: left;
    }

    .rightNewsItem {
        margin: 0px 9px 0px 9px;
        text-align: left;
        }

            .rightNewsItem h3 {
                font-size: 10pt;
                text-transform: uppercase;
                color: #fbb718;
                margin: 0px;
                }

             .rightNewsItem p {
                margin: 0px;
                margin-top: 6px;
                line-height: 18px;
                }

             .rightNewsItem u {
                text-decoration: none;
                color: #fbb718;
                background-color: #59546e;
                padding-left: 2px;
                padding-right: 2px;
                }
                
              .rightNewsItem img {
                border: 0px;
                }

.ico {
    display: block;
    margin-top: 23px;
    }
        .ico img { border: 0px; }


/* MENU */
#menu {
    float: left;
    width: 170px;
    padding-top: 26px;
}

    .mainMenu {
        /*display: block;*/
        height: 19px;
        line-height: 19px;
        margin-top: 0px;
        margin-bottom: 12px;
        text-align: left;
        height: 19px;
        line-height: 19px;
        font-weight: bold;
    }

    .mainMenu a {
        font-size: 12px;
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 3px;
        padding-bottom: 4px;
        background-color: #ffffff;
        color: #181234;
        text-transform: uppercase;
        text-decoration: none;
        margin: 0px;
    }

    .mainMenu a:hover {
        color: #ffffff;
        background-color: #5e5a71;
        }

     .mainMenu .activeMenu {
        color: #ffffff;
        background-color: #5e5a71;
     }

.subMenu {
    margin-left: 13px;
    font-family: "Verdana";
    text-align: left;
    line-height: 18px;
    margin-bottom: 12px;
}

    .subMenu a {
        display: block;
        color: #ffffff;
        text-decoration: none;
     }

     .subMenu a:hover {
        color:#fbb718;
        text-decoration: underline;
     }


        .subMenu a.subMenuActive {
        /*
            color:#fbb718;
            text-decoration: underline;
        */
            color:#ffffff;
            text-decoration: none;
            font-weight: bold;
        }




/* CONTENT */
#content {
    width: 595px;
    padding-right: 25px;
    float: left;
    text-align: left;
    margin-bottom: 26px;
    }

    #flash {
        width: 595px;
        height: 300px;
        margin-top: 26px;
        margin-bottom: 26px;
        }


.newsItem {
    height: 126px;
    overflow: hidden;
    padding-left: 18px;
    margin-bottom: 2px;
    font-size: 10pt;
    line-height: 18px;
}

    .nizka { height: auto; /*margin-bottom: 16px;*/ padding-bottom: 16px; }
    .nizka p { /*padding-bottom: 16px;*/ }

    .newsItem h2 {

        font-size: 10pt;
        margin: 0px;
        text-transform: uppercase;
        margin-top: 10px;
        }

        .newsItem h2 a {
            color: #fbb718;
            text-decoration: none;
            }

        .newsItem h2 a:hover { text-decoration: underline; }


    .newsItem p {
        margin: 0px;
        padding-right: 18px;
    }

    .newsItem u {
                text-decoration: none;
                color: #fbb718;
                background-color: #59546e;
                padding-left: 2px;
                padding-right: 2px;
                }

    .newsItem .newsPic {
        border: 0px;
        float: right;
        height: 126px;
        border-left: 2px solid #181234;
        margin-left:26px;
    }

    .newsPic img { width: 181px; height: 126px; border: 0px; }    


.odd {
    background-color: #302a49;
    }

.even {
    background-color: transparent;
    }


h1 {
    color: #fbb718;
    font-size: 11pt;
    text-transform: uppercase;
    /*background: url('../grafika/h1-bullet.gif') left top no-repeat;*/
    background-image: url('../grafika/h1-bullet.gif');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left:20px;
    padding-top: 10px;
}

    h1 a.fright {
        color: #fbb718;
        font-size: 9pt;
        text-decoration: none;
        padding-left: 2px;
        padding-right: 2px;
        }
        
    h1 a.fright:hover {
        background-color: #59546e;
        text-decoration: underline; 
        }

h2 {
    color: #ffffff;
    font-size: 11pt;
    text-transform: uppercase;
    }
    
.obsah h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 9pt;
    }    

#content li {
    list-style-type: square;
    }
    

.obsah a {
        text-decoration: underline;
        color: #fbb718;
        /*background-color: #59546e;*/
        padding-left: 2px;
        padding-right: 2px;
        }

.obsah a:hover {
        background-color: #59546e;
        }


.firstPic {
    float: right;
    border: 0px;
    }

.galPic {
    border: 0px;
    margin-left: 0px;
    margin-right: 21px;
    margin-bottom: 27px;
    }

.noRightMargin {
    margin-right: 0px;
    margin-left: 1px;
    }

a.topUpGallery { color: inherit; }
a.topUpGallery:hover { background-color: transparent; border:0px; }
a.topUpgallery img { border: 0px; }


div.photogalBlock {
    display: block;
    float: left;
    width: 180px;
    height: 125px;
    overflow: hidden;
    margin-right: 21px;
    margin-bottom: 27px;
    text-align:left;
}

	div.photogalListBlock {
	    display: block;
	    float: left;
	    width: 180px;
	    margin-right: 21px;
	    margin-bottom: 27px;
	    text-align:center;       
	}
	
		.photogalListBlock a.imgBlock {
		    display: block;
		    width: 180px;
		    height: 125px;
		    background-color: #302A48;
		    padding: 0px;
		    margin: 0px;
		    text-align: center;
		    text-decoration: none;
		}
		
		.photogalListBlock a.imgBlock:hover {
		    background-color: #302A48;
		}
		
		
		.photogalListBlock a.imgBlock img {
		    border: 0px;
		    height: 125px;
		    padding: 0px;
		    margin: 0px;
		    }	

div.noRightMargin {
    margin-right: 0px;
    margin-left: 1px;
}

a.topUpPhotogallery {
    display: block;
    width: 180px;
    height: 125px;
    background-color: #302A48;
    padding: 0px;
    margin: 0px;
    text-align: center;
    text-decoration: none;
}

a.topUpPhotogallery:hover {
    background-color: #302A48;
}


a.topUpPhotogallery img {
    border: 0px;
    height: 125px;
    padding: 0px;
    margin: 0px;
    }

a.topUpSerie { padding:0px; } a.topUpSerie img { padding: 0px; }




h4 {
    padding-left: 20px;
    background-color: #302a49;
    height: 26px;
    line-height: 26px;
    color: #fbb718;
    margin-bottom: 15px;
    margin-top: 40px;
}

table.listNews {
    width: 100%;
    }

.listNews tr {
    height: 25px;
}

.listNews td {
    padding-left: 20px;
    border-bottom: 1px solid #8c899a;
    }

.listNews td a {
    color: #ffffff;
    text-decoration: none;
    }

    .listNews td a:hover { color: #59546e; text-decoration: underline; background-color: transparent; }

    .listNews td.datum { text-align: right; width: 80px; }








#reg_form input { width:240px;}

input.submit, input.bg, button.submit {
    background-color:  #fbb718;
    color: #08336F !important;
    width: 100px;
    height: 20px;
    margin-right: 5px;
    /*font-weight: bold;*/
    font-family: "Tahoma";
    font-size:10px;
    line-height: 12px;
    text-transform: uppercase;
    cursor: pointer;
    border:1px solid #08336F;
}


.mt10 {
    margin-top: 10px;
}

.mt16 { margin-top:16px; }

.mt4 { margin-top:3px;}

.pl26
{
    padding-left:26px;
}

.pl8
{
    padding-left:8px;
}

.half_l input   {
    margin-right: 10px;
}
.half_l input.dark, div.half_r input.dark   {
    border: 1px solid #024A7B;
}

.half_l input, .half_r input    {
    font-size:10px;
    color:#083e88;
    height: 16px;
    width: 98%;
    background-color:#f7e192;
    border:1px solid #efc327;
}



.wdth20 { width:20px; }
.wdth40 { width:40px; }
.wdth120 { width:120px; }
.wdth250 { width:250px; }

.h16 { height:16px; }



input.input1
{
    font-size:10px;    
    height: 16px;
    /*
    color:#083e88;
    background-color:#f7e192;
    border:1px solid #efc327;
    */

    background-color: #59546E;
    color: #ffffff;
    border: 1px solid #59556D;    
}




div.smcont {
    padding: 0 20px 0 20px;
    clear: both;
}

div.whole {
    width: 595px;
    padding-top: 10px;
    float: left;
}

div.half {
    width: 290px;
    padding: 10px 0 0 0;
    float: left;
}

div.half_l {
    width: 280px;
    padding: 2px 10px 0 0;
    float: left;
}

div.half_l_small {
    width: 260px;
    padding: 2px 10px 0 0;
    float: left;
}

div.half_r {
    width: 280px;
    padding: 2px 0 0 10px;
    float: left;
}

div.half_r_small {
    width: 260px;
    padding: 2px 0 0 10px;
    float: left;
}

div.quarter {
    width: 140px;
    padding-top: 10px;
    float: left;
}

div.whole strong, div.half strong, div.half_l strong, div.half_r strong, div.quarter strong {
    color: #ffffff;
    /*text-transform: uppercase;*/
    line-height: 12px;
    margin-bottom: 3px;
}


/* ENTRY FORM */

div#eform input, div#jury input {
    font-size: 10px;
    margin-top:2px;
}

div#eform textarea, div#eform textarea.whtext {
    font-family:"Verdana";
    font-size: 10px;
}

div#eform div.half_l, div#eform div.half_r {
    margin-bottom: 10px;
}

div#eform div.mbem, div#jury div.mbem {
    margin-bottom: 10px;
}

div#eform .input2, div#eform .input3, div#eform .whtext, div#eform .halftext, div#jury input {
    background-color: #59546E;
    color: #ffffff;
    border: 1px solid #59556D;
}

div#eform .whtext {
    width: 590px;
    height: 100px;
}

div#eform div.third {
    width: 188px;
    float: left;
}

div#eform div.third2 {
    width: 188px;
    margin: 0px 15px 0px 15px;
    float: left;
}

div#eform div.third input, div#eform div.third2 input {
    width: 188px;
    height: 16px;
}

div#eform .halftext, div#jury textarea {
    width: 274px;
}

div#eform .eformheader {
    font-weight: bold;
    font-family:"Verdana";
    text-transform: uppercase;
    color: #fbb718;
    background-color: #302A49;
    padding: 3px;
    margin-top: 4em;
    margin-bottom: 1em;
}

div#eform .box3 {
    border: none;
}

div#eform .chbox, div#jury .chbox {
    width: auto;
    height: auto;
}

.c {
    text-transform: uppercase;
}


input.button, div#jury input.button
{
        border:1px solid #08336F;
        cursor: pointer;
        background-color: #FFBB44;
        color: #08336F !important;
        width: 100px;
        height: 20px;
        text-transform: uppercase;        
}


.halfDiskuze {
    /*width: 280px;*/
    width: 260px;
    height: 358px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #46415d;
    }


.email, .n_o { text-decoration: underline; color: #fbb718; padding-left:2px; padding-right: 2px; }
a.email:hover, .n_o:hover { background-color: #59546e; }

a.over {color: #fbb718;  text-decoration: underline; padding-left:2px; padding-right: 2px; }
a.over:hover { background-color: #59546e; }



.trailerPic {
    border: 0px;   
    margin: 0px;
    padding: 0px;     
}
.trailerPic img { width: 380px; border: 0px;  } /* height: 385px; */
.obsah .trailerPic a:hover { background-color: transparent; }
    
.bannerPodFlashem { 
    margin-top: 0px;
    margin-bottom: 26px;
    }
