/* CSS Document */

.clear {
    clear: both;
    border: none;
    height: 0;
}

.FL {
    position: relative;
    float: left;
}

.FR {
    position: relative;
    float: right;
}

.oddelovac-vrch {
    background: url(../images/site/vertikalny_oddelovac_vrchny.gif) no-repeat center center;
    margin: 0 5px;
}
.oddelovac-spodok {
    background: url(../images/site/vertikalny_oddelovac_spodny.gif) no-repeat center center;
    margin: 0 5px;
}

/*  WRAPPERS */
#page {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* pre obalenie celeho obsahu nad a pod headerom, oba osobitne */
.content-wrapper {
    position: relative;
    width: 790px;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid green;*/
}

#top {
    width: 100%; height: 100px;
    background: #040642 url('../images/site/top_bg.gif') repeat-x left top;
    z-index: 1;
}
#top-center {
    position: relative;
    background: url('../images/site/top.png') no-repeat left top;
    width: 790px; height: 100px;
    margin: 0 auto;
    z-index: 2;
}

#logo {
    float: left;
    background: url('../images/site/logo.gif') no-repeat left top;
    width: 129px; height: 73px;
    margin: 10px 0 0 20px;
}

#top-nav {
    float: right;
    margin: 40px 0 0 0;
}
#top-nav ul, #top-nav li {margin: 0; padding: 0; list-style: none; background: none;}
#top-nav li {
    display: inline;
}
#top-nav li a {
    float: left;
    display: block;
    margin-left: 20px;
    padding: 2px 2px 2px 16px;
    color: #fffefc;
    text-transform: lowercase;
    text-decoration: none;
}
#top-nav li a:hover, #top-nav li a.active {
    color: #fe0041;
    background: url('../images/site/top_red_arrow24.png') no-repeat left 50%; /* 12x10 */
    text-decoration: none;
}


#header {
    width: 100%; height: 240px;
    background: url('../images/site/header_bg.gif') repeat-x left top;
    z-index: 1;
}
#header-center {
    position: relative;
    background: url('../images/site/header.jpg') no-repeat left top;
    width: 790px; height: 240px;
    margin: 0 auto;
    z-index: 2;
}



#main-content {
    position: relative;
    width: 1153px;
    margin: 0 auto;
    border-top: 1px solid #fff;
    /*border: 1px solid red;*/

    /*height: 1px; line-height: 1px;*/
    
    /*border: 1px solid red;*/
    /*height: 0px; padding: 0px;*/
}

#main-top {
    background: url('../images/site/main_top.png') no-repeat left top;
    width: 1153px; height: 288px;
    position: absolute;
    top: -1px; left: 1px; /* top -1px kvoli: #main-content border-top: 1px solid #fff; */
    margin: 0 auto;
}

#main-bottom {
    background: url('../images/site/main_bottom.jpg') no-repeat left top;
    width: 1153px; height: 180px;
    
    /*
    position: relative;
    top: 0px; left: 1px;*/ /* top -1px kvoli: #main-content border-top: 1px solid #fff; */
    margin: 0 auto;

    position: absolute; top: -80px; z-index: 0;
    /*border: 1px solid red;*/
}

#main-content-padding { padding: 10px 50px 0 50px; }
#main-content-padding { min-height: 350px; } /* aby sa neprekryli obrazky: main_top.png s main_bottom.jpg */
* html #main-content-padding { height: 350px; } /* min-height Internet Explorer 6 :hack: */

#bottom-contact {
    position: absolute;
    color: #080808;
    top: 65px; left: 57px;
}
#bottom-contact a,
#bottom-contact a:link,
#bottom-contact a:visited, 
#bottom-contact a:hover,
#bottom-contact a:active
{color: #080808; text-decoration: underline;}

/*============================================================================*/

#footer {
    background: url('../images/site/footer_bg.png') repeat-x left top;
    width: 100%; height: 133px;
    z-index: 0;
    margin-top: 63px;
    color: #646363;
    font-weight: 100;
}

#footer-text {
    position: relative; top: 44px;
    width: 790px;
    margin: 0 auto;
}

