/* 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;
    background-color: #AAD5FF;
}

ul#navigation_main li.LV
{
    width: 16.28%;
    text-align: center;
}

ul#navigation_main li.impressum
{
    width: 14.28%;
    text-align: center;
}
/* root_site Setup*/
#root_site
{
    margin-top: 10px;
    height: 1930px;
    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: 1740px;
     
     margin-left: auto;
     margin-right: auto;
     text-align: center;   
    }

        
            #space2
            {
                width: 100%;
                height: 25px;
                background-color: #141b66;
            }
            
            .rect1
            {
                width: 42%;
                height: auto;
                
                background-color: #FFFFFF;
                text-align: center;
                padding: 0 5px 0 5px;
                margin-left: 5%; 
                float: left;   
            }
            
            .rect2
            {
                width: 42%;
                height: auto;

                background-color: #FFFFFF;
                text-align: center;
                padding: 0 5px 0 5px;
                margin-right: 5%; 
                float: right;  
            }
            
            #space3
            {
                width: 100%;
                height: 25px;
                background-color: #141b66;
                
                margin-top: 153px;
            }
            
            .rect3
            {
                width: 90%;
                height: auto;

                background-color: #FFFFFF;
                text-align: center;
                margin-right: 5%;
                margin-left: 5%;   
            }
            
                .label1
                {
                    width: 100%;
                    height: 15px;

                    background-color: #8b95ff;
                    text-align: center;
 
                }
                
                .image1
                {
                    background-color: #FFFFFF;
                    height: 510px;
                    width: 769px;


                    background: url(images/Anfahrt.gif) no-repeat;   
                }
                
            #space4
            {
                width: 100%;
                height: 25px;
                background-color: #141b66; 
                     
            }
            
            .rect4
            {
                width: 90%;
                height: auto;

                background-color: #FFFFFF;
                text-align: center;
                margin-right: 5%;
                margin-left: 5%;  
            }
                
                .label2
                {
                    width: 100%;
                    height: 15px;

                    background-color: #8b95ff;
                    text-align: center;

                }

                
                .image2
                {
                    background-color: #FFFFFF;
                    height: 854px;
                    width: 769px;


                    background: url(images/Mindelheim.gif) no-repeat;  
                }
            
    #footer_container
    {
        background-color: #8b95ff;
        width: 95%;
        height: 19px;
        color: #000000;
        font-size: 10pt;

        margin-left: auto;
        margin-right: auto;
        text-align: center;   
    }
            
