/*
	Projekt: die-quelle.ch
	Datei: layout_b.css | fuer blau-site
	Author: NGI | webundso gmbh

  Verwendete Farben:
  #fff    = weiss
  #000    = schwarz
 	#bf440b = orange
	#666		= grau  

*/

#wrap { 
  background: transparent url(../img/contentBg_b.gif) top left repeat-y ;
  width: 900px;
	margin: 10px auto -30px;
	text-align: left;
	/* sticky footer */
  min-height: 100%; 
  height: auto !important;
  height: 100%;
}

#header { height: 205px; background: transparent url(../img/header_b.jpg) top left no-repeat; }
#menu { height: 30px; padding: 175px 0 0 15px; }

#leftRow { width: 200px;  float: left;  }
#middleRow { margin-left: 200px; }
#content { padding: 10px;  }

.push { height: 30px; } 
#footer { height: 30px; width: 900px; margin: auto; background: #fff url(../img/footer_b.gif) top left no-repeat; text-align: right; }
.footerTxt { margin-right: 20px; }