html{
    line-height: 105%;
}
body {
    background-color: #898989;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    background-image: url('kepek/design/bg_body.jpg');
    background-repeat: repeat-x;
    color: black;
    
}

h2{
    color: black;
    text-align: left;
    font-weight: bold;
    font-size: 1.5em;
    padding-top: 0px;
    margin-top: 0px;
}

img{
  border: 0 solid #ffffff;
}

#container {
   width: 900px;
   max-width: 900px;
   background-image: url('kepek/design/bg_page.jpg');
   background-repeat: repeat-y;
   top: 0px;
   margin-top: 0;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 0;
   padding: 0;
  
}

#header{
    width: 900px;
    max-width: 900px;
    margin: 0;
    padding: 0;
    height: 200px;
    max-height: 200px;
}



#rightcolumn{
    float: right;
    width: 250px;
    max-width: 250px;   
    min-height: 450px;
    margin: 0;
    padding: 0;
    background-image: url('kepek/design/bg_rightcolumn.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    
}

#content{
    float: left;
    width: 640px;
    max-width: 640px;
    min-height: 450px;
    padding: 0;
    text-align: left;
}





#galeria{
    margin: 25px 100px 10px 100px;
    padding: 0px;
    /*border: 1px solid black;*/
}

#footer{
    clear: both;
    width: 900px;
    max-width: 900px;
    
    min-height: 40px;
    background-color: #787878;
    background-image: url('kepek/design/bg_footer.jpg');
    background-repeat: repeat-x;
    background-position: top left;
    margin: 0;
    padding: 0;    
}

.k_jobb{
    float: right;
    width: 135px;
}

.k_bal{
    float: left;
    width: 135px;
}

.k_kozep{
    margin-right:140px;
    margin-left: 140px;
}

.k_kozep2
{
    margin-right:5px;
    margin-left: 140px;
}

.clear{
    clear: both;
}



.navlink{
    text-decoration: none;
    color: #f85609;
    font-weight: bold;
}

.navlink:hover{
    text-decoration: none;
    color: blue;
    font-weight: bold;
}

.menulink{
    text-decoration:underline;
    color:  blue;
    /*font-weight: bold;*/
}

.menulink:hover{
    text-decoration: underline;
    color: blue;
    font-weight: bold;
}

.mezo{
    border: 1px solid #7da7de;
    background-color: #dbf1ff;
}

