/* 
    Document   : css
    Created on : 2013.01.30.
    Author     : Gabor Gyorgyi
    Description: Pradalits 1.0
*/

/*
@font-face {
    font-family: "Montserrat-Regular";
    src: url(./fonts/Montserrat-Regular.ttf) format("truetype");
}
*/

@font-face {
    font-family: "robotobold";
    src: url(./fonts/Roboto-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "robotoregular";
    src: url(./fonts/Roboto-Regular.ttf) format("truetype");
}


/*
@font-face {
    font-family: "PatuaOne";
    src: url(./fonts/PatuaOne-Regular.ttf) format("truetype");
}
*/
/*
@font-face {
    font-family: "quandoregular";
    src: url(./fonts/quandoregular.ttf) format("truetype");
}
*/


body {margin:0px; font: 12px robotoregular, sans-serif; color: #000000; background: #ffffff;}
/*body {margin:0px; font: 12px quandoregular, Helvetica, sans-serif; color: #000000}*/
/*body {margin:0px; font: 12px PauaOne, ubunturegular, Helvetica, sans-serif; color: #000000; background: /*url(../images/loter/tall.jpg)*//* #ffffff;}*/

a{text-decoration: none; border: none}
img{text-decoration: none; border: none}

table#main{
    width: 1000px;
    border-spacing: 0px;
    padding: 0px;
    vertical-align: top;
    top: -500px;
}

img#header_logo{
    background-color: #ffffff;
    background: url("../images/kamix_logo.jpg");
    height: 100px;
    width: 188px;
    background-repeat: no-repeat;
    padding: 0px;
    padding-bottom: 0px;
}

td#empty_menu{
    height: 50px;
}
td#empty_menu_td{
    width: 500px;
}

td#header_menu{
    background-color: #ffffff;
    padding: 0px;
    padding-bottom: 35px;
    height: 40px;

}
#menu_d{
    position: relative;
    top: 0px;
    padding: 0px;
        border-bottom: 3px #374996 solid;
}

table#menu{
    /*width: 100%;*/
    padding: 0px 0px 0px 0px;
    /*font-weight: bold;*/
    font-size: 12px;
    font-family: robotobold;
    /*text-transform: uppercase;*/
    /*border-bottom: 3px #ffff00 solid;*/
    border-spacing: 0px;
    padding: 0px;
}

td.menu{
    /*width: 400px;*/
    height: 40px;
    width: 100px;
    background: url("../images/menu_bg.jpg");
    background-repeat: repeat-x;
    padding: 0px;
    border-spacing: 0px;
    vertical-align: bottom;
}

td#menu_logo{
    width: 200px;
    height: 100px;
    background: url("../images/menu_bg.jpg");
    background-repeat: repeat-x;
    padding: 0px;
    border-spacing: 0px;
}

td#menu_home{
    height: 40px;
    width: 100px;
    background: url("../images/menu_bg.jpg");
    background-repeat: repeat-x;
    padding: 0px;
    border-spacing: 0px;
    vertical-align: bottom;
}

td#menu_contact{
    height: 40px;
    width: 100px;
    background: url("../images/menu_bg.jpg");
    background-repeat: repeat-x;
    padding: 0px;
    border-spacing: 0px;
    vertical-align: bottom;
}

td#menu_search{
    width: 300px;
    height: 40px;
    background: url("../images/menu_bg.jpg");
    background-repeat: repeat-x;
    padding: 0px;
    border-spacing: 0px;
    vertical-align: bottom;
}

