
body{
    background:#ffffff;
    padding:0px;
    margin:0px;
    font-family:verdana,arial,sans-serif;
    font-size:0.8em;
    color:#090909;
}

a{
    color:#090909;
}

#header a, #left_bar a {
    text-decoration:none;
}

a:hover{
    color:#002F55;
}

#page{

}


#h_p_document{
    position:absolute;
    top:120px;
    left:100px;
    z-index:1000;
    background:#fff;
    border:4px #b42835 solid;
    padding:50px 100px;
    width:850px;
}

#h_p_document h2.label{
    color:#b42835;
}

#h_p_document a.button{
    background:#b42835;
    color:#fff;
    font-weight:bold;
    display:block;
    padding:3px 8px;
    width:80px;
    text-align:center;
}

div.cleaner{
    clear:both;
}

/********************************************************************/
/**************************** HLAVICKA ******************************/
#header{
    position:relative;
    background:url('../img/header_main_bck.jpg');
    background-repeat:repeat-x;
    width:100%;
    height:192px;
}

#header div.left_bck{
    position:absolute;
    top:0px;
    left:0px;
    background:url('../img/header_left_bck.jpg');
    background-position:left top;
    background-repeat:no-repeat;
    width:100%;
    height:100%;
}

#header div.right_bck{
    position:absolute;
    top:0px;
    left:0px;
    background:url('../img/header_right_bck.jpg');
    background-position:right top;
    background-repeat:no-repeat;
    width:100%;
    height:100%;
}

#header div.logo{
    position:absolute;
    top:30px;
    left:350px;
    background:url('../img/header_logo.png');
    background-repeat:no-repeat;
    width:480px;
    height:100px;
}

/** navigacna lista **/
#navig_bar{
    position:absolute;
    top:170px;
    left:30px;
}

#navig_bar ul{
    margin:0px;
    padding:0px;
    list-style:none;
}

#navig_bar ul li{
    float:left;
    font-weight:bold;    
}

#navig_bar ul li a:hover{
    text-decoration:underline;
}

#navig_bar ul li.level_0 a{
    color:#002F55;
}

#navig_bar ul li.level_1,
#navig_bar ul li.level_2,
#navig_bar ul li.level_3{
    font-size:0.8em;
    padding:2px;
}

#navig_bar ul li a{
    padding:3px;
}

/************* MENU BAR **************/

/**** FULLTEXT ***/
#fulltext_search{
    text-align:left;
    padding:5px 10px 8px 10px;
    color:#fff;
}

#fulltext_search form{
    margin:0px;
    padding:0px;
}

#fulltext_search input.required{
    border-color:#707070;
    border-style:solid;
    border-width:1px;
    margin:0px;
    padding:0px;
    width:175px;
}

#fulltext_search input.error{
    background:#f1c9d0;
}

#fulltext_search span.error{
    display:none;
}

#fulltext_search input.button{
    text-transform:uppercase;
    font-size:0.8em;
    color:#fff;
    border:none;
    background:#002f55;
    text-align:center;
    width:175px;
}

/** LANG BAR **/
#language_bar{
    position:absolute;
    top:166px;
    right:0px;
    margin:0px;
    padding:0px;
    list-style:none;
}

#language_bar li{
    float:left;
}

#language_bar li a{
    text-transform:uppercase;
    font-weight:bold;
    padding-right:40px;
    color:#fff;
}


/********************************************************************/
/**************************** TELO STRANKY **************************/

#page_body_header{
    width:100%;
    background:url('../img/shadow_line.gif');
    background-repeat:repeat-x;
}

#page_body_header div.left{
    background:url('../img/column_header_bck.gif');
    background-repeat:no-repeat;
    background-position:left top;
    margin-left:5px;
}

#page_body_header div.left div.right{
    height:10px;
    background:url('../img/column_header_bck.gif');
    background-repeat:no-repeat;
    background-position:right top;
    margin-right:5px;
    font-size:0px;
}

/** MAIN **/
#page_body{
    position:relative;
    padding:0px;
    margin:0px;
    padding:0px 5px;
}

#page_body div.left{
    width:100%;
    background:url('../img/column_bck.gif');
    background-repeat:repeat-y;
    background-position:left top;
}

