#content {
	padding-left:  149px; /* Abstand copy vom linken Rand  - 139 + 10 = 149px */
	padding-right: 50px;  /* Abstand copy vom rechten Rand  - Evtl. wieder raus damit   */

	background-color:      #E3E3E3;

	background-image:      url(/fileadmin/filemount/prog/layout_img/bg/bg_h1024_resized_cut3.jpg);
	background-repeat:     no-repeat;
	background-position:   left bottom;
	background-attachment: fixed;

	/* set to scroll, if you want to display an inactive Scrollbar instead ob blank space of 18px to the right of the screen */
	overflow: scroll;  /* rausnehmen, sonst probleme mit der pv */
}



/****************** HEAD HEIGHT ********************/
/* .pad2 hat eine Doppelfunktion.   							 */
/* Seine height macht das V-Padding von Left und Content. */
/* Diese Hoehe ist abhaengig, von der Hoehe von #head!!!  */
/* Sie ist identisch mit der Hoehe von #head.             */

#head,
#pad1,
.pad2 {
	height:232px;
}




/****************** FOOT HEIGHT ********************/
#foot,
.pad2-foot,
#pad3 {
	height:91px;
}



/****************** LEFT WIDTH + BG ********************/
/* Siehe oben: HEAD HEIGHT                             */
/* .pad2 hat eine Doppelfunktion.                      */

#left {
	width:139px;
	background-color: transparent; /* nutze balken im BG der Seite als faked col bg. */
}





