
#wrapper_all {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	/*background-color: #FFF9D6;*/
}

#main_content {
	margin: 15px;
}
#main_content1 {
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/************************************************ Spalten-Layout  ********************************************************/

#colmask {
	position: relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 800px;			/* width of whole page */
	overflow: hidden;		/* This chops off any overhanging divs */
	/*background-color: #FFF9D6;	/* Left column background colour */
}
#colmid {					/* Mittlere Spalte */
	float:left;
	width:200%;
	position:relative;
	left: 0px;
	/*background:#FFFFFF;    	/* Centre column background colour */
}
#colright {					/* Rechte Spalte */
	float:left;
	width:100%;
	position:relative;
	left:50%;
/********************************* Schritt 1: *************************************/
/* Breite der rechten Spalte festlegen
/* (-400 + Breite der rechten Spalte)
/**********************************************************************************/
	margin-left:-215px;		
	background:##FFF9D6;    	/* Right column background colour */
}
#col1wrap {					/* Inhalt der mittleren Spalte*/
	float:right;
	width:50%;				/* Breite */
	position:relative;
	right:100%;				/* Padding */
}
#col1pad {					/* Mittelere Spalte */
/********************************* Schritt 3: *************************************/
/* Breite des Inhalts der mittleren Spalte festlegen
/* (200 + Breite der rechten Spalte + Padding)
/* background-color: #00FFFF; // zur besseren Positionierung
/**********************************************************************************/
	margin:0 15px 0 215px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:200px;			/* ### Die Breite der Linken Spalte ### */
	position:relative;
	margin-left:-50%;
/********************************* Schritt 2: *************************************/
/* Den Inhalt der linken Spalte an die richtige Stelle schieben
/* (0 + Breite der rechten Spalte)
/**********************************************************************************/
	left:100px;
	overflow:hidden;
	display: none;
}
#col3 {						/* Inhalt rechte Spalte*/
	float:left;
	width:200px;				/* ### Breite der rechten Spalte ### */
	position:relative;
	left:0px;					/* ### Das Linke Padding ###*/
	right: 0px;
	top: 15px;
	bottom: 15px;
	padding-right: 15px;
	overflow:hidden;
}


