/*
 * Positionierung von Inhalten
 * 
 */
 
/* Left */
div#content-left {
	display: none;
}

/* Center */
div#content-center {
	width: 688px;
	
}

/* Right */
div#content-right {	
	display: none;
}

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