.cf {
    clear:both;
    display:block;
    float:none;
    overflow:auto;
    height:0px;
}
body {
    color: #EFEFEF;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-family: Helvetica,Arial;
    background: url("/images/bg.jpg") no-repeat scroll center top #000000;
}
a{
    text-decoration: underline;
    color: #FFFAAF;
}
a:hover{
    text-decoration: none;
    color: #6B2257;
}
p{
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 20px;
}
img{
    border: none;
}
h1{
    font-size: 26px;
    line-height: 26px;
    margin: 5px 0;
    color: #28011C;
}
h2{
	font-size: 18px;
    padding: 0;
    margin: 5px 0;
    color: #FFFC00;
}
h3{
    padding: 0;
    margin: 15px 0 10px 0;
    font-size: 16px;
    color: #FFFC00;
}
h4{
    font-size: 14px;
    padding: 0;
    margin: 5px 0;
    font-size: 16px;
    color: #92205B;
}
ul{
    list-style: none outside none;
    margin-left: 15px;
    padding: 0;
}
ul li{
    background: url("../images/arrow_gray.png") no-repeat left top;
    padding-left: 15px;
}
#wrapper{
    margin: 0 auto;
    padding: 0;
    /*width: 900px;*/
}
.header_wrapper{
    background: url('/images/header_bg.png');
    height: 90px;    
}
.header{
    color: #fff;
    text-shadow: #000 3px 3px 3px;
    /*font-family: zfont;*/
    position: relative;
    background-color: #6a2357;
    margin: 0 auto;
    width: 900px;
    height: 90px;
}
.header_line{
    background: url('/images/header_line.jpg');
    position: absolute;
    top: 90px;
    left: 110px;
    height: 1px;
    width: 790px;
}
.slogen{
    padding: 10px 15px 0 0;
    font-size: 15px;
    text-align: right;
}
.logo{
    position: absolute;
    top: 34px;
    left: 8px;
}
.menu_wrapper{
    font-size: 16px;
    text-align: right;
    z-index: 1000;
    position: absolute;
    top: 66px;
    left: 217px;
}
.menu_wrapper a{
    padding: 5px;
    color: #fff;
    text-shadow: #000 1px 1px 1px;
    margin-left: 10px;
	text-decoration: none;
}
.menu_wrapper a:hover{
    color: #FFFC00;
}
.menu_hover{
    color: #FFFC00 !important;
}
.content{
    padding: 40px 30px 30px;
    width: 840px;
    margin: 0 auto;
}

.footer{
    padding: 10px 10px 10px 5px;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    color: #fa0283;
}
/***elemek az oldalon***/
.button{
    color: #efe1c6;
    height: 33px;
    border: none;
    background: url('../images/button_bg.gif') no-repeat !important;
    cursor: pointer;
    width: 155px;
    text-align: left;
    font-size: 12px;
}
.red{
    color: #FF5700;
}
.green{
    color: #769402;
    font-weight: bold;
}
.gray{
    color: #d2d2d2;
}
.white{
    color: #FFF;
}
.pic_border{
    padding: 2px;
    background: #FFFC00;
    border: 1px solid #CFBD00;
    margin: 20px 30px;
}
input{
    color: #351401;
    border: 1px solid #A6A6A6;
    padding: 5px;
    margin: 5px;
    background: url('../images/textfield.gif') repeat-x center top #FFFFFF;
    
}
textarea{
    color: #351401;
    border: 1px solid #A6A6A6;
    padding: 3px;
    background: url('../images/textfield.gif') repeat-x center top #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
select{
    color: #351401;
    border: 1px solid #A6A6A6;
    padding: 3px;
    background: url('../images/textfield.gif') repeat-x center top #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.number_format{
    font-family: georgia;
    color: #222222;
    font-weight: bold;
}
.share{
    padding: 10px 0;
    height: 27px;
    margin-top: 10px;
}
.little_text{
    font-size: 10px;
}