@charset "utf-8";
a, a:visited, a:active {
    color: #000000;
}
a:hover, a:visited:hover {
    color: #FFFFFF;
    background-color: #48494E;
    text-decoration: none;
}
#footerdiv {
    padding-top: 15px;
    position: static;
    bottom: 0px;
}
#tbl_main {
    padding: 10px;
    margin: 0px;
}
#maincont {
    padding-bottom: 20px;
    text-align: justify;
}
#maintitle {
    font-size: 14px;
    font-weight: bolder;
    color: #FFFFFF;
    background-color: #595C65;
    padding: 3px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #FBDF00;
}



body {
    font-family: Trebuchet MS, Tahoma, Arial;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-color: #f9f6dc;
}
#tbl_header {
    background-image: url(img/header_bg.jpg);
    height: 117px;
    color: #FFFFFF;
}
#tbl_headermenu {
    background-color: #FBDF00;
    color: #000000;
}

#tbl_elv {
    background-color: #FBDF00;
    height: 7px;
}
#form_input {
    background-color: #F5F5F5;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 100px;
    padding: 1pt;
    font-size: 12px;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
}
#form_button {
    background-color: #FBDF00;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 102px;
    font-size: 12px;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
}
#tbl_main_right {  
    padding: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
    width: 180px;
}

.rightbar {
    background-color: #FFFBD9;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;

}

#cont_header {
    font-size: 14px;
    padding: 3px;
    background-color: #FBDF00;
    margin-bottom: 10px;
}
#form_input_hl {
    background-color: #FFFFFF;
    width: 97%;
    padding: 1pt;
    font-size: 12px;
    margin-top: 4px;
    border: 1px solid #CFD1D6;
}
form {
    margin: 0px;
}
#tbl_main_left {  
    padding: 10px;
    width: 180px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
}

.leftbar {
    background-color: #FFFBD9;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;

    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #000000;
}

#navb {
    font-size: 11px;
    padding: 4px;
    margin-bottom: 15px;
    background-color: #FFFBD9;
    border: 1px dotted #595C65;
}
#tbl_main_left_menu {
    background-color: #FFF495;
    padding: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
    width: 180px;
}
#szethuzo {    
    height:0px;
    width:1024px;
}
#bannerdiv {
    background-color: #ffdf77;
    border: 1px solid #FFFFFF;
    height: 85px;
    width: 540px;
    position: absolute;
    top: 6px;
    left: 230px;
    color: #FFFFFF;
}

#form_input_gyk {
    background-color: #F5F5F5;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 180px;
    padding: 1pt;
    font-size: 12px;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    border: 1px solid #CFD1D6;
}

fieldset {

    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
    border-right-color: #cccccc;
}

fieldset legend {

    font-weight: bold;
    font-size: 14px;
    color: #999999;
}

.msgcontroll {

    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#msg_err {

    background-color: #fce6e6;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #fbc1c1;
    border-bottom-color: #fbc1c1;
    border-left-color: #fbc1c1;
    border-right-color: #fbc1c1;
}

#msg_succ {

    background-color: #ceebc4;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #aee69b;
    border-bottom-color: #aee69b;
    border-left-color: #aee69b;
    border-right-color: #aee69b;
}

#msg_alert {

    background-color: #ffd98c;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #edcb85;
    border-bottom-color: #edcb85;
    border-left-color: #edcb85;
    border-right-color: #edcb85;
}

.termek_anyagvalaszt {


    background-color: #ddd0a9;
    border-top-color: #c6b890;
    border-bottom-color: #c6b890;
    border-left-color: #c6b890;
    border-right-color: #c6b890;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    float: left;
}

.graviszoveg {
    background-color: #ddd0a9;
    border-top-color: #c6b890;
    border-bottom-color: #c6b890;
    border-left-color: #c6b890;
    border-right-color: #c6b890;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    float: right;
    width: 300px;
    margin-top:10px;
}

#mintakeszitgomb {

}

#mintakeszitgomb:hover {

    text-decoration: underline;
}

#kosargomb {

    font-weight: bold;
    text-decoration: none;
}

.kosaralert {

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: left;
    color: #ff0000;
}

.listtable {

}

.listtable th {

    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #595C65;
    padding: 3px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #FBDF00;
}

.listtable td {

    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ece9d1;
}

.listtable tr:hover {
    background-color: #ece9d1;
}

.header {
    height: 117px;
    background-image: url(img/header_bg.jpg);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    min-width:1000px;
}

.header #logo {
    margin: 0px;
    padding: 0px;
    clear: both;
    float: right;
    height: 117px;
    width: 310px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.header #hmenu {
    width:100%;
    margin: 0px;
    text-align: center;
    background-image: url(img/header_menu_bg.jpg);
    background-repeat: no-repeat;
    height: 19px;
    top: 98px;
    position: relative;
    clear: none;
    background-position: center;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.header #hkosar {
    background-image: url(img/kosar2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #FBDF00;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
    position: absolute;
    height: 21px;
    width: 160px;
    top: 0px;
    right: 0px;
    clear: both;
    float: left;
}

.header #hlogin {
    margin: 0px;
    padding: 0px;
    width: 160px;
    position: absolute;
    top: 21px;
    right: 0px;
    clear: both;
    float: left;
    color: #FFFFFF;
}
