/* Zweispaltiges Layout:
 * Linke Spalte und Inhalt
 */


#cLeft {
	display:block;
	width:220px;
}
#cCenter {
	width:684px;
	padding-left:12px;
}