/* Standard TYPO3-CEs */
div.csc-frame-rulerBefore, div.csc-frame-rulerAfter{
	width: 95%;
	margin: 0 auto;
	line-height: 1px;
	font-size: 1px;
	border-bottom: 1px solid #000000;
}

/* Zweispaltiger Rahmen */
div.fce-twocols {
	width: 596px;
	overflow: hidden;
	float: none;
	clear: both;
	/* margin-left: -16px; */
}

div.fce-twocols div.leftcol {
	width: 290px;
	overflow: hidden;
	float: left;
}

div.fce-twocols div.rightcol {
	width: 290px;
	overflow: hidden;
	float: right;
}

/* Dreipaltiger Rahmen */
div.fce-threecols {
	width: 596px;
	overflow: hidden;
	float: none;
	clear: both;
	background-image:url(../img/fce-threecols-bg.gif);
	/* margin-left: -16px; */
}

div.fce-threecols ul {
	margin-left:0;
	padding-left:20px;
	padding-right:20px;
}

div.fce-threecols li {
	margin-left:0px;
	margin-right:0px;
}

div.fce-threecols div.leftcol {
	width: 196px;
	overflow: hidden;
	float: left;
}

div.fce-threecols div.rightcol {
	width: 196px;
	overflow: hidden;
	float: right;
}

div.fce-threecols div.centercol {
	width: 196px;
	overflow: hidden;
	margin: auto;
}

div#content-container div.fce-threecols div.general_databox {
	margin-top:0px;
	width: 196px;
}
div#content-container div.fce-threecols p {
	margin-left:5px;
	margin-right:5px;
}

div#content-container div.fce-threecols div.general_databox h3 {
	background-color:#1F54A4;
	color:#FFFFFF;
	font-family:arial;
	font-size:15px;
	line-height:20px;
	margin:0;
	padding:3px;
	width:469px;
	font-size: 13px;
}


div#content-container div.fce-threecols div.general_databox div.button_half {
	float:left !important;
	margin-bottom:5px !important;
	margin-left:5px !important;
	width:160px !important;
}


div#content-container div.fce-threecols div.general_databox > p,
div#content-container div.fce-threecols div.general_databox > label,
div#content-container div.fce-threecols div.general_databox > input {
	margin-left:5px !important;
	margin-right:5px !important;
}
