/* Dreispaltiges Layout:
 * Linke Spalte, Inhalt und rechte Spalte
 */


#cLeft,
#cRight {
	display:block;
	width:220px;
}
#cCenter {
	width:452px;
	padding-left:12px;
	padding-right:12px;
}