/* 
    Document   : header
    Created on : 13.5.2013, 10:59:18
    Author     : radovan.szilvasi
    Description:
        Purpose of the stylesheet follows.
*/
#header{
    width: 100%;
    min-width: 1000px;
    height: 149px;
    background-color: #ffffff;
}
#top_line{
    background-color: #fcfcfc;
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #f1f1f1;
}
#top_line_content{
    width: 1000px;
    margin: 0 auto;
}
#top_line_content h2{
    font-size: 12px;
    line-height: 46px;
    font-weight: normal;
    color: #3e4246;
    display: inline-block;
    float: left;
    
}
#top_line_content p{
    display: inline-block;
    background-image: url('../images/top_line_tel.jpg');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 40px;
    line-height: 46px;
    font-size: 12px;
    float: right;
}
#header_content{
    width: 1000px;
    margin: 0 auto;
    height: 102px;
}
#header_logo{
    float: left;
    width: 300px;
    height: 102px;
    background-image: url('../images/logo_bg.png');
    background-repeat: repeat-y;
    background-position: -12px -1px;
}
#header_logo a{
    display: block;
    width: 288px;
    height: 38px;
    background-image: url('../images/logo2.png');
    background-repeat: no-repeat;
   
    border: none;
    margin-top: 30px;
}
#header_menu{
    width: 700px;
    height: 102px;
    float: left;
    position: relative;
    z-index: 99999;
}
#header_menu ul{
    list-style-type: none;
    float: right;
    
}
#header_menu ul > li{
    float: left;
    margin-top: 21px;
    position: relative;
}
#header_menu ul > li > a{
    text-decoration: none;
    color: #474646;
    font-size: 14px;
    line-height: 58px;
    display: inline-block;
    height: 58px;
    font-family: 'OpenSansBold';
    text-transform: uppercase;
}
#header_menu ul > li > a:hover{
    color: #d32e29;
}
#header_menu ul >li.nosub{
    padding-left: 17px;
    padding-right: 17px;
}
#header_menu ul>li.kontakt{
    padding-right: 0px;
}

#header_menu>ul>li.sub a{
    padding-right: 27px;
    padding-left: 17px;
    z-index: 99999;
    position: relative;
    margin-right: 0px;
    
}
#header_menu>ul>li.sub span{
    background-image: url('../images/menu_arrow.png');
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 6px;
    height: 5px;
    right: 15px;
    top: 26px;
}
#header_menu> ul >li.sub:hover span{
    right: 14px;
}
#header_menu> ul >li.sub:hover a{
    border-bottom: 1px solid white;
    padding-right: 26px;
    padding-left: 16px;
}
#header_menu> ul >li.sub:hover{
    border-top:1px solid #f0f0f0;
    border-left:1px solid #f0f0f0;
    border-right:1px solid #f0f0f0;
    border-bottom: 1px solid #ffffff;
    margin-top: 20px !important;
    z-index: 10;
}

#header_menu ul ul{
    display: none;
    position: absolute;
    z-index: 9999;
    background-color: #ffffff;
    border:1px solid #f0f0f0;
    min-width: 240px;
    padding-top: 1px;
    left: -1px;
    top: 58px;
}
#header_menu ul li:hover ul{
    display: block;
}
#header_menu ul ul>li{
    float: none;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 16px;
    margin-right: 16px;
}
#header_menu ul ul>li:last-child{
    border-bottom: none;
}
#header_menu ul ul > li > a {
    line-height: 45px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 45px;
    background-image: none;
    font-family: 'OpenSansRegular';
    color: #474646;
    display: block;
}
#header_menu ul ul > li > a:hover {
    color: #274a7f;
    font-family: 'OpenSansBold';
    
}

