/* Allgemeine Einstellungen */

/* ------------------------ */
/* 2-Cols Layout */

#cols {
	display: table;
	padding: 0;
	clear: both;
	border-spacing: 0;
}

#allCols {
	display: table-row;
}

#leftCol, #rightCol {
	display: table-cell;
	vertical-align: top;
}


#leftCol {
	z-index: 3;
	/*background: #FFF;*/
}

#content {
	z-index: 1;
	/*background: #FFF;*/
}
