/*oldal felépítése*/  

/* Globális white space reset */

* { padding:0;
    margin:0;
    border:0;
  }


body { background-color: #f1f7f7; } /* #f1f7f7; */

a img { border: none;}

#hatter_lap {
            min-height:640px;
            background-image: url(hatter_nyar.gif);
            background-position: top center;
            background-repeat : repeat-y;
            text-align: center;
            }  


#lap { width:981px; /* 181+800 */  
       margin:0px auto 0px auto;
       background-color: white;  
       color: black;  
       font-family: Arial,sans-serif;  
       font-size:12px;
     }  


#balsav { float: left;
          width:181px;
          min-height:630px;
          background-image: url(reklam.gif);
          background-repeat : repeat-y;
        }  


#balsav ul { list-style-type: none;
             list-style-position: outside;
             background-color: #046627; /* #042766; */
           }


#balsav li {
             margin: 0;
             text-align:center;
             padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
           }


#balsav li.elso_csoport {
             background-color: #24763f; /* #243f76; */
           }


#balsav li.masodik_csoport {
             background-color: #408857; /* #405788; */
           }


#balsav a  {
            color: white;
            background-color: transparent;
            text-decoration: none;
            font-weight: bold;
            display: block;
           }


#balsav a:hover {
                  color: black;
                  background-color: #b1f8c5; /* #b1c5f8; */
                  text-decoration: none;
                }

#jobbsav{ float: right;
          width:800px;
          background-color: #b1f8c5; /* #b1c5f8; */
          color: black;
         }


.kep_alatt, .kep_felett {
           background-color: #046627; /* #042766; */
           color: white;
           font-weight: normal;
           font-size: 13px;
           text-align: center;
           margin:0;
           padding: 2px 0;
         }


.jobbra { float: right;}


.balra { float: left;}


a {
   color: white;
   text-decoration: none;
   }


a:hover {
         color: red;
         text-decoration: none;
        }


#fotokeret {
	text-align: center;
	width: 800px;
	height: 600px;
}

#datum { font-weight: bold;}

.impressum, .impressum a {
           font-family:Tahoma,sans-serif;
           color: white;
           font-weight: normal;
          } 



.preload { display: none; }

