/* Allgemeine Einstellungen */

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

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

#allCols {
	display: table-row;
}

#leftCol, #content {
	margin: 0;
	padding-bottom: 0.2em;
	vertical-align: top;
	display: table-cell;
	overflow: hidden;
	background-color: #FFF;
}


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

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