/* ---------------------------------------------------------
   Mobile styles 
   ---------------------------------------------------------*/
@media only screen and (max-width: 480px) 
{

  #linke_spalte,   
  #rechte_spalte,
  #pp,
  #anmeldung,
  form,
  input 
  {
    float: left;
    width: 100%;  
    clear: left;
    position: static;
  }
  
  


}  