/*
Mail Forms
*/

#mailform .csc-mailform {
	width: 400px;
	border: 0;
	background-color: #f4f4f4;
	padding: 10px 20px;
}
#mailform .csc-mailform .csc-mailform-field {
	padding: 2px 0;
	clear: both;
}

#mailform .csc-mailform .csc-mailform-field label {
	width: 180px;
	display: block;
	float: left;
}

.csc-mailform-field .csc-mailform-radio fieldset {
	border: 0;
}

.csc-mailform-submit {
	BACKGROUND-COLOR: #fff;
	border: 1px solid #1a366b;
}



/*
Ticker
*/

#ticker {
padding: 5px 20px;
background-color: #0d366b;
}


a.ticker, #ticker {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#ticker p, #ticker table, #ticker td {
	padding: 0;
	margin: 0;
}



/*  
Dateilink START
*/

table.csc-uploads {
	width: 525px;
	border-collapse:collapse;
}

table.csc-uploads p {
	padding:0;
	margin:0;
}
table.csc-uploads tr.tr-even {
	background-color: #f3f3f3;


}
table.csc-uploads tr.tr-odd {
	background-color: #ffffff;
}

table.csc-uploads td {
	padding:5px 8px;
	margin:0;
	white-space:nowrap;
}

table.csc-uploads td.csc-uploads-fileSize {
	text-align: right;
}
table.csc-uploads td.csc-uploads-icon {
	width: 30px;
}
/*  
Dateilink END
*/

/*
Überschriften
*/
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}


/*
Hyperlinks
*/
a {
	color: #203b6f;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}


/*
Trennlinie danach
*/
.csc-frame-rulerAfter {
	border-right: 230px solid #e9ecec;
	height: 2px;
	padding: 0;
	margin: 10px 0;
}

/*
allg. Inhalt
*/
#contentContainer, #contentContainerStart {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #777;
}

h1.pagetitle, h1.startpagetitle {
	padding: 5px 2px;
	font-family: "Myriad Pro", Arial;
	font-size: 14px;
	border-bottom: 2px solid #e9ecec;
	width: 553px;
	color: #000;
	font-weight: bold;
}

a img {
	border: 0;
}

p.bodytext {
	width: 500px;
}

.csc-textpic {
	width: 500px;
}
.csc-textpic p.bodytext {
	width: auto;
}



#contentContainerStart p.bodytext {
	width: auto;
}


/*
tt_news
*/
.news-list-container a, .news-single-item a{
	color: #203b6f;
}

hr.clearer {
	 height: 0;
	 border: 0;
	 width: 0;
}

.news-date {
	float: right;
	font-size: 11px;
	font-weight: normal;
}



/* tt_news LIST */

.news-list-container .news-list-item {
	padding: 0 0 25px 0 ;
}

.news-list-container .news-list-item h3 a{
	font-size: 14px;
	color: #203b6f;
}

.news-list-category {
	float: left;
}
.news-list-morelink {
	float: right;

}