/* CSS Document */



/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:728px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:122px; 
  background-color:#C3D9FF; 
/*#D2D6B1*/
 width:100%;
} 
 
#maincol{background-color: #E9ECCF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:; 
 }
#maincol p{margin:0.8em;} 

#footer{
 height:155px; 
  background-color:#D2D6B1; 
 clear:both;
 } 
 

  
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  









   body {
   text-align: center; /*vycentrovanie pre IE*/
   font-family: "Times New Roman", Times, serif;
   font-size: 95%;
   line-height: 1.25em;
   color: #697335;
   padding: 0 4px;
}

   #all {

   text-align: left; /*zrušenie vycentrovania textu*/
   margin: 0 auto; /*vycentrovanie v ostatných prehliadačoch*/
   }
   

   table {
   font-size: 80%;
   }
   
   p {
   text-align: justify;
   }

   .menu{
   text-align: center;
   background-color: #C3D9FF;
   color: #697335
}

   .odkaz{
   color: #697335;
   font-weight: bold;
   background-color: #E9ECCF;

}