div#contentcontainer h1 {
	color: #1861a7;
	font-size: 1.5em;
	padding: 10px;
	font-weight: bold;
}

div#contentcontainer h2,
#fp_content h1{
	color: #4d4d4d;
	font-size: 1.2em;
	padding: 10px 10px 5px 10px;
	font-weight: bold;
	background-image: url("images/next_item_icon.gif");
	background-repeat: no-repeat;
}

div#contentcontainer h3 {
	padding: 10px 10px 0 10px;
	font-weight: bold;
}

div#contentcontainer h6 {
	padding: 10px 10px 0 10px;
	font-size: 9px;
}

div#contentcontainer p, #fp_content p, div#contentcontainer ul{
	padding: 10px;
}

div#contentcontainer ul li{
	margin: 1px 20px;
	list-style-type: disc;
	list-style-position: outside;
}

div#contentcontainer span.important{
	font-style: italic;
	font-weight: normal;
}

div#contentcontainer a {
	color: #1861a7;
	text-decoration: underline;
}

div#contentcontainer span.hinweis{
	color: red;
	font-size: 0.8em;
}

div#contentcontainer span.name-of-person{
	color: #1861a7;
}

/* News */
div.news-list-item{
	background-image: url("images/next_item_icon.gif");
	background-repeat: no-repeat;
}

div.news-list-item h2{
	background: none !important;
	font-weight: bold !important;
	font-size: 1.0em !important;
}

/* FILELIST */
div.sss_filelinks{
	padding: 10px;
}

div.sss_filename{
	padding-top: 9px;
	padding-left: 30px;
	background-image: url("images/mp3.gif");
	background-repeat: no-repeat;
	background-position: 2px 5px;
}

div.odd,
div.even {
	margin-top: 5px;
}

div.odd {
	background-color: #e6eef5;
}

/* StandardDateiliste*/

span.filecount{
	visibility: hidden;
	display: none; /* Filecount Anzeige deaktivieren*/
}


/* Team*/
.csc-textpic-intext-left{
	clear: both;
}

/* Formulare */
.csc-mailform {
	border: none; /* Rand ausschalten */
	margin: 5px;
}

.csc-mailform-field label {
	float: left;
	clear: both;
	display: block;
	width: 120px;
	padding-left: 10px;
	margin-bottom: 10px;

}

.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
	float: left;
	display: block;
	width: 250px;
	padding: 1px;
	margin-bottom: 10px;
}

/*.csc-mailform-field input:focus,
.csc-mailform-field textarea:focus,
.csc-mailform-field select:focus {
	color: #F4F4F4;
}*/

.csc-mailform-submit {
	margin-left: 130px;
	width: 50px;
	clear: both;
}

/* Suche */
input#tx-indexedsearch-searchbox-sword{
	width: 250px;
}

p.tx-indexedsearch-descr {
	overflow: hidden;
}


/* Sonstigen Inhalt vom Rand weg */
.tx-indexedsearch-searchbox,
.tx-indexedsearch-res,
.tx-indexedsearch-whatis,
.csc-textpic,
.tx-indexedsearch-form label,
#tx-indexedsearch-searchbox-sword,
.tx-indexedsearch-search-submit{
	margin: 10px;
}

/* Subnavi Inhalte */
div#leftcontent h1{
	color: #555;
	font-size: 0.9em;
	padding: 10px 10px 5px 10px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url("images/next_item_icon2.gif");
	background-repeat: no-repeat;
	margin-top: 30px;
}

/* Dateien zu Artikeln*/
div#contentcontainer dd{
	display: block;
}

div#contentcontainer img{
	margin-right: 10px;
	float: left;
}





