/* CSS Document */
/* JOB'97 Kft. */
/* Készítette: Kleinart Kft. */

/* BODY */
body {
margin: 0px;
background-color: #2D2E26;
}


/* HEAD */
.head_menu_container {
background-color: #2D2E26;
}

.head_container {
background-image: url(images/head_back.jpg);
background-repeat: repeat-x;
background-position: top;
}

.head_button_on {
background-image: url(images/head_menu_button_on.jpg);
background-repeat: no-repeat;
background-position: top;
cursor: pointer;
font-family: Arial, Verdana;
font-size: 13px;
font-weight: bold;
text-decoration: none;
text-align: center;
color: #000000;
}

.head_button_off {
background-image: url(images/head_menu_button_off.jpg);
background-repeat: no-repeat;
background-position: top;
cursor: pointer;
font-family: Arial, Verdana;
font-size: 13px;
font-weight: bold;
text-decoration: none;
text-align: center;
color: #FFFFFF;
}


/* MIDDLE */
.middle_container {
background-color: #E8E9E1;
background-image: url(images/middle_back.jpg);
background-repeat: repeat-x;
background-position: bottom;
}

.middle_middle {
background-color: #FFFFFF;
}

.middle_left {
background-image: url(images/middle_left_back.jpg);
background-repeat: repeat-y;
background-position: center;
}

.middle_right {
background-image: url(images/middle_right_back.jpg);
background-repeat: repeat-y;
background-position: center;
}

.left_menu_container {
background-image: url(images/left_menu_back.jpg);
background-repeat: repeat-y;
background-position: center;
}

.left_button_on {
background-image: url(images/left_menu_button_on.jpg);
background-repeat: no-repeat;
background-position: top;
cursor: pointer;
font-family: Arial, Verdana;
font-size: 13px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #000000;
width: 195px;
height: 31px;
border-top: 1px solid #2D2E26;
}

.left_button_off {
background-image: url(images/left_menu_button_off.jpg);
background-repeat: no-repeat;
background-position: top;
cursor: pointer;
font-family: Arial, Verdana;
font-size: 13px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #FFFFFF;
width: 195px;
height: 31px;
border-top: 1px solid #2D2E26;
}

.left_button2_on {
background-color: #FF0000;
cursor: pointer;
font-family: Arial, Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #FFFFFF;
width: 195px;
height: 22px;
border-top: 1px solid #2D2E26;
}

.left_button2_off {
background-color: #B6B6B6;
cursor: pointer;
font-family: Arial, Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #000000;
width: 195px;
height: 22px;
border-top: 1px solid #2D2E26;
}

.left_button3_on {
background-color: #FF0000;
cursor: pointer;
font-family: Arial, Verdana;
font-size: 11px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #FFFFFF;
width: 195px;
height: 22px;
border-top: 1px solid #2D2E26;
}

.left_button3_off {
background-color: #EDECEC;
cursor: pointer;
font-family: Arial, Verdana;
font-size: 11px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #000000;
width: 195px;
height: 22px;
border-top: 1px solid #2D2E26;
}

.left_menu_text {
padding-left: 14px;
padding-top: 7px;
}

.left_menu2_text {
padding-left: 14px;
padding-top: 4px;
}

.left_menu3_text {
padding-left: 14px;
padding-top: 4px;
}

.text_container {
background-image: url(images/text_back.jpg);
background-repeat: repeat-x;
background-position: top;
}

.text_container2 {
padding-left: 16px;
padding-right: 16px;
padding-top: 8px;
}

h1 {
font-family: Tahoma, Arial;
font-size: 20px;
font-weight: lighter;
text-decoration: none;
text-align: left;
color: #086793;
line-height: 20px;
}

h2 {
font-family: Tahoma, Arial;
font-size: 15px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #444444;
line-height: 18px;
}

p {
font-family: Tahoma, Arial;
font-size: 13px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #444444;
line-height: 16px;
}

.blue {
color: #086793;
}

li.atom {
font-family: Tahoma, Arial;
font-size: 13px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #444444;
line-height: 16px;
list-style-image: url(images/li_atom.jpg);
list-style-type: circle
}

li {
font-family: Tahoma, Arial;
font-size: 13px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #444444;
line-height: 16px;
}

a {
font-family: Tahoma, Arial;
font-size: 13px;
font-weight: bold;
text-decoration: none;
color: #086793;
background-color: #EDECEC;
padding-left: 4px;
padding-right: 4px;
padding-top: 1px;
padding-bottom: 1px;
}

a:hover {
font-family: Tahoma, Arial;
font-size: 13px;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
background-color: #B6B6B6;
padding-left: 4px;
padding-right: 4px;
padding-top: 1px;
padding-bottom: 1px;
}

