/* Platzierung der Boxen */

* {
	font-family: 		Verdana, Helvetica, Arial, sans-serif;
}

body {
	text-align: 		center;
	margin:				0;
	font-size: 			11px;
}

img {
	border: 0;
}

#frame {
	margin:				0 auto;
	text-align: 		left;
	width:				980px;
	background-image: 	url(../images/hintergrund.jpg);
	background-repeat:	repeat-y;
}

#header {
	height: 			300px;
	width:				980px;
	background-position: center bottom;
	background-repeat: 	no-repeat;
}
	#top_navi {
		text-align: right;
		height: 16px;
	}
	
		#top_navi a {
			color:			black;
		}

	#top {
		height:				243px;
		width: 				980px;
	}
	
		#logo {
			padding-top:		17px;
			padding-left: 		10px;
		}
	
	#navi {
		height: 			41px;
		width: 				980px;
		background-image: 	url(../images/navi.png);
		background-repeat: 	repeat;
	}
	
		#navi ul {
			margin:			0px;
			margin-left: 	200px;
			padding-top: 	10px;
			list-style-type: none;
		}
		
		#navi ul li {
			display: 		inline;
			padding:		0px 25px;
			font-size: 		14px;
			text-align: 	center;
		}
		
			#navi ul li a {
				color:		black;
				text-decoration: none;
			}

#body {
	width:				980px;
}


	#links {
		width:			245px;
		float: 			left;
	}
	
	#rechts {
		width:			732px;
		margin-left: 	0px;
		float:			right;
	}

#top2 {
	margin-top:	25px;
}


#top3 {
	margin-top: 25px;
}

#footer {
	height:				150px;
	width: 				980px;
	background-color: 	#fff;
	border-top:			1px solid silver;
	color:				#cfcfcf;
}

div.inner {
	padding:			20px;
}


div.col1,
div.col2 {
	float:				left;
	width:				330px;
	margin-right:		32px;
}

div.col2 {
	margin-right:		0px;
}

.clear {
	clear:				both;
}


/* Formatierungen */

h2 {
	font-size:			14px;
	font-weight:		normal;
	border-bottom:		1px solid silver;
}

#accordion h2.header {
	font-size:			14px;
	font-weight:		normal;
	border-bottom:		1px solid silver;
	cursor:				pointer;
	background-image:	url(../images/pfeil.png);
	background-position:	left center;
	background-repeat:	no-repeat;
	padding-left:		25px;
}

a {
	color:				red;
	text-decoration: 	none;
}

a:hover {
	text-decoration: 	underline;
}


#c25158 {
	margin-top:			50px;
}


#mailform fieldset {
	border:				0;	
}

.csc-mailform-field {
	margin-bottom:		10px;
}

.csc-mailform-field label {
	width:				100px;
	display:block;
}

/* tt_news */

.news-list-container {
	margin-top: 12px;
}

.news-list-item {
	margin-bottom: 25px;
}

.news-list-item .news-list-date {
	color:	silver;
}

.news-list-item h2 {
	font-size: 			11px;
	margin: 6px 0;
}

.news-list-item img {
	float: left;
	margin-right:5px;
}

.news-list-item p {
	margin-top: 0px;
}

.news-single-img {
	float:	left;
	margin-right: 15px;
}

.news-single-imgcaption {
	font-size: 9px;
	font-style: italic;
}

/* Banner */

table.banner-table {
	border-collapse: 0;
	border:  0;
}

table.banner-table * td {
	vertical-align: middle;
	text-align: center;
	padding: 10px 0;
}




/* CSC */

div.csc-default {
	margin-bottom: 0px;
}
