/* Erweiterungs-CSS: Startseite */

#content_rechts {
	display: none;
}

#content {
	background-color: transparent;
	margin-right: 0;
	padding: 0;
}

#content .fce_startseite_einleitung_wrapper {
	background-color: #ff5d02;
	background-image: url(../layout/fce_startseite_einleitung_wrapper_hg.png);
	background-position: right;
	background-repeat: repeat-y;
	display: block;
	margin-bottom: 12px;
	overflow: auto;
	position: relative;
} 

#content .fce_startseite_einleitung {
	background-image: url(../layout/fce_anfragekasten_link_hg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #fff;
	overflow: auto;
}

#content .fce_startseite_einleitung a {
	color: #04307f;
}

#content .fce_startseite_einleitung h1,
#content .fce_startseite_einleitung h2 {
	color: #003d8f;
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 0.6em 0;
}

#content .fce_startseite_einleitung .csc-textpic-image {
	/*border: 3px solid #fff;*/
	border-color: #fff;
	margin: 0;
	padding: 0;
}

#content .fce_startseite_einleitung_links {
	float: left;
	padding: 6px 6px 1.5em 6px;
	width: 456px;
}

#content .fce_startseite_einleitung_rechts {
	float: left;
	margin-left: 12px;
	padding: 6px 6px 1.5em 6px;
	position: relative;
	width: 216px;
}

#content .fce_startseite_einleitung_link {
	bottom: 0;
	padding: 0 0.3em 0.3em 0;
	position: absolute;
	right: 0;
}

#content .fce_startseite_einleitung_link a {
	color: #04307f;
	font-size: 0.8em;
	text-decoration: underline;
}

#content .fce_textkasten_wrapper {
	display: block;
	overflow: auto;
}

#content .fce_textkasten_wrapper .fce_textkasten {
	float: left;
	margin-left: 12px;
	min-height: 140px;
	position: relative;
	width: 228px;
}

#content .fce_textkasten_wrapper .fce_textkasten.first-child {
	margin-left: 0;
}

#content .fce_textkasten_wrapper .fce_textkasten_headline h2 {
	/*font-size: 1.6em;*/
	margin: 0;
	padding: 0;
}

#content .fce_textkasten_wrapper .fce_textkasten_headline a {
	color: #ff5d02;
	text-decoration: none;
}

#content .fce_textkasten_wrapper .fce_textkasten_headline a:hover {
	text-decoration: underline;
}

#content .fce_textkasten_wrapper .fce_textkasten_link {
	bottom: 0;
	position: absolute;
	right: 0;
}

#content .fce_textkasten_wrapper .csc-frame-paddingleft .fce_textkasten {
	margin-left: 0;
}

#content .fce_textkasten_wrapper .fce_textkasten_link a {
	color: #fff;
}

