
@import url(form.css);
@import url(menu.css);
@import url(style.css);



#wrapper_1
    {
    background-image:  url(pic/body_bg.jpg);
    background-repeat: repeat-x;
    }
#wrapper_2
{
     width: 990px;
    margin: 0px auto;
    
}
#header
    {
    height:           342px;
    background-image: url(pic/header.jpg);
    position:         relative;
    }

#content
    {
    width: 960px;
    padding: 10px 15px 10px 15px;
    background-image: url(pic/content_body.jpg);
    background-repeat: repeat-y;
    }

#content_foot
{
    height: 48px;
    background-image: url(pic/content_foot.jpg);
    background-repeat: no-repeat;
    width: 990px;
}
#content_text
{
    padding: 0px 10px;
    width: 600px;
}
#main_content {
    width: 620px;
    padding: 0px 10px;
    float: left;
}
#rightbar
    {
    width: 300px;
    margin: 0px 10px;
    background-color: #eeeeee;
    float: right;
    }
#footer h1
{
    color:      #e5e5e5;
    font-size: 13px;
    border-bottom: 1px solid #e5e5e5;
    line-height:20px;
    margin: 0px 0px 3px 0px; 
    background-image: none;
    padding: 0;   
}
#footer
    {
    padding: 0px 0px 40px 90px;
    width: 870px;
    margin: 0px auto;
    color:      #e5e5e5;
    font-size: 11px;
    line-height: 13px;
    background-image: url(pic/plusz.jpg);
    background-repeat: no-repeat;
    }

#footer a
    {
    color:       #AAA;
    font-weight: bold;
    }

#tartalom_ikonok
{
    float: right;
}
