	html, body {
		background-color : #b1b6bb;
		background: url(../imgs/bg.gif);
		background-attachment : fixed;
		margin: 0;
		padding: 0;
		min-height: 100%; /* Mindesthöhe für moderne Browser */
		height:auto !important; /* Important Regel für moderne Browser */
		height:100%; /* Mindesthöhe für den IE */
	}
	#bildoben, #links, #mitte, #rechts {	height:100%; width:100%; }
	
	.bildoben	{ background-image: url(../imgs/verlauf_bild.jpg); background-repeat: repeat-y; }
	.paddinglinks {	padding: 15px 10px 10px 10px;	}
	.paddingmitte	{ padding: 10px 20px 10px 20px; }

	