a.menu{
    text-decoration: none;
    color: #000000;
    padding: 0px;
}
a.menu:hover{
    padding: 0px;
    text-decoration: none;
    color: #aaaaaa;
}
a.menu_blue{
    text-decoration: none;
    color: #374996;
    padding: 0px;
}
a.menu_blue:hover{
    padding: 0px;
    text-decoration: none;
    color: #aaaaaa;
}
a.menu_yellow{
    text-decoration: none;
    color: #ffd017;
    padding: 0px;
}
a.menu_yellow:hover{
    padding: 0px;
    text-decoration: none;
    color: #aaaaaa;
}
a.menu_red{
    text-decoration: none;
    color: #e74748;
    padding: 0px;
}
a.menu_red:hover{
    padding: 0px;
    text-decoration: none;
    color: #aaaaaa;
}
a.menu_green{
    text-decoration: none;
    color: #3ea955;
    padding: 0px;
}
a.menu_green:hover{
    padding: 0px;
    text-decoration: none;
    color: #aaaaaa;
}
/*
td#active_menu_blue{
    background-color: #374996;
    color: #ffffff;
}
td#active_menu_yellow{
    background-color: #374996;
}
td#active_menu_red{
    background-color: #374996;
}
td#active_menu_green{
    background-color: #374996;
}
*/

td.home_icons{
    width: 250px;
    padding-left: 0px;
}

a.home_icons{
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    font-family: robotobold;
}

td#main_functional{
    background-color: #ffffff;
    padding: 0px 0px 0px 0px;
}

.home_content_tr{
}
a.home_content_link{
    padding: 0px;
    margin: 0;
    line-height: 0px;
}
td.home_content_small{
    padding: 0px;
    vertical-align: text-top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
td.home_content_medium{
    padding: 0px;
    vertical-align: text-top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
td.home_content_large{
    padding: 0px;
    vertical-align: text-top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 8px;
    padding-bottom: 20px;
}
tr.home_content_social_tr{
    
    
}
td.home_content_small_social{
    height: 75px;
    width: 200px;
    padding: 10px;
    font-size: 12px;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 75px;
}
td#home_content_contact{
    padding: 0px;
    vertical-align: text-top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    padding-bottom: 20px;
}


hr.home_hr{
    border: 1px solid #374996;
}

#home_content_google{
        /*border: 1px solid #374996;*/
}
#home_content_contact{
    height: 150px;
    width: 200px;
    vertical-align: text-top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    font-size: 16px;
}

#search_iframe{

}


td.contact_data{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 12px;
    padding-bottom: 40px;
}
table.interface_panel{
    width: 250px;
    height: 100px;
    line-height: 0px;
    margin: 0px;
}
td.input_header{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 20px;
    line-height: 12px;
    padding: 0px;
    padding-bottom: 5px;
}
td.input_label{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 7px;
    padding: 0px;
}
td.message_input_label{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 12px;
    padding: 0px;
}
td.input_tag{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 6px;
    padding: 0px;
    padding-bottom: 0px;
    /*background-color: red;*/
}
input.inputs{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 12px;
    width: 250px;
}
input.message_inputs{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 12px;
    width: 500px;
}
td.input_textarea{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 12px;
    /*line-height: 100px;*/
    padding: 0px;
    padding-top: 5px;
}
textarea.textarea{
    text-decoration: none;
    width: 250px;
    height: 200px;
    color: #000000;
    font-family: robotoregular;
    font-size: 10px;
}

td.message_input_textarea{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 12px;
    /*line-height: 100px;*/
    padding: 0px;
    padding-top: 5px;
}
textarea.message_textarea{
    text-decoration: none;
    width: 500px;
    height: 200px;
    color: #000000;
    font-family: robotoregular;
    font-size: 10px;
}
select.input_tag_option{
    width: 250px;
}
option.input_option{
    /*width: 230px;*/
}
td.input_note{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 14px;
    padding: 0px;
    padding-bottom: 0px;
    /*background-color: red;*/
}




