body, html{
    margin:0;
    padding:0;
    background: url("../images/base/bg_body_repeat.gif") repeat-y #f6f6f6;
    width:100%;
    height:100%;
}

body *,
html *{
    margin:0;
    padding:0;
    font-family:tahoma,arial, helvetica, sans-serif;
    font-size:14px;
}

a{
    color:#07a306;
    text-decoration:none;
}
a:hover,
.textRequired{
    color:#ec271b;
    text-decoration:none;
}

small{
    font-size:11px !important;
}

h2{
    color:#07a306;
    font-size:14px;
    font-weight:bold;
    padding-bottom:12px;
}

.floatClearer{
    clear:both;
}

.leftFloater{
    float:left !important;
}
.rightFloater{
    float:right !important;
}
.floatWrapper{
    position:relative;
    width:100%;
}

.inputDefault{
    height:18px;
    
    font-size:12px;
    color: #4d4d4d;
    background:#F9F9F9;
    border:1px solid #07a306;
}
.button{
    padding:1px;
    border:1px solid #dadada;
}
.image{
    padding:1px;
    border:1px solid #07a306;
}

.tab{
    padding-left:14px;
}


#container{
    width:900px;
    background:#fff;
}

#top{
    position:relative;
    width:100%;
    height:47px;
}

#top #logo{
    display:block;
    border:none;
}

#top #lang{
    position:absolute;
    top:12px;
    right:12px;
}

#top #lang a{
    float:left;
    display:block;
    margin-left:4px;
    padding:1px;
    border:1px solid #dadada;
}

#top #lang a:hover{
    border:1px solid #07a306;
}

#top #lang a img{
    display:block;
    border:none;
}

#flashSlideshow{
    width:100%;
    height:180px;
    padding:1px 0;
    border-top:1px solid #dadada;
}

#menuMarkers{
    width:100%;
    height:6px;
    font-size:1px;
    line-height:1px;
    margin-top:1px;
    background:#dadada;
}

.menuMarker,
.menuMarkerHilite,
.menuMarkerActive{
    float:left;
    width:auto;
    height:6px;
    font-size:1px;
    line-height:1px;
    border-right:1px solid #fff;
}

.menuMarker{
    background:#dadada;
}
.menuMarkerHilite{
    background:#07a306;
}
.menuMarkerActive{
    background:#ec271b;
}

#left{
    width:687px;
    float:left;
}

#right{
    width:213px;
    float:left;
}

#title{
    width:100%;
    height:55px;
}
#title img{
    display:block;
    border:none;
}

#content{
    width:100%;
    min-height: 544px;
    height:auto !important;
    height:544px;
    background: url("../images/base/bg_content.gif") no-repeat;
    background-position:bottom right;

    font-size:14px;
    line-height:24px;
    color:#4d4d4d;
}

#content .padding{
    padding:20px 50px 50px 29px;
}

#content .padding li{
    margin-left:16px;
}

#right .box{
    padding:1px;
    border:1px solid #dadada;
    margin-top:34px;
}

#right .box img{
    border:none;
    display:block;
}

#right .box ul.categories li{
    width:100%;
    height:35px;
    background: url("../images/content/bg_right_list.gif") no-repeat;
    list-style:none;
}

#right .box ul.categories li a{
    margin-left:30px;
    line-height:31px;
    font-size:12px;
}
#right .box ul.categories li.active{
    background: url("../images/content/bg_right_list_hilite.gif") no-repeat;
}

#right .box li.active a{
    color: #ec271b;
}

/*
AJANLATKERES
*/

table.offerRequest{
    width:540px;
    margin-bottom:20px;
}

table.offerRequest td{
    padding:4px 0;
}
table.offerRequest .col1{
    width:280px;
}

table.offerRequest .col2{
    width:260px;
}

table.offerRequest select.inputDefault{
    width:260px;
}
table.offerRequest input.inputDefault{
    width:258px;
}
table.offerRequest textarea.inputDefault{
    width:258px;
    height:128px;
}

table.offerRequest textarea.dimensions{
    height:72px;
}
/*
KAPCSOLAT
*/

.email{
    width:400px;
    margin-bottom:30px;
    line-height:16px;
}

.email .inputDefault{
    width:398px;
    margin-bottom:12px;
}

.email textarea{
    height:128px;
}

#footer{
    position:relative;
    width:100%;
    height:41px;
    background: url("../images/base/bg_footer.gif") no-repeat;
}

#footer .copyright{
    position:absolute;
    left:14px;
    top:14px;

    font-size:11px;
    color:#898989;
}