/*========================================*/
/*============ Site Structure ============*/
/*========================================*/

body{
    background-color: #1659a4;
}

#global{
    width: 100%;
    height: auto;
}

#global #content_wrapper{
    width: 901px;
    height: auto;
    /*******középre igazításnál*******/
    margin: 0px auto 0px auto;

    /*******balra igazításnál*******/
    /*float: left;*/
}
#global #content_wrapper #topheader {
    width: 100%;
    height: 24px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 1px 0px;
    float: left;
}
#global #content_wrapper #header {
    width: 100%;
    height: 204px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    float: left;
}
#global #content_wrapper #menu {
    width: 899px;
    height: 40px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 8px 0px;
    float: left;
    background-image: url(../images/menu_bg0.jpg);
    background-repeat: repeat-x;
    border: 1px solid #888888;
    position: relative;
}

#global #content_wrapper #content {
    background: #FFFFFF;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
    /*background-image: url(../images/content_bg.jpg);*/
    /*background-repeat: repeat-y;*/
}

#global #content_wrapper #content #contentleft {
    width: 312px;
    height: auto;
    float: left;
    padding: 33px 0px 33px 0px;
    margin: 0px 3px 0px 0px;
}
#global #content_wrapper #content #contentright {
    width: 860px;
    min-height:700px;
    height:auto !important;
    height:700px;
    float: left;
    padding: 33px 20px 17px 18px;
    margin: 0px 0px 0px 0px;
    line-height: 150%;
}
#global #content_wrapper #footer {
    width: 100%;
    height: 50px;
    padding: 0px 0px 0px 0px;
    padding: 36px 0px 0px 0px;
    margin: 2px 0px 0px 0px;
    float: left;
    background-image: url(../images/footer_top.jpg);
    background-repeat: repeat-x;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    color: #FFF;
}
