div
 {
   margin: 0;
   padding: 0;
 } 

body, main
 {
   background-color: rgb(100,200,100);
   font-height: 12px;
   background-image: url('Body_ht.gif');
   background-repeat: repeat-x;
 }

div.ures
 {
   clear: both;
   background-color: white;
 }



div.lap
 {
   width: 1000px;
   margin: 0 auto;
   background-color: rgb(240,255,240);
 }


div.fej 
 {
   width: 100%;
   height: 100px;
   color: black;
   background-color: tranparent;
   vertical-align: middle;
   background-image: url('fejht.gif');
   background-repeat: repeat-y;
 }

div.logo 
 {
   width: 200px;
   height: 100px;
   color: black;
   background-color: transparent;
   float: left;
   clear: left;
}

div.fejcim 
 {
   width: 600px;
   height: 100px;
   color: black;
   background-color: transparent;
   text-align: center;
 }
 
div.fejjobb 
 {
   width: 160px;
   height: 100px;
   color: rgb(50,100,50);
   background-color: transparent;
   vertical-align: middle;
   text-align: center;
   float: right;
   clear: right;
 }


div.bal
 {
   width: 200px;
   background-color: transparent;
   float: left;
   height: 100%
 }

div.balok
 {
   width: 100%;
   background-color: transparent;
   clear: left;
   float: left;
   text-align: left;
   padding-left: 5px;
 }
 
div.jobb
 {
   width: 160px;
   background-color: transparent;
   float: right;
   text-align: center;
 }

 
div.lab 
 {
   color: black;
   background-color: transparent;
   text-align: center;
   clear: both;
 }


 div.tartalom
 {
   background-color: transparent;
   padding-left: 10px;
   padding right: 10px;
   min-height: 400px;
 }

div.kozepso
 {
   width: 636px;
   margin: 0 auto;
   float: left;
   border-left: 2px solid rgb(170,255,170);
   border-right: 2px solid rgb(170,255,170);
   border-bottom: 2px solid rgb(170,255,170);
   border-top: 0px;
   background-color: rgb(235,255,235);
 }

a
 {
   color: black;
 }
a.lab
 {
   color: black;
   text-decoration: none;
 }

ul
  {
   list-style-type: square;
   list-style-position: inside;
  }


ul.menu
 {
   list-style-type: none;
   list-style-position: outside;
   margin: 0px;
   font-variant: small-caps;
   font-weight: bold;
   color: rgb(254,236,152);
   line-height: 130%;
   text-align: left;
   padding-right: 0px;
   padding-left: 0px;
 } 
 
li.menu
 {
   padding-right: 0px;
   text-decoration: none;
   background-color: rgb(170,255,170);
   color: rgb(0,100,0);
 }

h2.menu
 {
   text-align: right;
 }

a.menu
 {
   color: rgb(0,100,0);
   float: left;
   width: 100%;
   text-decoration: none;
   background-color: rgb(220,255,220);
 }

a.menu:link 
 { 
   color: rgb(0,100,0);
   font-style: bolder;
   text-decoration: none;
   background-color: rgb(220,255,220);
 }
 
a.menu:visited
 { 
   color: rgb(0,100,0);
 }

 
a.menu:hover 
 { 
   color: rgb(0,100,0);
   font-size: large;
 }
 




h1.lapcim
 {
   color: rgb(0,100,0);
   font-size: xx-large;
   text-align: center;
 }


h1.kozep
 {
   text-align: center;
 }


p.iniciale:first-letter
 {
 } 
 

 
ul.linkek
 {
   list-style: outside;
   font-variant: small-caps;
   font-weight: bold;
   line-height: 150%;
 } 

form
  {
   clear: both;
  }


form.belepes
  {
   border: 1px solid rgb(80,255,80);
   background-color: rgb(220,255,220);
   font-size: 70%;
   margin-right: 5px;
  }
 
 input.belepes
  {
   background-color: rgb(235,255,235);
   font-size: 80%;
   
  }
 