#f-left {
    float: left;
    margin-left: 5px;
}
#f-left a {color: #646363; text-decoration: none;}
#f-left a:hover {color: #646363; padding-bottom: 1px; border-bottom: 1px dotted #626262;}

#f-right {
    float: right;
    margin-right: 5px;
    color: #fff;
}

#f-right a {color: #fff; text-decoration: none;}
#f-right a:hover {color: #fff; text-decoration: underline;}

/*============================================================================*/
/* Sitemap */

/* Using images with lists clanok: http://css.maxdesign.com.au/listutorial/master.htm */
#sitemap {color: #000;}
#sitemap ul,
#sitemap li
{
    margin: 6px 0; padding: 0;
}
#sitemap ul {
    margin-left: 40px;
}
#sitemap li {
    list-style-type: none;
    margin: 0;
    position: relative;
    background: url(../images/site/li.png) no-repeat left 8px;
    padding: 2px 0 2px 15px;
    font-weight: bold;
}
#sitemap li a {
    color: #000;
}
h1.sitemap {
    /*margin-top: 25px;*/
}

/*============================================================================*/
/* Main Horizontal Menu */

#menu-container {
    width: 100%; height: 59px;
    background: url('../images/site/menu_bg.gif') repeat-x left top;
    z-index: 1;
}

#menu {
    margin: 0 auto;
    position: relative;
    background: url('../images/site/menu_container.png') no-repeat left top;
    width: 790px; height: 59px;
    z-index: 2;
}

#menu ul,
#menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}
#menu ul {margin: 0 auto;}
#menu li {
    float: left;
    width: 197px;
    /*border: 1px solid red;*/
}
#menu a {
    position: relative;

    display: block;
    height: 1%; /* make links honour display: block; properly */

    margin: 0;
    padding: 0;
    
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: bolder;

    vertical-align: middle;
    height: 59px;
    line-height: 59px;
    
    /*border: 1px solid red;*/
    /*margin-bottom: -1px;*/ /* aby sa odstranil dvojity border, tam kde sa dotykaju obrazky */
}
#menu a.twolines {line-height: 16px; height: 46px; padding-top: 13px;}

#menu a:hover {text-decoration: none;}

#menu a.mp:hover, #menu a.mp.active {color: #ff79c0;}
#menu a.rr:hover, #menu a.rr.active {color: #bd50ff;}
#menu a.ma:hover, #menu a.ma.active {color: #00c8de;}
#menu a.fu:hover, #menu a.fu.active {color: #ff7e00;}

/*============================================================================*/

#vyber-jazyka-podstranky-z-menu,
#vyber-jazyka-aktuality-podstranka,
#vyber-jazyka-akcie-podstranka
{
}

/* Pouzivane priamo v niektorych triedach v adresari /library/ */
#vyber-jazyka-podstranky-z-menu a,
#vyber-jazyka-aktuality-podstranka a,
#vyber-jazyka-akcie-podstranka a
{
    text-decoration: none;
    margin: 1px;
    padding: 3px;
}
#vyber-jazyka-podstranky-z-menu a:hover,
#vyber-jazyka-aktuality-podstranka a:hover,
#vyber-jazyka-akcie-podstranka a:hover
{
    /*
    background-color: #a0c91a;
    color: #000;
    font-weight: bold;
    */
}
#vyber-jazyka-podstranky-z-menu a.active,
#vyber-jazyka-aktuality-podstranka a.active,
#vyber-jazyka-akcie-podstranka a.active
{
    background: rgb(17,88,150);
    color: rgb(255,255,255);
    font-weight: bold;
}

/*============================================================================*/
                                /* ADMIN MENU */

ul#admin-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#admin-menu li {
    list-style: none;
    position: relative;
    display: inline;
    background: none;
    margin: 0;
    padding: 2px;
}

/*============================================================================*/

/* Novinky */
.pridat-novinku a {
    font-size: 14px;
    font-weight: bold;
    color: rgb(17,88,150);
}

/* Akcie */
.pridat-akciu a {
    font-size: 14px;
    font-weight: bold;
    color: rgb(17,88,150);
}

/*============================================================================*/

