div.csc-textpic-text p{
	margin: 4px;
	margin-left: 5px;
	margin-right: 5px;
} 

h1 {
	background-image: url(../res/fce_boxes_table_header.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #bac4d0;
	font-size: 11px;
	font-weight: bold;
	color: #334455;
	padding: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px;
}

a {
	font-weight: normal;
	font-size: 11px;
	color: #445566;
}

a:hover {
	color: #3985d1;
}

td {
	vertical-align: top;
	font-size: 11px;
}

ul {
	list-style-type: square;
	color: #333333;
	font-size: 11px;
	padding-left: 15px;
	margin-left: 4px;
}

ul ul {
	list-style-type: square;
	color: #666666;
	font-size: 11px;
	padding-left: 8px;
	margin-left: 4px;
}

form {
	border: none;
	margin: 0px;
	padding: 0px;
} 

/*clear.gif entfernen*/
img.spacer-gif {
	display: none;
}

/*Rahmen 1*/
div.csc-frame-frame1 {
	background-image: url(../res/fce_boxes_table_footer.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: white;
	border: solid 1px #cccccc;
	border-top: none;
	padding: 0px;
	margin: 0px;
}

/*T3 Standartmailformular*/
fieldset.csc-mailform {
	margin: 0px;
	border: none;
}

div.csc-mailform-field label {
	display:block;
}

div.csc-mailform-field input, select {
	font-size: 12px;
	width: 50%
}

div.csc-mailform-field textarea {
	font-size: 12px;
	width: 100%
}

div.csc-mailform-field input.csc-mailform-submit {
	font-size: 12px;
	width: auto;
}

span.csc-mailform-radio input.csc-mailform-radio {
	float: left;
	width: auto;
}

span.csc-mailform-radio label {
	float: left;
}

div.csc-mailform-field fieldset {
	border: none;
}

div.csc-mailform-field fieldset legend {
	display: none;
}

/*INDEXED SEARCH*/
.tx-indexedsearch_header {
	background-image: url(../res/fce_boxes_table_header.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #bac4d0;
	font-size: 11px;
	font-weight: bold;
	color: #334455;
	padding: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px;
}

.tx-indexedsearch_description strong {
	font-size: 11px;
}

.tx-indexedsearch_info {
	background-color: #ebeff2;
	border: dotted 1px #cccccc;
	font-size: 11px;
	color: #white;
}