@charset "ISO-8859-1";

@media screen, projection
{
  /* Standard-Hintergrund auskommentiert; ersetzt durch Custom-Hintergrundbild; Stand 09.04.2015 */
  body { background: #F2F2F2 url("images/bg-body.png") repeat-x top left; padding: 0; text-align: center; }

  /* Winter-Hintergrund; Stand 27.11.2015 
  body { background: #FFFFFF url("images/bg-body_motiv-winter_2015-11-29-f.jpg") no-repeat top center fixed; padding: 0; text-align: center; } 
  */

  /* Herbst-Hintergrund; Stand 21.09.2015 
  body { background: #FFFFFF url("images/bg-body_motiv-herbst_2015-09-21_b.jpg") no-repeat bottom center fixed; padding: 0; text-align: center; } */

  /* Sonnenblumen-Hintergrund; Stand 20.07.2015
  body { background: #FFFFFF url("images/bg-body_motiv-sonnenblume_2015-07-20_b.jpg") no-repeat bottom center fixed; padding: 0; text-align: center; } */
  
  /* Frühlingshintergrund; Stand 08.04.2015
  body { background: #FFFFFF url("images/bg-body_motiv-leichtes-obst_2015-05-29_a.jpg") no-repeat top center fixed; padding: 0; text-align: center; } */
  
  /* Muttertags-Hintergrund; Stand 24.04.2015
  body { background: #FFFFFF url("images/bg-body_motiv-muttertag_2015-04-24.jpg") no-repeat bottom center fixed; padding: 0; text-align: center; } */
  
  /* Vatertags-Hintergrund; Stand 07.05.2015; zu schalten ab 11.05.2015
  body { background: #FFFFFF url("images/bg-body_motiv-vatertag_2015-05-07_b.jpg") no-repeat top center fixed; padding: 0; text-align: center; } */

  .page_margins { text-align: left; margin: 0 auto; min-width: 989px; max-width: 989px; }
  
  #main { padding: 10px 0; }
  
  #col1 { width: 25%; }
  #col2,
  #col2_content { display: none; }
  #col3 { margin-left: 25%; margin-right: 0; }
  #col3_content { padding: 10px 20px 10px 10px; }
  
  #footer { color: #666; padding: 10px 20px; line-height: 18px; }
  #footer a:active { color: #4D87C7; background-color: transparent; text-decoration: underline; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active { color: #4D87C7; background-color: transparent; text-decoration: underline; }
}
