.modulname {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #F60;
}

.logout {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #F60;
    text-decoration: none;
}

    .logout a:link {
        color: #F60;
        text-decoration: none;
    }

    .logout a:visited {
        color: #09F;
        text-decoration: none;
    }

    .logout a:hover {
        color: #09F;
        text-decoration: none;
    }

    .logout a:active {
        color: #09F;
        text-decoration: none;
    }

.user {
    font-size: 12px;
    font-style: italic;
    color: #09F;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: capitalize;
}

.caption_style {
    color: #0078E1;
    text-decoration: none;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 -50px;
    text-align: center;
    margin: 0 auto;
    width: 300px;
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

.image_logo {
    background-image: url(../../images_elemek/KSZH_LOGO.png);
    height: 42px;
    width: 130px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 10px;
    top: 10px;
    position: absolute;
}

.image_menu {
    background-image: url(../../images_elemek/KSZH_BUTTON_BACK.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    height: 30px;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #FEFEE0; /* #0078E1 Hajdúnánási villódzás miatt */
}

a {
    color: #3399FF;
    text-decoration: none;
    font-weight: bold;
}

    a:hover {
        text-decoration: underline;
    }

#container {
    width: 1000px;
    margin: 0 auto;
    margin-top: 5px;
    background-color: White;
}

#main {
    margin-right: 0px;
    width: 1000px;
}

#logo {
    text-align: center;
    margin: 0 auto;
    width: 40px;
    padding-top: 68px;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 12px;
}

    #logo a {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 28px;
        line-height: normal;
        letter-spacing: 3px;
        margin: 0 -50px;
    }
/*text-transform:uppercase;*/
/*#menu {background:url(../../images_elemek/MP_Future/menu.jpg) no-repeat; height:60px;}
#menu ul { margin:0; padding:2px 30px 0 10px; text-align:center;} /* a menu padding állítása */
/*#menu li { display:inline; list-style:none; line-height:28px; padding-top:1px;}
#menu a { font-weight:normal; font-size:14px; text-decoration:none; color:#FFFFFF; padding:4px 10px 5px 10px; }/*text-transform:lowercase; */
/*#menu a:hover {background:url(../../images_elemek/MP_Future/menu_a.jpg) repeat-x;}
#menu a.active {background:url(../../images_elemek/MP_Future/menu_a.jpg) repeat-x;}*/
#text {
    padding: 0 30px 35px 30px;
    color: #21364F;
    font-size: 11px;
    line-height: 16px;
    font-family: Verdana;
}

.text {
    padding: 0 30px 35px 30px;
    color: #21364F;
    font-size: 11px;
    line-height: 16px;
    font-family: Verdana;
}

div {
    font-size: 11px;
    font-family: Verdana;
}

table {
    font-size: 11px;
    font-family: Verdana;
}

td {
    font-size: 11px;
    font-family: Verdana;
}

tr {
    font-size: 11px;
    font-family: Verdana;
}

#text h1, #text h2 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
}

#text ul {
    margin-top: 8px;
    margin-bottom: 8px;
}

#text br {
    line-height: 8px;
}

#footer {
    border: 1px solid #000000;
    clear: both;
    width: 1000px;
    height: auto;
    font-size: 12px;
    color: Black;
    text-align: center;
    background-color: White;
}

.footer {
    border: 1px solid #000000;
    clear: both;
    width: 98%;
    height: auto;
    font-size: 12px;
    color: Black;
    text-align: center;
    background-color: White;
}

#footer a {
    color: #000000;
}

#menu_footer {
    padding: 30px 0 0 30px;
    text-transform: lowercase;
}

#content .inner_copy {
    border: 0;
    color: #f00;
    float: left;
    width: 100% !important;
    margin: 0px 0 0 0;
    overflow: hidden;
    line-height: 0;
    padding: 0;
    font-size: 12px;
}

.modalBackground 
{
    height:100%;
    background-color:#EBEBEB;
    filter:alpha(opacity=50);
    opacity:0.7;
}

.pnlBackGround
{
    margin: 15px;
    padding: 15px;
    position: fixed;
    text-align:left;
    background-color: #D0DFEE;
    border:solid 3px black;
}