/*****************************
*	TYPO3			 	  	*/

.csc-textpic-clear {
	clear: both;
}

.csc-frame-rulerAfter,
.csc-frame-rulerBefore {
	width: 100%;
	height: 3px;
	margin: 15px 0;
	background: url("../images/rahmen/trenner.gif") no-repeat;
}

.csc-textpic-caption {
	font-weight: bold;
	font-size: 0.86em;
}

.csc-uploads tr td {
	padding-right: 3px;
}

.csc-frame {
	clear: both;
}

/*****************************
*	USER REGISTER	 	  	*/


.form_input,
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-text,
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-password,
.tx-srfeuserregister-pi1 textarea,
.tx-srfeuserregister-pi1 select {
	width: 290px;
	float: left;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #da251c;
	border: 1px solid #da251c;
	padding: 4px;
	margin: 0 5px 0 0;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-uploader {
	width: 410px;
	font-size: 11px;
	font-weight: bold;
	color: #da251c;
	padding: 5px;
	margin: 0 5px 0 0;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-radio {
	float: left;
}

.tx-srfeuserregister-pi1 textarea {
	height: 100px;
}

.tx-srfeuserregister-pi1 select {
	width: 300px;
}
	
.tx-srfeuserregister-pi1 p {
	clear: both;
	margin: 15px 0;
	padding: 0;
}

.tx-srfeuserregister-pi1 h4 {
	margin-top: 0;
	padding: 0;
}

.tx-srfeuserregister-pi1 dl {
	float: left;
}
	
.tx-srfeuserregister-pi1 .linie {
	margin-top: 25px;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-clear {
	background: none;
	font-size: 10px;
	color: #DA251C;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
	font-size: 11px;
	color: #DA251C;	
}

/****************************
*	KALENDER				*/

.tx-cal-controller .termine {
	width: 250px;
	height: 128px;
	float: left;
	background: url("../images/rahmen/termine.gif") no-repeat;
	margin-bottom: 25px;
	padding: 15px 0 15px 12px;
	color: white;
	font-size: 11px;
	line-height: 13px;
}

.tx-cal-controller .termine dt {
	margin-right: 2%;
}

.tx-cal-controller .termine dd {
	margin-bottom: 2px;
	font-weight: bold;
}

.tx-cal-controller .termine a {
	color: white;
}

.tx-cal-controller .termine-gross {
	width: 100%;
	height: auto;
	background: none;
	font-size: 13px;
	color: #595959;
	padding: 0;
}

.tx-cal-controller .termine-gross dd {
	margin-bottom: 10px;
}

.tx-cal-controller .termine-gross a {
	color: #DA251C;
}

#calendar-location-backlink {clear:both; padding-top:15px;}