/* BLOG */
.blog {
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: 2px solid #E4DB9A;
}
.blog_cim,
.blog_cim a {
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #483100;
    text-decoration: none;
}
.blog_cim a:hover {
    color: #FF9900;
    text-decoration: underline;
}
.blog_datum {
    border-bottom: 1px solid #E4DB9A;
    border-top: 1px solid #E4DB9A;
}
.blog_datum_left {
    float: left;
    padding-top: 2px;
    color: #999999;
}
.blog_datum_right {
    float: right;
    padding-top: 2px;
}
.blog_szoveg {
    padding-bottom: 2px;
    padding-top: 2px;
    font-family: "MS Sans Serif", sans-serif;
    font-size: 12px;
}

/* CSALAD */

/* kijelolve */
.csalad_wrapper_i {
    float: left;
    margin: 2px;
    border: 4px solid #6C6C6C;
    background-color: #999999;
    position: relative;
    width: 148px;
    height: 166px;
}
.csalad_wrapper_i:hover {
    border-color: #404040;
}
.csalad_wrapper_i .csalad_nev {
    padding: 2px;
    height: 12px;
    overflow: hidden;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #6C6C6C;
}
.csalad_wrapper_i .csalad_menu {
    padding: 2px;
    color: #FFFFFF;
    text-align: right;
    background-color: #6C6C6C;
}
.csalad_wrapper_i:hover .csalad_menu,
.csalad_wrapper_i:hover .csalad_nev {
    background-color: #404040;
}
/* siman */
.csalad_wrapper {
    float: left;
    margin: 2px;
    border: 4px solid #558DC6;
    background-color: #E3EBF2;
    position: relative;
    width: 148px;
    height: 166px;
}
.csalad_wrapper:hover {
    border-color: #2F5E8C;
}
.csalad_wrapper:hover .csalad_menu,
.csalad_wrapper:hover .csalad_nev {
    background-color: #2F5E8C;
}
.csalad_wrapper .csalad_nev {
    padding: 2px;
    height: 12px;
    overflow: hidden;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #558DC6;
}
.csalad_wrapper .csalad_menu {
    padding: 2px;
    color: #FFFFFF;
    background-color: #558DC6;
    text-align: right;
}
/* kozos */
.csalad_nev a {
    text-decoration: none;
    color: #FFFFFF;
}
.csalad_nev a:hover {
    text-decoration: underline;
}
.csalad_link {
    color: #FFFFFF;
    text-decoration: none;
}
.csalad_link:hover {
    text-decoration: underline;
}
.csalad_kepek {
    position:relative;
    overflow:auto;
    width:100%;
    height:128px;
}
.csalad_kep_nincs,
.csalad_kep {
    width: 60px;
    height: 60px;
    border: 1px solid #47627C;
    overflow: hidden;
    float: left;
    margin: 1px;
}
.csalad_kep:hover {
    border-color: #FF9900;
}
/* HIREK */

.hir {
    border-bottom: 4px dotted #AEAEAE;
    margin-bottom: 4px;
}
.hir_left {
    background: url(../pictures/kishirbg.gif) left top no-repeat;
    margin: 3px;
    float: left;
    width: 200px;
    height: 110px;
    position: relative;
}
.hir_left_inner {
    padding: 4px;
}
.hir_inner {
    padding-bottom: 2px;
}
.hir_reszletes {
    font-family: Tahoma, Arial, sans-serif;
}
.hir_szerkesztoseg {
    padding-bottom: 5px;
    color: #3F3F3F;
}
.hircim {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 2px;
    color: #484848;
    background: url(../pictures/cim.png) left center no-repeat;
    padding-left: 15px;
}
.hircim a {
    color: #484848;
}
.hircim a:hover {
    color: #9999CC;
}
.hirtest {
    color: #6F6F6F;
}
.hirdatum {
    padding-bottom: 2px;
    text-align: right;
    color: #A59D7C;
}
.hirdatum_fix {
    color: #A59D7C;
    text-align: right;
    position: absolute;
    right: 2px;
    bottom: 2px;
}

/* hozzaszolasok formazasa */

.hir_hozzaszolas_kep {
    width: 60px;
    height: 60px;
    border: 2px solid #CCCC66;
    overflow: hidden;
}
.hir_hozzaszolas_nev {
    color: #FFFFCC;
    padding: 2px;
    background: #8192A3 url(../pictures/comments.gif) 1px 2px no-repeat;
    padding-left: 24px;
}
.hir_hozzaszolas_nev a {
    color: #F4F0E3;
    font-weight: bold;
    text-decoration: none;
}
.hir_hozzaszolas_nev a:hover {
    color: #FFFF99;
    text-decoration: underline;
}
.hir_hozzaszolas_szoveg {
    padding: 3px;
    background-color: #E9ECEF;
    min-height: 28px;
}
.hir_hozzaszolas_datum {
    padding: 2px;
    text-align: right;
    background-color: #DCE0E4;
    color: #657687;
}

.hir_hozzaszolas_uj {
}
.hir_hozzaszolas_edit {
    width: 100%;
    height: 76px;
    font-size: 10px;
    background-color: #ffffff;
    border: 1px solid #CCCCFF;
}
.hir_hozzaszolas_edit:hover {
    border-color: #8c2532;
}