#page_body div.right{
    width:100%;
    background:url('../img/column_bck.gif');
    background-repeat:repeat-y;
    background-position:right top;
}

/** BODY FOOTER **/
#page_body_footer{
    width:100%;
}

#page_body_footer div.left{
    background:url('../img/column_footer_bck.gif');
    background-repeat:repeat-y;
    background-position:left top;
    margin-left:5px;
}

#page_body_footer div.left div.right{
    height:10px;
    background:url('../img/column_footer_bck.gif');
    background-repeat:repeat-y;
    background-position:right top;
    margin-right:5px;
}


/*** OBSAH STRANKY ***/
#content{
    padding:20px 240px 20px 240px;
    min-height:500px;
    _height:500px;
}

/*** LAVY STLPEC ***/
#left_bar{
    position:absolute;
    top:10px;
    left:12px;
    width:200px;
}

/*** PRAVY STLPEC ***/
#right_bar{
    position:absolute;
    top:10px;
    right:12px;
    width:200px;
}

/**** SELECT OJ ****/
#box_select_oj, #form_select_oj, #form_select_ob_combox {
    display: none;
}

#form_select_ob_combox{
    text-align:center;
    margin-bottom:15px;
}

#form_change_oj{
    text-align:center;
    margin-bottom:15px;
}

#combox_select_oj, #button_change_oj {
    border-color:#707070;
    border-style:solid;
    border-width:1px;
    margin:0;
    padding:0;
    width:180px;
}


/*** BOXIK PRE BANNERY ***/
div.banner_box{
    margin-left:9px;
    margin-bottom:20px;
}

div.banner_box h2{
    font-size:1.0em;
    width:180px;
    height:24px;
    text-align:center;
    line-height:24px;
    border:1px #fff solid;
    margin-bottom:10px;
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
}

div.banner_box div.content{
    background-color:#FFFFFF;
    border-left:3px solid #404040;
    border-top:2px solid #404040;
    padding:10px;
    width:159px;
}

/***** nazev menu *****/
div#content h1{
    font-size: 16px;
    font-variant: small-caps;
    margin-top: 0px;
}

/***** BOCIK PRE CLANKY *****/
div.content_box{
    margin-bottom:10px;
    text-align:justify;
}

div.content_box h1,
div.content_box h2{
    font-size:1.0em;
    text-transform:uppercase;
    margin-top:0px;
    padding-top:0px;
    background:url('../img/title_bck2.jpg');
    background-repeat:repeat-y;
    line-height:26px;
    padding-left:10px;
    padding-right:120px;
    text-align:left;
}

div.content_box p.perex {
    font-weight:bold;
}

div.content_box a.more{
    text-decoration:underline;
    color:#002f55;
    font-weight:bold;
    font-size:0.9em;
}

div.content_box a.more:hover{
    text-decoration:none;
}

div.content_box img.thumb{
    float:left;
    margin:0px 10px 10px 0px;
    border: 2px black solid;
}

div.content_box img.thumbtransparent{
    float:left;
    margin:0px 10px 10px 0px;
    border: 2px white solid;
}


/* strankovanie */
div.pager{
    font-size:0.8em;
}

div.pager a{
    padding:0px 3px;
}

div.pager a.active{
    color:#002F55;
    font-weight:bold;
}

/********************************************************************/
/**************************** PATICKA *******************************/
#footer_body{
    background:#eceeed;

}

#footer{
    height:10px;
    background:url('../img/shadow_line.gif');
    background-repeat:repeat-x;
    padding: 10px 20px;
    font-size:0.8em;
}


/************************* PRVKY WEBU *******************************/
#protected_section{
    margin-bottom:10px;
    border:2px #002f55 solid;
    padding:10px;
}

#protected_section legend{
    background:#002f55;
    color:#ffffff;
    font-size:0.9em;
    padding:2px 5px;
}

#protected_section input.button{
    border:1px #959494 solid;
    background:#727272;
    color:#fff;
    padding:0px 8px;
}


/*********************** ANKETA *************************************/
#enquiry{
    border:1px #002F55 solid;
    margin:8px 8px 8px 9px;
    color:#000000;
    padding:0px;
}

