body{
    font-family: Verdana, Arial;
    font-size: 12px;
    margin:0 auto;
    background-color: rgb(127, 127, 122);
}

a{
    color: #FFCB65;
}

a img{
    border: none;
}

/*KAPCSOLAT*/
/*------------------*/
.kell2{
    border: 1px solid silver;
    margin-left: 2px;
    margin-top: 5px;
    width: 197px !important;
}

.capcha{
    display: block;
    float: left;
    margin-left: 101px;
}

.sendinfo_announce{
    background-color: #B8CDFF;
    color: blue;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 100%;
    border: 1px solid blue;
}

.sendinfo_ok{
    background-color: #EDFFD6;
    color: green;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 100%;
    border: 1px solid green;
}

.sendinfo_error{
    background-color: #ffb8b8;
    color: red;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 100%;
    border: 1px solid red;
}

/*------------------*/

.teteje{
    height: 159px;
    background-color: rgb(85, 85, 81);
    display: block;
}

.oldal{
    width: 950px;
    display: block;
    min-height: 700px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: -159px;
    background-color: rgb(246, 242, 226);
}

.felso{
    display: block;
    height: 159px;
    background-color: rgb(155, 147, 124);
}

.header{
    width: 912px;
    height: 320px;
    display: block;
    background-color: rgb(189, 185, 168);
    margin: -107px auto 0;
    background-image: url(images/head.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.menumogotti{
    width: 950px;
    height: 48px;
    background-color: rgb(201, 197, 182);
    margin-top: 5px;
}

.menu{
    width: 850px;
    height: 49px;
    line-height: 49px;
    color:rgb(141, 52, 58);
    background-color: rgb(245, 242, 226);
    margin: 0 auto;
    margin-top: -40px;
    border: 1px solid rgb(201, 197, 182);
}

.menu a{
    text-decoration: none;
    color:rgb(141, 52, 58);
    float: left;
    padding-left: 46px;
    padding-right: 45px;
}

.separator{
    background-image: url(images/separator.jpg);
    width: 1px;
    height: 45px;
    float: left;
}

.tartalom{
    width: 850px;
    margin: 0 auto;
    min-height: 300px;
    overflow: hidden;
    display: block;
    margin-top:25px;
    margin-bottom: 15px;
    background-image: url(images/focsik.jpg);
    background-repeat: repeat-y;
}

.balblokk{
    color:#F8FCE6;
    display: block;
    float: left;
    width: 529px;
    min-height: 297px;
    margin-right: 9px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5em;
}

.jobbblokk{
    display: block;
    float: left;
    width: 252px;
    min-height: 297px;
    color: rgb(85, 85, 81);
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.5em;
}

.footer{
    width: 950px;
    height: 34px;
    background-color: rgb(201, 197, 182);
    margin: 0 auto;
    margin-bottom: 15px;
}

.online label{
    float:left;
    display:block;
    width:100px;
}

.online{
    width:430px;
    margin:30px auto 0 auto;
    display:block;
    font-family: Tahoma;
    font-size: 12px;
}

.online input, .online textarea{
    width:300px;
    border:1px solid silver;
}

.aktiv{
    font-weight: bold;
    color: #555551!important;
    background-color: #E1DECD;
}