body {
        margin: 0px 0px 0px 0px;
  padding:0;
        background: url(labac.jpg);
        text-align:center;
        font-family: "Times New Roman"; "arial", "Bookman Old Style", "Century Gothic", "helvetica ce", "sans-serif";
}

/* cela stránka */
.main {   
        width: 93%;
        margin:1em auto;
        border: 1px solid black;
        text-align:left;
        background: #a0c060;
}
 

.top {
   position: relative;
   width: 100%;
   padding: 0;
   border: 0;
   height: 155px;
   background: url(topik.jpg) no-repeat scroll;
       text-align:left;
       font-size: 12pt;
}

.hor {
  position: relative;
  margin-top: 0px;
  float: left;
  width: 100%;
  background: #608020;
       padding: 0px;
       color: #FFFFBF;
       text-align:left;
       font-size: 10pt;
       font-family: "Times New Roman"; "arial black", "Bookman Old Style", "Century Gothic", "helvetica ce", "sans-serif";
        }

/* ľavé menu */ 
.lavy {
  position: absoltute;
  margin: 0px 0px 0px 0px;
  float: left;
  width: 160px;
  background: #80a040;
        padding: 15px;
        color: #000000;
        font-size: 10pt;
        font-family: "Comic Sans MS"; "Times New Roman"; "arial black", "Bookman Old Style", "Century Gothic", "helvetica ce", "sans-serif";
        }
   
 
.pravy {
  position: absoltute;
  margin-top: 0px;
  float: right;
  width: 160px;
  background: #80a040;
        padding: 15px;
        color: #FFFFBF;
        font-size: 10pt;
        font-family: "Times New Roman"; "arial black", "Bookman Old Style", "Century Gothic", "helvetica ce", "sans-serif";
        }      


/* hlavný text */       
.obsah {
  margin-left:200px;
  padding: 0px;
        width: auto;
        font-family: "Times New Roman CE", "arial",  "Bookman Old Style", "Monotype Corsiva";"Century Gothic", "helvetica ce", "sans-serif";
        color:#000000;
        font size:12px;
        }
      
.nadp{
        font-family: "Times New Roman CE", "arial",  "Bookman Old Style", "Monotype Corsiva";"Century Gothic", "helvetica ce", "sans-serif";
        color:#608020;
        font size:12px;
        text-align:left;
        text-decoration: underline; 
        }
  
  /* farba odkazov */  
  a
{
color: #000000;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
    
