/* nastavenie vlastností celej stránky */

body { color:green; background-color:white; text-align: center;
     font-family:Arial,sans-serif }

/* nastavenie vlastností centrovania */

#center { width: 760px; position: relative; text-align: center; margin: auto }


/* nastavenie vlastností hlavnej časti stránky */

#hlavna  { position: absolute; width: 760px; top: 140px; left: 0px;
         font-family:Times New Roman,serif; text-align:justify }
#hlavna table {border-width: 1px; border-left-style: solid; border-right-style:                solid; border-top-style: none; border-bottom-style: none;                       border-collapse: collapse; border-color: green;}

a:link { font-size: x-small; color: green; }
a:visited { font-size: x-small; color: green; }
a:hover { font-size: x-small; color: green; }

#pata { font-family:Times New Roman,serif; font-size:x-small; color: green; text-align:left }
#pata table { border-width: 0px; width: 756; }

.pismo-tab { font-family:Times New Roman,serif; font-size:x-small; color: green; }
.poznamka { font-size:xx-small; font-style: italic }
.nadpis { font-size: medium; font-weight: bold; text-align: center }
.cena { font-size: small; font-weight: bold; text-align: left; font-style: italic }
.dodavka { font-size: x-small; text-align: left; font-style: italic }
.podnadpis { font-size: small; text-align: left; font-weight: bold }
.odkaz { font-size: small; font-weight: bold }
.vystavba { font-size: medium; text-align: center; font-weight: bold }

/* nastavenie vlastností lišty */

#lista  { position: absolute; width: 760px; top: 60px; left: 0px; height: 20px; 
          background-color:#006400 }


/* nastavenie vlastností hlavičky */

#hlavicka {position:absolute; width:760px; top:0px; left:0px; height:60px }
#hlavicka table {border-width: 0px; width: 100% }

/* nastavenie vlastností hornej lišty s obrázkom */

#horna_lista  { position: absolute; width: 760px; top: 60px; left: 0px; height: 80px }


/* nastavenie vlastností odkazov */

.menuItem {font-family: "Arial CE", Arial, Helvetica, "sans-serif"; font-weight:bold; 
           font-size: 13px; color: white; background-color:#006400; border: 0px; padding: 2px; 
           text-align: center;}
a.menuLink {font-family: "Arial CE", Arial, Helvetica, "sans-serif"; font-weight:bold; 
            font-size: 13px; color: white; text-decoration: none;}
a.menuLink:active {font-family: "Arial CE", Arial, Helvetica, "sans-serif"; font-weight:bold; 
                   font-size: 13px; color: white; background-color:#006400; text-decoration: none;}
a.menuLink:visited {font-family: "Arial CE", Arial, Helvetica, "sans-serif"; font-weight:bold; 
                    font-size: 13px; color: white; background-color:#006400; text-decoration: none;}
a.menuLink:hover {font-family: "Arial CE", Arial, Helvetica, "sans-serif"; font-weight:bold; 
                  font-style:italic; font-size: 13px; color: white; background-color:#006400; 
                  text-decoration: none;}


/* nastavenie vlastností rozbaľovacích menu */

#visibleMenu1 {position: absolute; width: 100px; top: 0px; left: 20px; height: 20px; 
               cursor: default;}
#visibleMenu2 {position: absolute; width: 100px; top: 0px; left: 140px; height: 20px; 
               cursor: default;}
#visibleMenu3 {position: absolute; width: 100px; top: 0px; left: 260px; height: 20px; 
               cursor: default;}
#visibleMenu4 {position: absolute; width: 100px; top: 0px; left: 380px; height: 20px; 
               cursor: default;}
#visibleMenu5 {position: absolute; width: 100px; top: 0px; left: 500px; height: 20px; 
               cursor: default;}
#visibleMenu6 {position: absolute; width: 100px; top: 0px; left: 620px; height: 20px; 
               cursor: default;}

#hiddenMenu1 {position: absolute; width: 100px; top: 20px; left: 20px; 
              filter: alpha(opacity=75); -moz-opacity: 0.75; visibility: hidden;}
#hiddenMenu2 {position: absolute; width: 100px; top: 20px; left: 140px; 
              filter: alpha(opacity=75); -moz-opacity: 0.75; visibility: hidden;}
#hiddenMenu3 {position: absolute; width: 100px; top: 20px; left: 260px;
              filter: alpha(opacity=75); -moz-opacity: 0.75; visibility: hidden;}
#hiddenMenu4 {position: absolute; width: 100px; top: 20px; left: 380px;
              filter: alpha(opacity=75); -moz-opacity: 0.75; visibility: hidden;}
#hiddenMenu5 {position: absolute; width: 100px; top: 20px; left: 500px;
              filter: alpha(opacity=75); -moz-opacity: 0.75; visibility: hidden;}
#hiddenMenu6 {position: absolute; width: 100px; top: 20px; left: 620px;
              filter: alpha(opacity=75); -moz-opacity: 0.75; visibility: hidden;}


