@charset "UTF-8";
/**
 * patch_CROME.css
 * 
 * Stylesheet-Datei wird nur von Chrome interpretiert
 * 
 * 
 * @author ISchwarzer
 * @copyright Copyright (c) 2010
 * @version $Id: patch_CROME.css,v 1.2 2010-04-15 13:11:40 ischwarzer Exp $
 * 
 **/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
   
  #footer.content {	margin-top:50px; }
  
  .h1_spacer {height:31px;}
  
}	

