/* ---------------- GENERAL STYLES ---------------- */

body{
    background: #c4c1c0;
    margin:0px;
    padding:0px;
    font-family:  Calibri, "Courier New Regular";
    font-size: 0.8em;
    text-align:center;
}

h1, h2{
    font-size:1.9em;
    margin:0px;
    padding:2px 0px;
    color: #000066;
}

p{
    margin:0px;
    padding:2px 0px;
}

a{
    color:#020A9B;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

img{
    border:none;
}

.black, .black2{
    color:#000000;
}

.blue{
    color:#020a9b;
}

.green{
    color:#015600;
}

.light_green{
    color:#249302;
}

.purple{
    color:#75017f;
}

.cleaner{
    clear:both;
}

#page{
    width:990px;
    margin-left:auto;
    margin-right:auto;
    background:url(../img/page_body.jpg);
    background-repeat:repeat-y;
    text-align:left;
}

#page_header{
    background:url(../img/page_head.jpg);
    background-repeat:no-repeat;
}

/***** HLAVICKA *****/
#header{
    height:100px;
    position: relative;
}

#logo {
    position: absolute;
    top:27px;
    left:18px;
}

#navigation {
    position: absolute;
    top: 95px;
    left: 255px;
}

#flash_switch {
    position: absolute;
    top: 26px;
    right: 45px;
}

#body{
    min-height:700px;
    padding:10px 20px;
}

#body.full{
    padding:0px 10px;
}

#left_bar{
    width:230px;
    float:left;
}

#content{
    float:left;
    width:690px;
    padding:0px 5px;
    overflow:hidden;
    margin-top:10px;
    font-size: 15px;
}

#content h1 {
    font-size: 26px;
}


#content h1.doc_title {
    color: #555555;
}

#content h2 {
    font-size: 20px;
    margin-top: 20px;
    color: #555555;
}

#content h2 a {
    color: #555555;
}

#content a.more {
    color: #993333;
}

#content img.ilustrat {
    float: right;
    margin: 0px 0px 4px 4px;
    border: 3px #555555 solid;
}

#content table td {
    background: url(../img/menu_ul.png);
    padding:5px;
    color: #000066;
}

#content table th {
    background: url(../img/menu_ul1.png);
    padding:5px;
    color: #000066;
}

#content #photogallery {
    margin-top: 30px;
}

#content #photogallery .photo_box {
    float: left;
    margin: 0px 4px 3px 0px;
    width: 110px;
}

/***** HLAVNE MENU *****/

#main_menu{
    position:absolute;
    top:28px;
    left: 100px;
}

#main_menu a {
    display: block;
    float: left;
    height: 63px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#main_menu a.active {
    background-position: 0 -63px;
}

#main_menu a:hover {
    background-position: 0 -126px;
}

#main_menu a#menu6 {
    width: 144px;
    background-image: url(../img/menu6.png);
}

#main_menu a#menu2 {
    width: 127px;
    background-image: url(../img/menu2.png);
}

#main_menu a#menu1 {
    width: 149px;
    background-image: url(../img/menu1.png);
}

#main_menu a#menu3 {
    width: 160px;
    background-image: url(../img/menu3.png);
}

#main_menu a#menu4 {
    width: 158px;
    background-image: url(../img/menu4.png);
}

#main_menu a#menu5 {
    width: 124px;
    background-image: url(../img/menu5.png);
}

#main_menu2{
    position:absolute;
    top:20px;
    left: 30px;
}

/***** LAVE MENU *****/

#menu_tree, #menu_tree ul {
    list-style: none;
    padding: 0px;
    font-size:16px;
    margin: 0px;
}

#menu_tree a, #menu_tree ul a {
    color: #000066;
}

#menu_tree a.active, #menu_tree ul a.active {
    background: url(../img/menu_ul.png);
}

#menu_tree a:hover, #menu_tree ul a:hover {
    background: url(../img/menu_ul.png);
}

#menu_tree ul.into_1 {
    padding-left: 10px;
}

