html, body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    color: #000000;
    background: url(../pictures/bg.jpg) left top repeat-x #343537;
}
html *, body * {
}
#site {
    padding: 0px;
    margin: 0px auto;
    text-align: left;
    position: relative;
    width: 990px;
}
#top {
    height: 234px;
    overflow: hidden;
    position: relative;
    background: url(../pictures/top.png) left top no-repeat;
}
#menu {
    height: 39px;
    background: url(../pictures/menu.png) left top no-repeat;
    overflow: hidden;
    position: relative;
}
#menu_inner {
    position: relative;
    padding-left: 5px;
    padding-top: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
#content {
    margin: 0px auto;
    position: relative;
    background: url(../pictures/content_bg.jpg) left top repeat-y #ffffff;
}
#content_inner {
    position: relative;
    color: #000000;
    min-height: 300px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 15px;
}
#bottom_menu {
    height: 35px;
    background: url(../pictures/bottom.png) left top no-repeat;
    overflow: hidden;
    position: relative;
    border-top: 5px solid #b7b7ba;
}
#bottom_menu_inner {
    position: relative;
    padding-top: 5px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
#home_bal {
    float: left;
    width: 740px;
    position: relative;
}
#home_jobb {
    float: right;
    width: 215px;
    position: relative;
}
#home_jobb_inner {
    padding-left: 2px;
    position: relative;
    text-align: left;
}
#sarga {
    height: 251px;
    background: url(../pictures/sarga_bg.jpg) left top no-repeat;
    overflow: hidden;
    position: relative;
    width: 738px;
    margin-top: 10px;
}
#sarga_inner {
    padding: 20px;
}
.szurke_keret {
    border: 5px solid #E8E8E8;
}
.created {
    text-align: right;
    padding-top: 0px;
    padding-right: 6px;
    color: #BEBEBE;
}
.created a {
    color: #BEBEBE;
    font-weight: normal;
    text-decoration: none;
}
.created a:hover {
    color: #99CCCC;
    text-decoration: underline;
}

