/*HTML Fahrschule Script 1.0*/
/* Autor Kutzsche*/


@import url("Navigation_dropdown_menue.css");
body
{
      /* background: url(images/Hintergrund1.jpg) no-repeat;
       background-position: center;
       background-position: top;  */
       background-color: #D5D5D5;
       font-family: Verdana ;
       font-size: 8pt;
     
    
}

a 
{
    color: #0000FF;
}
a:hover  /* Maus drüber*/
{
        color: #808080;
}

a img
{
    
}
/*root_site Setup*/
#root_site
{
    margin-top: 10px;
    width: 860px;
    height: auto;
    background-color: #fff;
    
}
    #head_main_container
    {
     background: #Fff;  
     width: 100%;
     height: 350px; 
    }
    
        .header_background
           {        
            
               height: 370px;
               width: 100%;
               background: url(images/VW_1.JPG) no-repeat;              
               background-position: center;
                            
             
           }
   
       .header_background2
           {

               height: 320px;
               width: 100%;
               background: url(images/Sommerkurs2.jpg) no-repeat;
               background-position: center;
               padding-top: 40px;

           }
    #navi_main_container
    {
     background-color: #FFF; 
     width: 100%;
     height: 25px;     
    }
    
        .navi_container
        
        {            
            margin-left: -30px;
           
        }
    #content_main_container
    {
     background-color: #FFFFFF;   
     width: 100%;
     height: auto;   
    float: left;
    }
    
    
        .content_left_main
        
        {
          width: 50%;
          height: auto;
          background-color:  #FFF; 
          float: left;                             
        }  
  
          
        .content_logo 
        {
            margin-left: 20px;
            margin-top: 35px;
        } 
        .content_index_logo
        {
            margin-left: 20px;
            margin-top: 20px;
        } 
         
    
          .content_middle_main

        {
          width: 100%;          
          height: auto;
          background-color:  #fff;
        }
        
        .content_table_left_main
            {
                  font-size: 12pt;
                  font-family: Arial;
                  color: #000000;
                  padding: 0px 10px 10px 10px;
                  
            }
        
        .content_table_middle 
        {
         font-family: Arial;
          font-size: 14pt;
          font-weight: bold;         
          padding: 40px 20px 20px 20px; 
          color: #000000;
        }
        
          .content_table_middle_headline
        {
         font-family: Arial;
          font-size: 14pt;
          font-weight: bold;
         padding: 20px 20px 0 15px ;
        }
           .content_table_middle_headline_2
        {
         font-family: Arial;
          font-size: 10pt;
          font-weight: bold;
         padding: 20px 20px 0 15px ;
        }
        
          .content_table_middle_main
        {
         font-family: Arial;
          font-size: 10pt;
          padding: 0 5px 0 25px;
               
        }
         
         
        .content_right_main
        
        {
            width: 50%;
            height: auto; 
            background-color:  #FFF;
            float: right;  
            
        }
    
            .content_right_table
            {
                        
                        
                        margin-top: 10px;
                        margin-left: -15px;
                        
            }
            
            .content_table_right_headline 
            
            {
                font-size: 16pt;
                /*font-variant: small-caps; kleinbuchstaben als kleine Großbuchstaben*/
                font-weight: bold;
                width: auto;
                font-family: Arial;                
                color: #000000;
                 padding: 0px 10px 10px 10px;
                                         
            } 
            .content_table_right_main
            {
                  font-size: 12pt;
                  font-family: Arial;
                  color: #000000;
                  padding: 0px 10px 10px 10px;
            }
            
     

               
    #footer_main_container
    {
     background-color: #FFF ; 
     width: 100%;
     height: 40px;     
     float: left;  
    }
    
        #footer_container
        {
             padding: 5px 5px 10px 10px;
             
        }
        
        .footer_table_setup    
        {
            font-family: Arial;
            font-size: 12pt; 
            text-align: center; 
            
           
            
        }
        .footer_table_left_setup td
        {
            
            height: 10px;
            width: 45px;
       
            
        }

          .footer_table_right_setup td
        {

            height: 10px;
            width: auto;
        
        }
               
        .footer_table_left_setup a
        {
              color: #0000FF;
              text-decoration: none;
        }
        
        .footer_table_left_setup a:hover
        {
               color: #808080;
        }