/* 
    Document   : style
    Created on : 2010.05.05., 19:38:41
    Author     : Láng Balázs
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
*
{
    margin: 0px;
    padding: 0px;
}
#logo
{
    float: right;
    margin-right: 12px;
    margin-top: 13px;
}
a
{
    color: #488AC7;
    text-decoration: none;
	/*font-weight: bold;*/
}
a:hover
{
    color: purple;
}
body
{
    text-align: center;
    /*background-image: url('PICS/bg.png');*/
    background: #fde9d9;
	color: #333;
    font-family: "Trebuchet MS", Helvetica, Arial;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
table, caption, tbody, tfoot, thead, tr, th, td{
    font-size:12px;
}
#main_container /*A dokumentum fő háttere*/
{
    position: relative;
    margin: 15px auto 0px;
    width: 780px;
    text-align: left;
}
#side_menu
    {
        position: absolute;
        left: 10px;
        top: 10px;
        background-image: url('PICS/side_menu.png');
        background-repeat: no-repeat;
        background-position: top right;
        height: 120px;
        width: 33px;
        z-index: 1;
        cursor: pointer;
    }
    #attunes
    {
        position: absolute;
        top: 13px;
        left: 448px;
        height: 179px;
        z-index: 5;
    }
    .menu
    {
        background-repeat: no-repeat;
        background-position: top center;
        position: absolute;
        top: 200px;
        text-align: center;
        width: 125px;
        height: 30px;
        color: white;
        font-family: Arial;
        font-size: 14px;
        padding-top: 5px;
        cursor: pointer;
    }
        #fooldal { background-image: url('PICS/menu_bg_fo.png'); left: 10px;}
            #fooldal:hover { background-image: url('PICS/menu_bg_fo_h.png'); left: 10px;}
        #cegismerteto { background-image: url('PICS/menu_bg_ci.png'); left: 137px;}
            #cegismerteto:hover { background-image: url('PICS/menu_bg_ci_h.png'); left: 137px;}
        #tevekenysegek { background-image: url('PICS/menu_bg_te.png'); left: 264px;}
            #tevekenysegek:hover { background-image: url('PICS/menu_bg_te_h.png'); left: 264px;}
        #elerhetosegek { background-image: url('PICS/menu_bg_el.png'); left: 391px;}
            #elerhetosegek:hover { background-image: url('PICS/menu_bg_el_h.png'); left: 391px;}
        #galeria { background-image: url('PICS/menu_bg_ga.png'); left: 518px;}
            #galeria:hover { background-image: url('PICS/menu_bg_ga_h.png'); left: 518px;}
        #partnereink { background-image: url('PICS/menu_bg_pa.png'); left: 645px;}
            #partnereink:hover { background-image: url('PICS/menu_bg_pa_h.png'); left: 645px;}
    #header_img
    {
        height: 203px;
        width: 780px;
        position: absolute;
        z-index: 3;
    }
    #header
    {
        /*background-image: url('PICS/header.png');
        background-repeat: no-repeat;
        background-position: top left;*/
        width: 780px;
        height: 210px;
        z-index: 2;
        position:relative;
    }
    #content
    {
        width: 780px;
        position: relative;
        top: 30px;
        /*margin-top: 50px;*/
    }
        #left_side
        {
            float: left;
            width: 213px;
        }
            /*.img_box
            {
                background-image: url('PICS/imgbox.png');
                background-repeat: no-repeat;
                background-position: top left;
                height: 312px;
                width: 213px;
            }*/
            #subMenu_top
            {
                background-image: url('PICS/subMenu_top.png');
                background-repeat: no-repeat;
                background-position: bottom left;
                height: 13px;
                width: 213px;
            }
            #subMenu_content
            {
                background-image: url('PICS/subMenu_content.png');
                background-repeat:  repeat-y;
                background-position: top left;
                width: 213px;
            }
            #subMenu_bottom
            {
                background-image: url('PICS/subMenu_bottom.png');
                background-repeat: no-repeat;
                background-position: top left;
                height: 13px;
                width: 213px;
            }
                #sub_cegismerteto
                {
                    text-indent: 53px;
                }
                #sub_tevekenysegek
                {
                    text-indent: 45px;
                }
                #subMenu_content hr
                {
                    margin-left: 23px;
                    width: 160px;
                }
/*GÁBOR FÉLE*/
.submenu {
    padding: 0 0 0 12px !important;
}
.submenu li {
    padding: 2px 0;
    list-style: none !important;
}

.submenu li a {
    width: 179px;
    padding: 5px 0;
    display: block;
    background: #898989;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-indent: 10px;
    border-left: 6px solid #43c0f5;
}

.submenu li a:hover, .submenu li a.submenu-active {
    background: #28ABE3;
    color: #fff;
    border-left: 6px solid #cbe5f2;
    text-indent: 16px;
}

.submenu.position {
    padding: 0 0 0 11px;;
}
/*__________________*/
.submenu_sub {
    padding: 0 0 0 12px !important;
}
.submenu_sub li {
    padding: 2px 0;
    list-style: none !important;
}

.submenu_sub li a {
    width: 179px;
    padding: 5px 0;
    display: block;
    background: #28ABE3;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-indent: 10px;
    border-left: 6px solid #cbe5f2;
}

.submenu_sub li a:hover, .submenu li a.submenu-active {
    background: #898989;
    color: #fff;
    border-left: 6px solid #43c0f5;
    text-indent: 16px;
}

.submenu_sub.position {
    padding: 0 0 0 11px;;
}
/*VÉGE - GÁBOR FÉLE*/
                .List_of_subMenu
                {
                    list-style-image: url('PICS/li.png');
                    list-style-position: inside;
                    padding-top: 10px;
                    padding-bottom: 10px;
                }
                .List_of_subMenu li
                {
                    cursor: pointer;
                    text-indent: 23px;
                    font-size: 14px;
                    color: #884504;
                    font-family: "Trebuchet MS";
                }
                .List_of_sub_subMenu
                {
                    list-style-image: url('PICS/li.png');
                    list-style-position: inside;
                    margin-left: 20px;
                }
                .List_of_sub_subMenu li
                {
                    cursor: pointer;
                    font-size: 14px;
                    color: #884504;
                    font-family: Arial;
                    margin-left: 0px;
                    font-size: 12px;
                }
                .List_of_sub_subMenu hr
                {
                    margin-left: 20px !important;
                    width: 140px !important;
                }
        #right_side
        {
            float: right;
            width: 563px;
        }
            #real_content_top
            {
                background-image: url('PICS/real_content_top.png');
                background-repeat: no-repeat;
                background-position: bottom left;
                height: 13px;
                width: 563px;
            }
            #real_content_content
            {
                background-image: url('PICS/real_content_content.png');
                background-repeat: repeat-y;
                background-position: top left;
                width: 563px;
            }
            #real_content_bottom
            {
                background-image: url('PICS/real_content_bottom.png');
                background-repeat: no-repeat;
                background-position: top left;
                height: 13px;
                width: 563px;
            }
            .module,.module_nevjegyek,.module_nevjegyek_kepnelkul
            {
                margin-left: 15px;
                width: 530px;
                text-align: justify;
                padding-bottom: 10px;
            }
            .module
            {
                padding-bottom: 10px;
            }
            
            .module .block
            {
                display:block;
                width:530px;
                padding:10px 0 10px 0;
            }
            .module img
            {
                padding:0 5px 5px 0;
            }
                .module_nevjegyek,.module_nevjegyek_kepnelkul
                {
                    height: 150px;
                    text-align: center;
                }
                    .module_nevjegyek_kepnelkul
                    {
                        width: 325px;
                    }
                .float_into
                {
                    position: relative;
                    left: 40%;
                    font-family: Arial;
                    font-style: italic;
                    width: 320px;
                    text-align: justify;
                }
    #footer
    {
        clear: both;
        background-image: url('PICS/footer.png');
        background-repeat: no-repeat;
        background-position: top left;
        width: 780px;
        height: 55px;
        padding-top: 12px;
        text-indent: 10px;
        font-family: Arial;
        font-size: 11px;
    }
    h1
    {
        color: #333333;
        font-size: 18px;
        font-family: Trebuchet MS;
    }
    h2
    {
        float: left;
        color: #884504;
        font-size: 14px;
        font-family: Arial;
        margin-bottom: 0px;
        margin-right: 10px;
    }
    h2.title
    {
        float: left;
        width:530px;
        color: #884504;
        font-size: 14px;
        font-family: Arial;
        margin-bottom: 0px;
        margin-right: 10px;
    }
    .khj_list li
    {
        color: #884504;
        font-size: 14px !important;
        font-family: Arial !important;
        padding-bottom: 20px !important;
        margin-left: 50px !important;
    }

.module p
{
    margin-bottom: 0;
    margin: 0;
}

#paktum_bemutaktozo p
{
    margin: 10px;
}

#footer p
{
    margin: 0px;
}

.ul_tevekenysegek
{
    list-style-position: inside;
    margin-left: 50px;
}
.alairok
{
    list-style-position: outside;
    margin-left: 30px;
    list-style-type: decimal;
    margin-bottom: 10px;
}
.float_into2
{
    position: relative;
    left: 10%;
    font-family: Arial;
    width: 90%;
    text-align: justify;
    margin-bottom: 10px;
}
.khj_list p
{
    font-size: 11px !important;
    color: black !important;
}

.main_content_link
{
    color: #0066CC;
}
.main_content_link:hover
{
    color: #bb7837;/*#aa6726;*/
}