td#left_side_content{
    width: 700px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 0px;
    vertical-align: text-top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    font-size: 14px;
}
td#right_side_content{
    padding: 0px;
    vertical-align: top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 90px;
    background-color: #dddddd;
}
ul.side_contact_list{
    list-style-type: none;
    padding: 0px;
    vertical-align: top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-left: 10px;
}
a.rightside_link_contact{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 18px;
}
ul.side_link_list{
    list-style-type: disc;
    padding: 0px;
    vertical-align: top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-left: 20px;
}
a.rightside_link{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 14px;
}
td.footer_link_list{
    width: 200px;
}
ul.footer_link_list{
    list-style-type: none;
    padding: 0px;
    vertical-align: top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-left: 20px;
}
a.footer_link{
    text-decoration: none;
    color: #ffffff;
    font-family: robotoregular;
    font-size: 14px;
}
img.content_img{
    display: block;
    margin-left: auto; 
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    left: 50%;
    border: 1px solid #374996;
    border-radius: 4px;
    padding: 5px;
    max-width: 90%;
    height: auto;
    
}







.headline{
    font-size: 30px;
    /*font-weight: bold;*/
    color: #ffff00;
    vertical-align: top;
}

.sub_headline{
    font-size: 20px;
    /*font-weight: normal;*/
    color: #ffff00;
    vertical-align: top;
}
.important_text{
    vertical-align: top;
    color: #ffff00;
    font-size: 20px;
    /*font-weight: bold;*/
}
.high_text{
    vertical-align: top;
    color: #ffffff;
    font-size: 16px;
}
.text{
    vertical-align: top;
    color: #ffffff;
    font-size: 14px;
}

#article_list_label{
    font-family: quandoregular;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.article_column_table1{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 20px;
    border-spacing: 0px;
    margin: 0px;
}

.article_column_table2{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
    border-spacing: 0px;
    margin: 0px;
}

.article_column_table3{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-spacing: 0px;
    margin: 0px;
}
.article_column_td1{
    vertical-align: top;
    width: 279px;
}
.article_column_td2{
    vertical-align: top;
    width: 279px;
}
.article_column_td3{
    vertical-align: top;
    width: 279px;
}

.article_list_img{

}

.article_list_publication{
    width: 279px;
    font-family: ubunturegular;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 15px;
}

.article_list_headline{
    width: 279px;
    padding-top: 10px;
}
.article_list_headline_a{
    width: 279px;
    text-decoration: none;
    color: #000000;
    font-family: ubunturegular;
    font-size: 15px;
    font-weight: bolder;
    padding: 0px;
}

.article_list_introduction{
    width: 279px;
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 14px;
    font-weight: normal;
    padding: 0px;
    padding-top: 10px;
}

.article_list_more_a{
    width: 279px;
    text-decoration: none;
    color: #33cccd;
    font-family: ubunturegular;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 0px;
    padding-top: 10px;
}

.article_list_space{
    width: 279px;
    padding-bottom: 40px;
}

#article_back{
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 18px;
    font-weight: normal;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
}

#article_headline{
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 20px;
    font-weight: bold;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
}

#article_publicationdate{
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 14px;
    font-weight: normal;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
}

#article_intro{
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 16px;
    font-weight: normal;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}

#article_main{
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 16px;
    font-weight: normal;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}
#article_table{
    width: 100%;
    padding-bottom: 30px;
}
.file_list_filetype{
    width: 100px;
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 16px;
    font-weight: normal;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}
a.file_list_name{
    width: 300px;
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 16px;
    font-weight: normal;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}
a.file_list_download{
    width: 300px;
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 16px;
    font-weight: normal;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}
td.file_list_infos{
    width: 300px;
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 16px;
    font-weight: normal;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}
td.file_list_filesize{
    width: 300px;
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 16px;
    font-weight: normal;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}




table#offer{
    width: 100%;
    padding: 0px;
}

td#main_offers{   
    vertical-align: top;
    background-color: #ffffff;
    padding-left: 20px;
}


div#offer{
    width: 860px;
    height: 300px;
    background-color: #ffffff;
}

td.offer{
    vertical-align: top;
}

/*
td#main_content{
    vertical-align: top;
    padding-left: 20px;
    background-color: #ffffff;
}
*/
div#content_homepage{
    width: 860px;
    background-color: #ffffff;
    vertical-align: top;
}
table#content_homepage{
    width: 100%;
    padding-left: 20px;
    padding-bottom: 40px;
    border-spacing: 0px;
}
td#services_headline{
    border-right: #ffff00 solid 3px;
}
td#contact_headline{
    padding-left: 50px;
}


