html, body {
    font-family: Tahoma, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    color: #454c51;
    background: url(../pictures/bg.jpg) center top repeat-y #d2d2d2;
}
html *, body * {
}
#site {
    padding: 0px;
    margin: 0px auto;
    text-align: left;
    width: 948px;
    min-height: 980px;
    background-color: #ffffff;
}
#left {
    width: 632px;
    float: left;
}
#left_top {
    background: url(../pictures/left_top.jpg) left top no-repeat #ffffff;
    width: 100%;
    height: 403px;
    overflow: hidden;
    position: relative;
}
#left_top_inner {
    margin-top: 108px;
    width: 100%;
    height: 295px;
    overflow: hidden;
    position: relative;
}
#left_bottom {
    background-color: #ffffff;
    width: 100%;
    min-height: 488px;
}
#home {
    /*background: url(../pictures/left_bottom.jpg) left top no-repeat #ffffff;*/
    background-color: #FFFFFF;
    width: 100%;
    min-height: 488px;
}
#kiemelt_termekek {
    padding: 2px;
}
#banner {
    padding: 0px;
    position: relative;
}

#right {
    width: 316px;
    float: left;
    background: url(../pictures/right.jpg) left top no-repeat #1f2531;
    min-height: 894px;
}
#right_inner {
    padding: 30px;
    padding-top: 180px;
}
#right_inner2 {
    padding: 30px;
    padding-left: 34px;
}
.right_group {
    padding-left:10px;
}
.right_group_element {
    padding: 2px;
}
.right_group_element a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
.right_group_element a:hover {
    color: #CC0033;
    text-decoration: underline;
}

#content {
    width: 100%;
}
#content_inner {
    color: #454c51;
    padding: 5px;
}
.coded_div {
    padding: 2px;
}
.design_link {
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}
.design_link:hover {
    color: #663333;
    text-decoration: underline;
}


