body{

    background-color: #e7e5e6;
    font-family: verdana;
    font-size: 12px;
    color: #222222;
}
div.page{

    width: 770px;
    background-color: #e7e5e6;
    margin-left: auto;
    margin-right: auto;

}
div.header{

width: 770px;
height: 159px;
background-image: url('bg/fejlec.jpg');
background-position: center;
background-repeat: no-repeat;

}
div.menu{

    width: 84px;
    height: 374px;
    float: right;
    background-color: #e7e5e6;
    border-left: 2px solid #a3a80d; 

}
div.menu ul{

    margin: 0px;
    padding: 0px;
    list-style: none;
    background-color: #e7e5e6;

}
div.menu li{

    text-align: left;
    margin: 3px;
    padding: 0px;

}
div.menu li a{

    padding-left: 6px;
    padding-right: 10px;
    color: #a3a80e;
    text-decoration: none;
    font-size: 12px;

}
div.menu li a:hover{

    color: #ffffff;
    background-color: #666666;

}
div.content{

    width: 682px;
    height: 374px;
    float: left;
    background-color: #dcdcdc;
    color: #7d7e2c;
    border-left: 2px solid #a3a80d;

}
div.footer{

    clear: both;
    width: 770px;
    height: 28px;
    background-image: url('bg/lablec.jpg');

}
div.footer2{

    clear: both;
    width: 770px;
    height: 28px;
    background-image: url('bg/lablec3.jpg');

}