@charset "UTF-8";

/* ROUND BOX */

.roundcont {
	width: 100%;
	background-color: #F0F0F0;
	color: #000000;
}

#roundcontent{
	margin: 3px 8px 3px 8px;
}

#content_right #roundcontent p.bodytext{
	margin: 0 0 5px 0;
}

.roundtop {
	background: url(grafik/fce/corner_r1_c3.gif) no-repeat top right;
}

.roundbottom {
	background: url(grafik/fce/corner_r3_c3) no-repeat top right;
}

img.corner {
	width: 5px;
	height: 5px;
	border: none;
	display: block !important;
}


/* SECTION */

#klf_section{
	width: 100%;
	background-color: #F0F0F0;
	color: #000000;
}

td#klf_section_caption{
	vertical-align: bottom;
}

/* TWO ROW COLUMNS */
#fce_two_columns{
	width: 100%;
}

.column_one{
	width: 50%;
}

.column_two{
	width: 50%;
}

.column_seperator{
	width: 10px;
	height: 10px;
	display: block;
}

