body {
margin: 0;
background-color: #bbb;
font-size: 12px;
font-family: verdana ariel sans-serif;
background: url('menu4.gif');
}
a {
text-decoration: none;
}
div.class {
clear: both;
}

div#container {
width: 800px;
height: auto;
margin: 0 auto;
background: #ccc;
border: #aaa solid;

}
div#header {
width: 800px;
height: 100px;
background: url('fej.gif');
border: #aaa solid;
}
div#menu {
width: 800px;
height: 40px;
background: url('menu4.gif');
border: #aaa solid;
}
div#menu ul {
margin: 0;
padding: 0;
list-style: none;
}
div#menu ul li {
float: left;
border-left: 2px solid #cccddd;
border-right: 2px solid #fffeee;

}
div#menu ul li:first-child {
border-left:0;
}
div#menu ul li:last-child {
border-right:0;
}
div#menu ul li a {
color: #000;
font-weight: bold;
text-transform: uppercase;
padding: 13px 20px 12px 20px;
display: block;
}
div#menu ul li a:hover {
background: url('menu1.gif') repeat-x;
color: #777
}
div#bal {
width: 140px;
float: left;
background: #ccc;
padding: 5px;

}
/*  */
div#bmenu ul {
margin: 0;
padding: 0;
list-style: none;
}
/*  */
div#bmenu li a:link, 
    div#bmenu  li a:visited {color:#000;
	  font:  14px/18px Verdana, Geneva, sans-serif; 
    text-decoration:none; }

/* A link állapotainak megkülönböztetése  */
  div#bmenu  li a:hover {color:#aaccdd; background-color:#aaa; 
    text-decoration:none;} 
 div#bmenu  li a:active {color:#aaccdd; background-color:#ddd;
    border-bottom:2px; border-top:2px; padding-top:1px; font-size:13px; }

/*  */


div#bal p{
font-size: 16px;
font-weight: bold;
}

div#jobb {
width: 625px;

float: left;
background: #d9d9d9;
padding: 5px;

}
div#jobb p{
font-size: 16px;
font-weight: bold;
text-align: center;
}
div#lablec {
width 800px;
text-align: center;
color: #f4f4f4;
font-weight: bold;
padding: 20px 0px;
}