.h1_container {
    background: url(../pictures/h1_bg.jpg) left bottom repeat-x #e7e8e8;
}
h1 {
    font-family: "Arial Narrow", Arial, Verdana;
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    color: #5481ab;
    padding-left: 30px;
    text-transform: uppercase;
    background: url(../pictures/h1_bg_kocka.jpg) left bottom no-repeat;
}
h2 {
    font-family: "Arial Narrow", Arial, Verdana;
    margin: 0px;
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #569099;
}
h3 {
    font-family: "Arial Narrow", Arial, Verdana;
    font-size: 12px;
    color: #569099;
}
p {
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    text-align: justify;
}
img {
    margin: 0px;
    padding: 0px;
    border: none;
}
form {
    margin: 0px;
    padding: 0px;
}
/* linkek */
.link {
    text-decoration: none;
    font-weight: bold;
    color: #663333;
}
.link:hover {
    text-decoration: underline;
}
.link2 {
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: #CC6600;
}
.link2:hover {
    text-decoration: underline;
}

/* gombok */
.gomb {
    cursor: pointer;
}
.gomb:hover {
}

/* minden mas */
.edit {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 220px;
    height: 13px;
    font-size: 10px;
    border: 1px solid #CFCFCF;
}
.edit:hover {
    background-color: #F8FBF0;
    border-color: #CC6633;
}
.edit:focus {
    background-color: #FDFEFA;
    border-color: #996633;
}
.longtext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 320px;
    height: 200px;
    font-size: 10px;
    border: 1px solid #CFCFCF;
}
.longtext:hover {
    background-color: #F8FBF0;
    border-color: #CC6633;
}
.longtext:focus {
    background-color: #FDFEFA;
    border-color: #996633;
}
.legordulo {
    height: 17px;
    font-size: 11px;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    background-color: #fff;
}
.legordulo:hover {
    background-color: #FFFFF2;
    border-color: #8c2532;
}

.clearfix {
    clear: both;
}

.content_right_button {
    width: 190px;
    height: 102px;
    overflow: hidden;
    cursor: pointer;
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
}
.content_right_button:hover {
}
#right_01 {
    background: url(../pictures/content_right_01.jpg) left top no-repeat;
}
#right_02 {
    background: url(../pictures/content_right_02.jpg) left top no-repeat;
}
#right_03 {
    background: url(../pictures/content_right_03.jpg) left top no-repeat;
}
#right_04 {
    background: url(../pictures/content_right_04.jpg) left top no-repeat;
}
#right_01:hover {
    background: url(../pictures/content_right_01_hover.jpg) left top no-repeat;
}
#right_02:hover {
    background: url(../pictures/content_right_02_hover.jpg) left top no-repeat;
}
#right_03:hover {
    background: url(../pictures/content_right_03_hover.jpg) left top no-repeat;
}
#right_04:hover {
    background: url(../pictures/content_right_04_hover.jpg) left top no-repeat;
}

