	/* Struktur BEGIN */
	
	html,
	body {
		margin: 0;
		padding: 0;
		text-align: center; /* IE fix */
		font-family: Arial, sans-serif;
		font-size: 12px;
		background: #B2B2B2;
	}
	
	body {
		background: #B2B2B2 url(../images/header_image.jpg) center top no-repeat;
		padding-top: 95px;
	}
	
	#Wrapper {
		margin: 0 auto;
		width: 940px;
		text-align: left;
	}
	
	#NavigationTop {
		text-align: right;
		color: black;
		padding: 10px 150px 0 0;
		font-size: 11px;
		height: 45px;
	}
		
	#Header {
		height: 104px;
		background: url(../images/header.png) no-repeat;
	}
	
	#Content,
	#NavigationBottom {
		background: white;
		color: black;
	}
	
	#Content {
		min-height: 388px;
		height: auto !important;
		height: 388px;
		padding-top: 15px;
	}
	
	#Col1 {
		float: left;
		width: 215px;
		padding: 0 0 10px 25px;	
	}

	#Col2 {
		float: left;
		padding: 0 35px 10px 15px;	
		width: 570px;
	}
	
	#NavigationBottom {
		text-align: center;
		padding: 20px 35px 10px 35px;
	}
	
	#Footer {
		height: 20px;
	}
	
	#Clear {
		clear: both;
	}
	
	hr {
		border: 0px; /* Fuer Firefox und Opera */
		border-top: solid 1px #E0E0E0;
		border-bottom: solid 1px #FFFFFF; /* Fuer I.Explorer (Seiten-Hintergrundfarbe!) */
	}
	
	/* Struktur END */
	
	
	/* Text BEGIN */
	
	h1 {
		font-size: 18px;
		color: #248754;
		font-weight: normal;
	}

	#Col2 h1.csc-firstHeader {
		margin-top: 0;
	}

	#Col1 p,
	#Col2 {
		line-height: 1.5em;
	}
	
	/* Text END */

	
	/* Links BEGIN */
	
	#NavigationTop a:link,
	#NavigationTop a:visited,
	#NavigationBottom a:link,
	#NavigationBottom a:visited {
		color: black;
		text-decoration: none;
		margin: 0 0.2em;
	}

	#NavigationMain li a {
		color: #2c8a53;
		text-decoration: none;
		padding: 2px;
		margin: 0 1em 0 0;
		height: 20px;
		display: block;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
	}

	#NavigationMain li a:hover,
	#NavigationMain li a.Active,
	#NavigationMain li a.Active:hover {
		border-bottom: 3px solid #FB5800;
	}

	#Col1 li a {
		color: white;
		text-decoration: none;
		padding: 2px 0 3px 10px;
		margin: 0px 0 0 0;
		display: block;
		font-size: 12px;
		font-weight: normal;
		background: #248754;
		border-bottom: 1px solid white;
	}

	#Col1 li a.active {
		color: white;
		text-decoration: none;
		padding: 2px 0 3px 10px;
		margin: 0px 0 0 0;
		display: block;
		font-size: 12px;
		font-weight: bold;
		background: #248754;
		border-bottom: 1px solid white;
	}
	
	#Col1 li a.sub2 {
		color: white;
		text-decoration: none;
		padding: 2px 0 3px 18px;
		margin: 0px 0 0 11px;
		display: block;
		font-size: 12px;
		background: #AFDA02;
		font-weight: normal;
		border-bottom: 1px solid white;
	}

	#Col1 li a.sub2active {
		color: white;
		text-decoration: none;
		padding: 2px 0 3px 18px;
		margin: 0px 0 0 11px;
		display: block;
		font-size: 12px;
		background: #AFDA02;
		font-weight: bold;
		border-bottom: 1px solid white;
	}

	#Col1 li a.sub3 {
		color: #248754;
		text-decoration: none;
		padding: 2px 0 3px 18px;
		margin: 0px 0 0 22px;
		display: block;
		font-size: 12px;
		background: #DEEF7A;
		font-weight: normal;
		border-bottom: 1px solid white;
	}

	#Col1 li a.sub3active {
		color: #248754;
		text-decoration: none;
		padding: 2px 0 3px 18px;
		margin: 0px 0 0 22px;
		display: block;
		font-size: 12px;
		background: #DEEF7A;
		font-weight: bold;
		border-bottom: 1px solid white;
	}		
	#Col2 a,
	#Col2 a:link,
	#Col2 a:visited {
		color: #2c8a53;
	}
	
	#Col2 a:hover {
		text-decoration: none;
	}
	
	/* Links END */

	
	/* Listen BEGIN */

	#NavigationMain ul {
		list-style: none;
		margin: 0;
		padding-left: 255px;
	}

	html* #NavigationMain ul {
	}
	
	#NavigationMain li {
		float: left;
		padding: 0;
		margin: 0;
		_width: 80px;		
	}



	#Col1 ul {
		margin: 0;
		padding: 0;
		width: 205px;
		list-style: none;
	}		

	#Col1 li {
		padding: 0;
		margin: 0;
	}

	#Col2 ul {
		color: orange;
	}		

	#Col2 li {
		color: black;
	}

	
	/* Listen END */

	
	/* Bilder BEGIN */
	/* Bilder END */
	

	/* Tabellen BEGIN */

	table {
		border-collapse: collapse;
		border-spacing: 0;
		margin-top: 5px;
		border: 1px solid #ccc;	    
	}

	.tr-even {
		background: #eee;
	}

	.tr-odd {
		background: #fff;
	}

	td {
		font-size: 11px;
		border: none;
		vertical-align: top;
		overflow: hidden;
		margin: 0;
		padding: 5px 10px;
	}

	th {
		font-weight: bold;
		font-size: 11px;
		background: #eee;
		text-align: left;
		padding: 5px 10px;
	}
	
	/* Tabellen END */
	
	
	/* Formulare BEGIN */
	fieldset {
		border: 0;
		padding: 0;
	}

	legend {
		display: none;
	}

	label {
		display: block;
		width: 220px;
		float: left;
	}

	.csc-mailform-field {
		margin-bottom: 5px;
	}

	input,
	textarea {
		width: 250px;
	}

	.csc-mailform-radio,
	.csc-mailform-radio label {
		float: left;
		display: inline;
		width: auto;
		margin: 5px 10px 5px 0;
	}

	.csc-mailform-submit {
		margin: 0 0 0 220px;
	}

	.csc-mailform-field {
		clear: left;
	}

	.csc-mailform-check {
		width: auto;
	}

	/* Formulare END */	
	
	
	
.news-single-item img {
	float: right;
}
