@charset "utf-8";
/* CSS Document */

/* --- 1. Spalte --- */
#col1 {
	float:left;
	display:inline;
	width:240px;
	line-height:1.3em;
	text-align:justify;
	margin-bottom:50px;
	overflow:hidden;
}

/* --- 3. Spalte --- */
#col3 {
	display: inline;
	float:right;
	width:240px;
	margin-left:15px;
	margin-bottom:50px;
	overflow:hidden;
	line-height:1.3em;
	text-align:justify;
}