/*
a.paragraph {
font-family: Tahoma, Arial;
font-size: 13px;
font-weight: bold;
text-decoration: none;
color: #086793;
background-color: #EDECEC;
padding-left: 14px;
padding-right: 4px;
padding-top: 1px;
padding-bottom: 1px;
background-image: url(images/paragraph.png);
background-position: left;
background-repeat: no-repeat;
}

a.paragraph:hover {
font-family: Tahoma, Arial;
font-size: 13px;
font-weight: bold;
text-decoration: normal;
color: #FFFFFF;
background-color: #B6B6B6;
padding-left: 14px;
padding-right: 4px;
padding-top: 1px;
padding-bottom: 1px;
background-image: url(images/paragraph.png);
background-position: left;
background-repeat: no-repeat;
}
*/

a.kamulink {
font-family: Tahoma, Arial;
font-size: 13px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #444444;
line-height: 12px;
background-color: #FFFFFF;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

a.kamulink:hover {
font-family: Tahoma, Arial;
font-size: 13px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #444444;
line-height: 12px;
background-color: #FFFFFF;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

.torvenyi_hivatkozas {
background-color: #B6B6B6;
cursor: pointer;
font-family: Arial, Verdana;
font-size: 11px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #444444;
width: 510px;
height: 22px;
}

.torvenyi_hivatkozas2 {
background-color: #EDECEC;
cursor: pointer;
font-family: Arial, Verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #444444;
width: 510px;
padding-top: 10px;
padding-bottom: 10px;
}

.torvenyi_hivatkozas_text {
text-align: center;
padding-top: 4px;
}

.tv_hiv {
padding-left: 6px;
padding-right: 6px;
}

.iranyar_container {
width: 510px;
}

.tablazat00 {
background-color: #EDECEC; 
font-family: Arial, Verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #444444;
padding-left: 6px;
padding-right: 6px;
border-right: #FFFFFF 1px solid;
border-top: #FFFFFF 1px solid;
}

.tablazat00top {
background-color: #EDECEC; 
font-family: Arial, Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-align: center;
color: #444444;
border-top: #FFFFFF 1px solid;
}

.tablazat01 {
background-color: #EDECEC;
font-family: Arial, Verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #444444;
border-top: #FFFFFF 1px solid;
padding-left: 6px;
padding-right: 6px; 
}

.tablazat00center {
background-color: #EDECEC; 
font-family: Arial, Verdana;
font-size: 11px;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #9F9EA3;
border-right: #FFFFFF 1px solid;
border-top: #FFFFFF 1px solid;
}

.tablazat01center {
background-color: #EDECEC;
font-family: Arial, Verdana;
font-size: 11px;
font-weight: normal;
text-decoration: none;
color: #9F9EA3;
border-top: #FFFFFF 1px solid;
text-align: center;
}

.hibatablazat00center {
background-color: #FFBDCC; 
font-family: Arial, Verdana;
font-size: 11px;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #9F9EA3;
border-right: #FFFFFF 1px solid;
border-top: #FFFFFF 1px solid;
}

.hibatablazat01center {
background-color: #FFBDCC;
font-family: Arial, Verdana;
font-size: 11px;
font-weight: normal;
text-decoration: none;
color: #9F9EA3;
border-top: #FFFFFF 1px solid;
text-align: center;
}

.hibatablazat00 {
background-color: #FFBDCC; 
font-family: Arial, Verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #444444;
padding-left: 6px;
padding-right: 6px;
border-right: #FFFFFF 1px solid;
border-top: #FFFFFF 1px solid;
}

.hibatablazat01 {
background-color: #FFBDCC;
font-family: Arial, Verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #444444;
border-top: #FFFFFF 1px solid;
padding-left: 6px;
padding-right: 6px; 
}

.tablazat02 {
background-color: #EDECEC; 
font-family: Arial, Verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #444444;
border-right: #FFFFFF 1px solid;
border-top: #FFFFFF 1px solid;
}

.hibatablazat02 {
background-color: #FFBDCC; 
font-family: Arial, Verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #444444;
border-right: #FFFFFF 1px solid;
border-top: #FFFFFF 1px solid;
}

.tablazat1 {
background-color: #EDECEC;
border: #B6B6B6 1px solid; 
font-family: Arial, Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-align: center;
color: #444444;
}

.tablazat2 {
background-color: #EDECEC;
border-bottom: #B6B6B6 1px solid;
border-left: #B6B6B6 1px solid;
border-right: #B6B6B6 1px solid;
font-family: Arial, Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-align: center;
color: #444444;
}

.tablazat3 {
background-color: #EDECEC;
border-top: #B6B6B6 1px solid;
border-bottom: #B6B6B6 1px solid;
border-right: #B6B6B6 1px solid;
font-family: Arial, Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-align: center;
color: #444444;
}

.tablazat4 {
background-color: #EDECEC;
border-bottom: #B6B6B6 1px solid;
border-right: #B6B6B6 1px solid;
font-family: Arial, Verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #444444;
}

.tablazat5 {
background-color: #EDECEC;
border-bottom: #B6B6B6 1px solid;
border-right: #B6B6B6 1px solid;
font-family: Arial, Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-align: center;
color: #444444;
}

.tablazat6 {
background-color: #EDECEC;
border-bottom: #B6B6B6 1px solid;
border-right: #B6B6B6 1px solid;
font-family: Arial, Verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #444444;
}

.tablazat7 {
background-color: #EDECEC;
border-bottom: #B6B6B6 1px solid;
border-left: #B6B6B6 1px solid;
border-right: #B6B6B6 1px solid;
font-family: Arial, Verdana;
font-size: 11px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #444444;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 4px;
}

.tablazat8 {
background-color: #EDECEC;
border-bottom: #B6B6B6 1px solid;
border-right: #B6B6B6 1px solid;
font-family: Arial, Verdana;
font-size: 11px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #444444;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 4px;
}

.textinput {
width: 300px;
height: 20px;
font-family: Arial, Verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #444444;
padding-left: 2px;
padding-right: 2px;
}

.textinput2 {
width: 40px;
height: 20px;
font-family: Arial, Verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #444444;
padding-left: 3px;
padding-right: 3px;
}

.textarea {
width: 300px;
height: 98px;
font-family: Arial, Verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #444444;
padding: 2px;
}

.hibajelento {
background-color: #FFBDCC;
/*border: #FF0000 1px solid;*/
}

.hibajelento2 { 
background-image: url(images/hibajelento_back.jpg);
background-repeat: repeat-x;
background-position: top;
font-family: Arial, Verdana;
font-size: 13px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #444444;
}

.sikerjelento2 { 
background-image: url(images/important_good_back.jpg);
background-repeat: repeat-x;
background-position: top;
font-family: Arial, Verdana;
font-size: 13px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #444444;
}

.right_adv_text {
background-image: url(images/right_adv_back.jpg);
background-repeat: repeat-y;
background-position: top;
}

.right_adv_head {
font-family: Arial, Verdana;
font-size: 14px;
font-weight: bold;
text-decoration: underline;
text-align: left;
color: #444444;
}

.right_adv_middle {
font-family: Arial, Verdana;
font-size: 13px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #444444;
}

#right_adv_container {
position: relative;
}

#bottom_adv_container {
position: relative;
}

