/*
 * Positionierung von Inhalten
 * 
 */
 
/* Left */
div#content-left {
	float: left;
	width: 336px;
	margin-right: 8px;
}

/* Center */
div#content-center {
	display: none;
}

/* Right */
div#content-right {	
	float: left;
	width: 336px;
	margin-left: 8px;
}

/* Border */
div#content-border {	
	display: none;
}