td#main_services{
    width: 360px;
    padding-left: 40px;
    padding-bottom: 60px;
    vertical-align: top;
    border-right: #ffff00 solid 3px;
}
table#services_list{
    width: 100%;
    padding-right: 70px;
}
td#services_list{
    width: 100%;
    white-space: pre-wrap;
}
a#main_services_more{
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    color: #ffff00;
}
a#main_services_more:hover{
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    color: #aaaaaa;
}


td#main_contact{
    padding-left: 85px;
    vertical-align: top;
}
td#opening_time{
    vertical-align: top;
    white-space: pre-wrap;    
}
td#central_phone{
    vertical-align: top;
    white-space: pre-wrap;    
}
td#central_email{
    vertical-align: top;
    white-space: pre-wrap;    
}

td#main_contact_more{
    padding-right: 70px;
}
a#main_contact_more{
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    color: #ffff00;
}
a#main_contact_more:hover{
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    color: #aaaaaa;
}



td#contact_td{
    width: 300px;
}
table#contact{
    padding-left: 20px;
    padding-bottom: 40px;
}
td#opening_time{
    padding-left: 10px;
    white-space: pre-wrap;
}
td#contact_label{
    padding-top: 30px;
}
td#contact_text{
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    white-space: pre-wrap;
}
td#google{
    vertical-align: top;
}
table#google{
    position: relative;
    top: -25px;
    left: 80px;
}



table#services{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 40px;
}
td#services_text{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    white-space: pre-wrap;
}




td#footer_videri{
    /*border-bottom: #ffff00 solid 3px;*/
    background-color: #ffffff;
    height: 25px;
    width: 100%;
}
td#facebook{    
    width: 160px;
}
td#videri_logo{    
    width: 730px;
}



td#footer_info{
    background-color: #161e26;
    height: 50px;
    width: 100%;
}
table#footer_table{
    background-color: #161e26;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-spacing: 10px;
}
td.footer_menu{
    width: 279px;
}
a.footer_menu{
    width: 279px;
    padding: 0px 0px 0px 0px;
    /*font-weight: bold;*/
    font-size: 12px;
    text-transform: uppercase;
    /*border-bottom: 3px #ffff00 solid;*/
    border-spacing: 0px;
    padding: 0px;
    color: #ffffff;
}
td#footer_copyright{
    color: black;
    width: 100%;
}
td#footer_results{
    width: 100%;
}

td#main_content{
    background-color: #ffffff;
    vertical-align: top;
    padding: 0px;
}



div#image_album_label{
    font-size: 16px;
    text-transform: uppercase;
}
table.image_album_mosaic{
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

tr.album_list_image{
    border: none;
    padding: 0px;
    margin: 0px;
}

td.album_list_image{
    border: none;
    padding: 0px;
    margin: 0px;
    width: 279px;
    padding-left: 15px;
    padding-bottom: 50px;
}

div.album_list_image{
    border: none;
    padding: 0px;
    margin: 0px;

}


img.album_list_image{
    border: none;
    padding: 0px;
    margin: 0px;
    
}

a.thumb_image{
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}


.album_image_consol{
    font-family: quandoregular;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    width: 33%;
    padding: 10px;
}

#image_album_back{
    text-decoration: none;
    color: #000000;
    font-family: quandoregular;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.button{
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: white;
    text-decoration: none;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: url(../images/buttom.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    outline:none;
    cursor: pointer;
    height: auto;
    overflow: visible;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    CCborderRadius: 20px;
    border-radius: 20px;
}


input#antirobi{
    position: absolute;
    display: none;
    visibility: hidden;
}

h1.black_label{
    color: black;
    line-height: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
}

h1.yellow_label{
    color: #e6b330;
    line-height: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
}
