/* CSS Document */

body {
  background-image: url(images/fincora2.jpg);
  text-decoration: none;
}
         
          
#wrapper {
  margin: 0px auto;
  background-image: url(images/fincora1.png);
  width: 700px;
  padding-left: 20px;
  text-align: center;
  height: auto;
}





.hlavicka{
  margin-top: 40px;
  color: rgb(102,0,0);
  font-size: 23px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-shadow: 3px 3px 3px rgb(133,133,133);

 
}

.pata{
  color: rgb(102,0,0);
  font-size: 17px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  margin-top: 40px;
}

/*
  
  

  display: block;
  height : 250px;
  margin: 0 auto;
  width: 900px;  
  margin-top: 50px;
  padding: 25px ;
  
} */

#wrapper .modul  {
  display: inline-block;
  margin-top:30px;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  width: 150px;
}

#wrapper .dokumenty  {
  display: inline-block;
  margin-top:30px;
  margin-left: 20px;
  margin-right: 20px;
  word-wrap: break-word;
  width: auto;
}   

#wrapper .modul .obrazok {
  margin-top: 0px;
  width: 128px;
  height: 128px;
  cursor: hand;
 
}   

.nazov {
  color: rgb(0,0,102);
  size: 12px;
  font-family: Verdana, Geneva, Tahoma, sans-serif; 
  margin: 0px ;
  text-align: center;
  padding: 0px;
  
} 



.nazov a:link,a:visited,a:active {
   text-decoration: none;
   color: rgb(102,0,0);
   
}

.nazov a:hover{
   color: rgb(51,0,255);
  text-decoration: none;
  font-style: normal;
 }
 
a img{
  border:0;
}          