#enquiry h2{
    margin:0px;
    font-size:1.1em;
    background:#002F55;
    color:#FFFFFF;
    padding:3px 10px;
}

#enquiry div.content{
    padding:10px;
}

#enquiry p{
    margin:0px;
    padding:3px 0px;
    font-size:0.8em;
}


#enquiry div.box{
    padding:3px 0px;
}

#enquiry div.option{
    font-size:0.8em;
}

#enquiry div.option a{
    color:#002F55;
    text-decoration:underline;
}

#enquiry div.result{
}

#enquiry div.result span.perc{
    color:#000000;
    font-size:0.8em;
}

#enquiry div.result div.line_back,
#enquiry div.result div.line_front{
    font-size:0px;
    line-height:0px;
    height:3px;
    width:150px;
    background:#fff;
}

#enquiry div.result div.line_front{
    background:#cf2031;
}

/*********************** FONT SIZE *************************************/
#fontsize {
    border:1px #002F55 solid;
    margin:8px 8px 8px 9px;
    padding:0px;
}

#fontsize h2.title{
    margin:0px;
    font-size:1.1em;
    background:#002F55;
    color:#FFFFFF;
    padding:3px 10px;
}

#fontsize div.box{
    text-align: center;
    padding:5px 0 2px 0;
}

#fontsize img {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

#fontsize img#fontsize2 {
    margin: 0px 9px;
}









/*********************** KALENDAR AKCII *************************************/
#action_calendar{
    border:1px #002F55 solid;
    margin:8px 8px 8px 9px;
    padding:0px 0px 5px 0px;
}

#action_calendar h2.title{
    margin:0px;
    font-size:1.1em;
    background:#002F55;
    color:#FFFFFF;
    padding:3px 10px;
}

#action_calendar div.box{
    padding:0px 10px;
}

#action_calendar div.box h2{
    font-size:0.8em;
    margin:0px;
}

#action_calendar div.box h2.date{
    padding:10px 0px 0px 0px;
}

#action_calendar div.box ul.action_list{
    margin:0px;
    padding:3px 13px;
}

#action_calendar div.box ul.action_list li{
    font-size:0.8em;
}

#action_calendar div.box ul.action_list li a{
    text-decoration:underline;
}

/******************* FOTOGALERIA ****************************/
#photogallery {
    float:left;
}

#photogallery div.photo{
    padding:10px;
    float:left;
    width:144px;
    overflow:hidden;
    height: 157px;
}


fieldset{

}

fieldset input.button{
    text-transform:uppercase;
    font-size:0.8em;
    color:#fff;
    border:none;
    background:#002f55;
    text-align:center;
}

fieldset input.required{
    border-color:#545454 #D9D9D9 #D9D9D9 #545454;
    border-style:solid;
    border-width:3px 2px 1px 3px;
    margin:0px;
    padding:0px;
    width:200px;
}


/********** mapa webu ************/
#web_map{
    padding:10px 0px;
}

#web_map ul li a{

}

#web_map ul li a:hover{
    color:#002F55;
    text-decoration:underline;
}

/*********** FORMULARE ************/
div.formular{

}

div.formular table{
    text-align:left;
}

div.formular table td,
div.formular table th{
    vertical-align:top;
}

div.formular table td input{
    border-color:#545454 #D9D9D9 #D9D9D9 #545454;
    border-style:solid;
    border-width:3px 2px 1px 3px;
    margin:0;
    padding:0;
    width:175px;
}

div.formular table td textarea{
    border-color:#545454 #D9D9D9 #D9D9D9 #545454;
    border-style:solid;
    border-width:3px 2px 1px 3px;
    margin:0;
    padding:0;
    width:370px;
    height:200px;
}

div.formular table td input.error,
div.formular table td textarea.error{
    background:#F1C9D0;
}

div.formular input.button{
    background:#002F55;
    color:#fff;
    border:none;
    font-size:0.9em;
    padding:1px 10px;
}

/***** FORMULARE VSCR ****/
#vscr_formular{
    
}

#vscr_formular table th{
    width:180px;
    font-weight:normal;
}
