/*
	Projekt: die-quelle.ch
	Datei: layout.css | position is evereything ;)
	Author: NGI | webundso gmbh

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

*/

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

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

#leftRow { width: 200px;  float: left;  }
#middleRow { margin-left: 200px;  }
#content { padding: 10px; }
.contentMain { display: block; margin-right: 10px; overflow: auto; /* height: 500px; */ }

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

/* fce */

.imgLeft { float: left; height: 400px; margin-right: 20px; }
.txtRight { padding-left: 145px; }