/*
    Automatic ColumnManagement - Stylesheet: left-center-right-layout
    Jörg Klafsky, joerg.klafsky@aon.at
*/

/* invisible columns */
div.content_border {
	display:none;
	}
 
/* visible columns */
div.content_left {
	width:266px;
	float:left;
	overflow:hidden;
	margin-right:21px;
	}

div.content_center {
	width:266px;
	float:left;
	overflow:hidden;
	margin-right:21px;
	}

div.content_right {
	width:266px;
	float:left;	
	overflow:hidden;
	}

div.clear {
	clear:both;
	}
