/* 
    Author     : Gál Tamás
*/




/***************************************** Szerkezet kialakítása ********************************************/
* { box-sizing: border-box;}		 
body, html {margin:0; padding:0; width:100%; overflow-x: hidden;}
	 
#Keret {width:100%; min-height:100%;}       
#FoNav {display: none;}       

#BelsoKeret {width:100%; padding:0;}       
#Tartalom {width:100%; min-height:100%;margin-bottom:40px; padding:10px;float:none;}
#HelyiNav {display: none;}
#KiegeszitoInfo {display: none;}       
footer {display: none;}

#Keret #BelsoKeret {padding: 0px;}

#FoHeder #logoLink {
    line-height: 22px;
    font-size: 1em;
}
