
    @charset "utf-8"
    body {font: 12px, Times New Roman, fantasy, sans-serif;
	      background-image: url(uprava/bg_body.jpg);
          text-align: center;}

    #container {width: 1200px;         /*hlavná časť*/
                background: #0066FF;
                height: 800px;
                text-align: left;
                margin: auto;
                border: 0px;}

    #hlavicka {background-color: #3300FF;
               background-position: center;
               height: 120px;
               width: 1200px;
               border-bottom: 0px  #000 solid;}

    a {text-decoration: none;
       color: white;}

    a:visited {text-decoration: none;
               color: white;}

    #menu {float: left;
           width: 160px;
           position: static;}

    #navigation {margin-top: 150px;    /*menu*/
                 width: 150px;
                 padding: 5px;
                 font-size: 12px;}

    #navigation ul {margin: 0px;
                    padding: 0px;
                    background-color: #0B9FF0;}

    #navigation ul li {height: 25px;
                       line-height: 25px;
                       list-style: none;
                       padding-left: 10px;
                       color: #FFF;
                       border-top:  #fff solid;
                       border-bottom:  #fff solid;
                       border-width: 1px;
                       cursor: pointer;}

    #navigation ul li:hover {background-color: #0000CC;
                             position: relative;}

    #navigation ul ul { display: none;
                        position: absolute;
                        left: 75px;
                        top: 5px;
                        border: #fff solid;
                        border-width: 1px;
                        background-color: #0B9FF0;}

    #navigation ul li:hover ul {display: block;}

    #navigation ul ul li {border: none;
                          width: 150px;
                          float: left;
                          display: inline;}

    #navigation ul ul li:hover {text-decoration: underline;
                                border: none;}

    #obsah {height: 660px;
            width: 860px;
            margin: 0px;
            padding: 10px;
            overflow: auto;
            background-color: #CCFFFF;}

    #stlpec-sponzori {float: right;
                      background-color: #FFFFFF;
                      width: 160px;
                      height: 680px;
                      text-align: center;}

    #pata {background-color: #0033FF;
           height: 30px;}

    #autor {color: white;
            text-align: center;}

    #aktualizacia {color: white;
                   text-align: center;}