#menu_tree ul.into_1 a {
    color: #000033;
    background: url(../img/menu_ul1.png);
}

#menu_tree ul.into_2 a {
    color: #000033;
    background: url(../img/menu_ul2.png);
}

#menu_tree ul.into_2 {
    padding-left: 10px;
    color: #000033;
}

#menu_tree li a {
    display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    margin: 2px;
}

#menu_tree ul.into_1 li a {
    width: 190px;
}

#menu_tree ul.into_2 li a {
    width: 180px;
}





#left_bar #search_box {
    color: #000066;
    margin: 30px 10px;
    padding: 0px;
}

#left_bar #search_box h3 {
    color: #000066;
    margin: 0px;
    padding: 0px;
    margin-bottom:5px;
}

#left_bar #search_box input#text {
    color: #000066;
    margin: 5px 0;
    background: url(../img/menu_ul.png);
    border: 1px #9999CC solid;
    float: left;
}

#left_bar #search_box input#submit {
    background: url(../img/next.png) no-repeat scroll 0 0 transparent;
    border: none;
    height:33px;
    width:37px;
    cursor: pointer;
    float: left;
}


/*
#menu_tree{

}

#menu_tree,
#menu_tree ul{
    list-style:none;
    margin:0px;
    padding:0px;
}

#menu_tree li{
    position:relative;
    display:block;
    width:190px;
    height:30px;
    margin:0px;
    padding:0px;   
}

#menu_tree li a{
    display:block;
    width:180px;
    height:30px;
    line-height:30px;
    color:#000;
    padding-left:10px;
}

#menu_tree li.active{
    background:url(../img/white.png);
}


#menu_tree li li a:hover{
    background:url(../img/white.png);
}

#menu_tree ul.into_1{
    margin:0px;
    padding:0px;
    position:absolute;
    top:0px;
    left:190px;
}

#menu_tree ul.into_2{
    position:absolute;
    top:0px;
    left:199px;
}

#menu_tree ul.into_1 li a,
#menu_tree ul.into_2 li a{
    background:url(../img/white.png);
}

*/

/***** PATICKA *****/
#footer{
    position:relative;
    height:157px;
    background:url(../img/page_footer.jpg);
    background-repeat:no-repeat;   
}

#footer div.info {
    position:absolute;
    bottom:23px;
    left:30px;
    text-align:center;
    width:923px;
    cursor: pointer;
    font-size: 10px;
}

#footer a{
}

#footer #footer_text {
    background: url(../img/bg_win.png);
    color: white;
    font-size:16px;
    height:380px;
    margin-left:180px;
    padding:10px;
    position:absolute;
    width:600px;
    bottom: 30px;
    z-index: 20;
    display:none;
}

/****************************************************************************************/
/************************************* KALENDAR *****************************************/
/****************************************************************************************/

#calendar_header{
    position:relative;
    height:50px;
}

/** horizontalne menu **/
#calendar_header ul.menu{
    position:absolute;
    top:-5px;
    left:130px;
    list-style:none;
    margin:0px;
    padding:0px;
}

#calendar_header ul.menu li{
    display:block;
    float:left;
    margin:0px 5px;
    padding:0px;
}

#calendar_header ul.menu li a{
    display:block;
    padding-left:5px;
}

#calendar_header ul.menu li a.black{
    width:105px;
}

#calendar_header ul.menu li a.black2{
    width:65px;
}

#calendar_header ul.menu li a.purple{
    width:100px;
}

#calendar_header ul.menu li a.blue{
    width:110px;
}

#calendar_header ul.menu li a.green{
    width:140px;
}

#calendar_header ul.menu li a.light_green{
    width:120px;
}

#calendar_header ul.html_menu {
    left:108px;
}

#calendar_header ul.html_menu li a.purple{
    width:113px;
}

#calendar_header ul.html_menu li a.blue{
    width:145px;
}

#calendar_header ul.html_menu li a.light_green{
    width:140px;
}

#calendar_header ul.menu li.active{
    background:url(../img/white.png);
}


