/*
	Projekt: pauwau.ch
	Datei: layout.css | Position ist alles ;-)
	Author: NGI webundso gmbh

  Verwendete Farben:
  #fff    = weiss
  #000    = schwarz
  etc.
  
*/
.outerWrap {
  width: 948px;
	margin: 30px auto -30px;	
	min-height: 100%; 
  height: auto !important;
  height: 100%;
	background: url(../img/bgRepeat1.jpg) top left repeat-y;	
	border: 0px solid red;
}
#wrap { 
	text-align: left;
	background: url(../img/mainBg1.jpg) top left no-repeat;
}

#header { height: 150px;  }
.homelink {  width: 100px; position: relative; top: 100px; left: 130px; }
.gallerylink { position: relative; top: -80px; left: 730px; width: 150px; border: 0px solid pink;  }
#headerimg { border: 0px solid red; height: 80px; width: 400px; position: relative; top: 8px; left: 290px; }

#menu {  height: 30px; margin: 0px 0 0 270px; }
#subnav { margin: 55px 0 0 90px; }
#player { position: relative; top: 320px; left: 50px; width: 130px; z-index: 99; float: left; }
.jukebox { margin: 10px auto; width:200px; }

#leftTube { width: 240px; float: left; border: 0px solid green; }
#rightTube { width: 250px; float: right; margin-top: 50px; border: 0px solid blue;  }
#rightContent { padding-left: 10px; width: 150px; }
#middleTube { margin: 0 240px; width: 440px;border: 0px solid silver; min-height: 1200px; }
#middleContent { padding: 50px 10px 0 10px; vertical-align: top; }
#middleContent span { clear: both; }

