/* HTML Stylesheet Script 1.0*
/* Autor SBL Multimedia*/

body
{
     background-position: center;
     background-position: top;
     background-color: #8b95ff;
     background-attachment: fixed;
}

a 
{
    
}

a:hover
{
    
}

a img 
{
    
}

ul#navigation_main
{
    font-size: 14pt;
    color: #FFFFFF;
    font-family: 'PT Sans Narrow', sans-serif;
}

ul#navigation_main li
{
    float: left; 
    position: relative;  
    list-style-type: none;
}

ul#navigation_main li a 
{
    color: #FFFFFF;
    text-decoration: none;    
}

ul#navigation_main li a:hover
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

    .navigation_main :hover
    {
        height: 26.5px;
        width: auto;
        background-color: #AAD5FF;
    }

ul#navigation_main li.home
{
    width: 11.28%;
    text-align: center;
}

ul#navigation_main li.info
{
    width: 13.28%;
    text-align: center;
}

ul#navigation_main li.leistungen
{
    width: 16.28%;
    text-align: center;
}

ul#navigation_main li.referenzen
{
    width: 15.28%;
    text-align: center;
}

ul#navigation_main li.kontakt
{
    width: 13.28%;
    text-align: center;
}

ul#navigation_main li.LV
{
    width: 16.28%;
    text-align: center;
    background-color: #AAD5FF;
}

ul#navigation_main li.impressum
{
    width: 14.28%;
    text-align: center;
}
/* root_site Setup*/
#root_site
{
    margin-top: 10px;
    height: 520px;
    width: 900px;
    background-color: #FFFFFF;
}


    #head_container
    {
     background-color: #FFFFFF;
     width: 95%;
     height: 90px;
     
     margin-left: auto;
     margin-right: auto;
     text-align: center; 
      
    }
        .header_background
        {
            height: 100%;
            width: 95%;
            background: url(images/IBL_Logo.gif) no-repeat;            
        }
    
        .header_text
        {
            font-size: 20pt;
            color: #000000;
            font-family: 'PT Sans Narrow', sans-serif;
            text-align: left;

            height: 90px;
            width: auto;
            margin-left: 160px;
            margin-top: -100px;
        }
        
        .header_contact
        {
            font-size: 8pt;
            color: #000000;
            font-family: 'PT Sans Narrow', sans-serif;
            text-align: left;

            height: 90px;
            width: auto;
            margin-left: 740px;
            margin-top: -130px;
        }
    
    #navi_container
    {
     background-color: #141b66;
     width: 95%;
     height: 26.5px;
     margin-left: auto;
     margin-right: auto;  
     
    }
        .navi_container
        {
            width: 95%;
            height: 30px;
            background-color: #141b66;
        }
    
    #space1
    {
     background-color: #FFFFFF;
     width: 95%;
     height: 10px;   
    }
    
    #content_container
    {
     background-color: #141b66;
     width: 95%;
     height: 340px;
     
     margin-left: auto;
     margin-right: auto;
     text-align: center;   
    }

        
            #space2
            {
                width: 100%;
                height: 25px;
                background-color: #141b66;
            }
            
            .rect1
            {
                width: 60%;
                height: 300px;

                background-color: #FFFFFF;
                text-align: center;
                padding: 0 5px 0 5px;
                margin-left: 5%;
                float: left;
            }
            
            
    #footer_container
    {
        background-color: #8b95ff;
        width: 95%;
        height: 19px;
        color: #000000;
        font-size: 10pt;

        margin-left: auto;
        margin-right: auto;
        text-align: center;   
    }
            

#scroll
{
    margin-top: 10px;
    height: 100px;
    width: auto;
}