html {
    margin: 0px;
    padding: 0px;
    min-height: 100%;
}
body {
    font-family: Tahoma, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    color: #000000;
    background-color: #ffffff;
}
#top {
    width: 100%;
    height: 85px;
    background: url(../pictures/top_bg.jpg) left top no-repeat;
    text-align: right;
}
#menu_wrapper {
    overflow: hidden;
    height: 55px;
    border-bottom: 5px solid #bdbec0;
}
#kereso {
    position: relative;
    text-align: left;
    border-bottom: 5px solid #bdbec0;
    height: 32px;
}
#kereso_inner {
    padding: 4px;
}
#site {
    margin: 0px auto;
    text-align: left;
    width: 965px;
    min-height: 600px;
    background-color: transparent;
}
#right {
    position: relative;
    margin-left: 5px;
}
#right_inner {
    padding-top: 10px;
}
#content {
    text-align: left;
    width: 100%;
}
#content_inner {
    padding-top: 10px;
    min-height: 400px;
}
#bottom {
    border-top: 5px solid #bdbec0;
    width: 100%;
    height: 55px;
    background-color: #ebebed;
    text-align: center;
}
#bottom_menu_wrapper {
    padding: 18px;
}
#also {
    width: 100%;
    border-top: 5px solid #bdbec0;
}
#also_inner {
    padding: 10px;
}


.login {
    position: relative;
    text-align: right;
    background-color: #ebebed;
    margin-bottom: 10px;
}
.login_inner {
    padding: 8px;
}