.right_adv_container_style {
width: 194px;
cursor: pointer;
}

.bottom_adv_container_style {
width: 510px;
cursor: pointer;
}


/* BOTTOM */
.bottom_container {
background-image: url(images/bottom_back.jpg);
background-repeat: repeat-x;
background-position: top;
}

.bottom_menu_container {
background-image: url(images/bottom_05.jpg);
background-repeat: no-repeat;
background-position: top;
}

.footer_container {
background-color: #FFFFFF;
}

.footer_menu_left {
font-family: Arial, Verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #9F9EA3;
padding-left: 4px;
}

.footer_menu_right {
font-family: Arial, Verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-align: right;
color: #9F9EA3;
padding-right: 4px;
}

a.bottom_menu {
background-color: #2D2E26;
font-family: Arial, Verdana;
font-size: 13px;
font-weight: bold;
text-decoration: none;
text-align: right;
color: #FFFFFF;
}

a.bottom_menu:hover {
background-color: #2D2E26;
font-family: Arial, Verdana;
font-size: 13px;
font-weight: bold;
text-decoration: underline;
text-align: right;
color: #FFFFFF;
}

.bottom_adv_back {
background-image: url(images/bottom_adv_back.jpg);
background-repeat: repeat-y;
background-position: top;
}

.bottom_adv_middle {
font-family: Arial, Verdana;
font-size: 13px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #444444;
}

.bottom_adv_headtext {
font-family: Arial, Verdana;
font-size: 14px;
font-weight: bold;
text-decoration: underline;
text-align: left;
color: #444444;
line-height: 28px;
}

/*POPUP*/
#popup_container {
width: 416px;
height: 327px;
position: absolute;
top: 80px;
z-index: 5000;
visibility: visible;
}

.popup_back {
background-image: url(images/popup_boritek_06.png);
background-repeat: no-repeat;
background-position: top;
}

.popup_text {
font-family: Arial, Verdana;
font-size: 13px;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #444444;
padding-left: 20px;
padding-right: 20px;
padding-top: 14px;
}

.popup_adv_headtext {
font-family: Arial, Verdana;
font-size: 17px;
font-weight: bold;
text-decoration: underline;
text-align: center;
color: #444444;
line-height: 32px;
}