/** prepinanie menu **/
#calendar_header ul.select_menu{
    position:absolute;
    top:20px;
    left:20px;
    list-style:none;
    margin:0px;
    padding:0px;
}

#calendar_header ul.select_menu li{
    display:block;
    float:left;
}

#calendar_header ul.select_menu li.name{
    color:#c94543;
    font-size:1.3em;
    font-weight:bold;
    line-height:30px;
    text-align:center;
}

/** menu na typ zobrazenia **/
#calendar_header ul.view_type_menu{
    position:absolute;
    top:8px;
    right:16px;
    list-style:none;
    margin:0px;
    padding:0px;
    z-index: 100;
}

#calendar_header ul.view_type_menu li{
    display:block;
    line-height:20px;
    padding:0px 5px;
}

#calendar_header ul.view_type_menu li a{
    color:#000;
}

#calendar_header ul.view_type_menu li.active{
    background:url(../img/white.png);   
}

#calendar_time_text {
    position:absolute;
    margin-left: 12px;
    margin-top: 30px;
}

#calendar_time_text div {
    background-repeat: no-repeat;
    background-position: 0 11px;
    width: 9px;
    height: 107px;
}

#calendar_time_text1 {
    background-image: url(../img/cal_time_1.png);
}
#calendar_time_text2 {
    background-image: url(../img/cal_time_2.png);
}
#calendar_time_text3 {
    background-image: url(../img/cal_time_3.png);
}
#calendar_time_text4 {
    background-image: url(../img/cal_time_4.png);
}
#calendar_time_text5 {
    background-image: url(../img/cal_time_5.png);
}
#calendar_time_text6 {
    background-image: url(../img/cal_time_6.png);
}

/** telo kalendara **/
#calendar_body{
    position:relative;
    width:950px;
    padding:12px 0px 0px 19px;
    margin:0px;
    background:url(../img/table_bck.png);
    background-repeat:no-repeat;
    /*
    filter:alpha(opacity=70);
    opacity:0.7;
    */
}

#calendar_body table{
    position:relative;
    border-collapse:collapse;
    margin-bottom:25px;
}

/* bunka v tabulke */
#calendar_body table td{
    display:inline-block;
    position:relative;
    width:128px;
    height:104px;
}

#calendar_body table th{
    display:inline-block;
    position:relative;
    width:128px;
    height:16px;
    text-align:left;
    padding:2px;
}

#calendar_body table th span {
    color: #C94543;
    font-weight: bold;
    font-size: 16px;
    line-height: 14px;
    margin-left: 52px;
}



#calendar_body table td span.date{
    position:absolute;
    top:2px;
    left:5px;
    display:block;   
    background:#e84904;
    padding:1px 5px;
    filter:alpha(opacity=70);
    opacity:0.7;
    color:#fff;
}

#calendar_body table td span.block{
    display:block;
    position:absolute;
    top:22px;
    left:6px;
    width:120px;
    height:70px;
    z-index:10;
    overflow: auto;
}

#calendar_body table td span.block span{
    display:block;
    font-size:12px;
}

/** OKNO PRE ZOBRAZENIE UDALOSTI **/
#action_window{
    position:absolute;
    display:none;
    top:10px;
    left:10px;
    width:260px;
    background:url(../img/white.png);
    z-index:1000;
    padding:20px;
}

#action_window table{
    font-size:12px;
}

#action_window table th,
#action_window table td{
    display:inline;
    height:auto;
}

#action_window table th{
    width:100px;
    padding:0px 5px;
}

#action_window table td{
    width:160px;
    padding:0px 5px;
}


table.action_list{
    width:920px;
    background:url(../img/table_list_bck.png);
    background-position:5px 4px;
    background-repeat:no-repeat;
}

table.action_list td{
    height:24px;
}

table.action_list td.date{
    width:130px;
    text-align:center;
}

table.action_list td.time{
    width:140px;
    text-align:center;
}

table.action_list td.name{
    width:190px;
}

table.action_list td.description{
    width:250px;
}


