	/* Struktur BEGIN */

	.news-list-container p {
		margin: 0;
	}
	
	html,
	body {
		margin: 0;
		padding: 0;
		text-align: center; /* IE fix */
		font-family: Arial, sans-serif;
		font-size: 12px;
	}
	
	body {
		background: url(../images/bg.png);
	}
	
	#Wrapper {
		margin: 0 auto;
		width: 940px;
		text-align: left;
	}
	
	#NavigationTop {
		text-align: right;
		padding: 1em 2em 0 1em;
		color: #000000;
	}
	
	#Header {
		height: 90px;
		background: url(../images/header.png) 0 -10px no-repeat;
		padding: 0 0 0 25px;
	}

	*html #Header {
		height: 89px;
		padding: 0;
	}
	
	#Content,
	#NavigationBottom {
		background: url(../images/body.png) repeat-y;
		color: #000000;
	}
	
	#NavigationMain {
		padding: 0 16px 0 17px;
	}
	
	#Col1 {
		float: left;
		width: 215px;
		padding: 48px 0 10px 35px;	
	}

	#Col2 {
		float: left;
		padding: 0 35px 10px 15px;	
		width: 570px;
		height: 400px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	#NavigationBottom {
		text-align: center;
		padding: 20px 35px 10px 35px;
	}
	
	#Footer {
		height: 80px;
		background: url(../images/footer.png) no-repeat;
	}
	
	#Clear {
		clear: both;
	}
	
	hr {
		border: 0px; /* F�r Firefox und Opera */
		border-top: solid 1px #FFFFFF;
		border-bottom: solid 1px #FFFFFF; /* F�r I.Explorer (Seiten-Hintergrundfarbe!) */
	}
	
	/* Struktur END */
	
	
	/* Text BEGIN */
	
	h1 {
		font-size: 18px;
		color: #006699;
		font-weight: normal;
	}
	
	h2 {
		font-size: 16px;
		color: #006699;
	}
	
	h3 {
		font-size: 15px;
		color: #006699;
		font-weight: normal;
	}
		
	#Col1 p,
	#Col2 {
		line-height: 1.5em;
	}
	
	/* Text END */

	
	/* Links BEGIN */
	
	#NavigationTop a:link,
	#NavigationTop a:visited,
	#NavigationBottom a:link,
	#NavigationBottom a:visited {
		color: #000000;
		text-decoration: none;
		margin: 0 0.2em;
	}

	#NavigationMain li a {
		color: white;
		text-decoration: none;
		padding: 11px 20px 0 20px;
		margin: 0px 0 0 0;
		height: 32px;
		display: block;
		font-size: 14px;
		text-align: center;
	}

	#NavigationMain li a:hover,
	#NavigationMain li a.Active,
	#NavigationMain li a.Active:hover {
		color: white;
		background: url(../images/navi_.png) repeat-x;
	}

	#Col1 li a {
		color: white;
		text-decoration: none;
		padding: 2px 0 3px 10px;
		margin: 0px 0 0 0;
		display: block;
		font-size: 12px;
		background: #006699;
		border-bottom: 1px solid white;
	}

	#Col1 li a.active {
		color: black;
		text-decoration: none;
		margin: 0px 0 0 0;
		display: block;
		font-size: 12px;
		background: #FFEB00;
		border-bottom: 1px solid white;
	}
	
	#Col1 li a.sub2 {
		color: black;
		text-decoration: none;
		padding: 2px 0 3px 18px;
		margin: 0px 0 0 11px;
		display: block;
		font-size: 12px;
		background: #FFCC00;
		border-bottom: 1px solid white;
	}

	#Col1 li a.sub2active {
		color: black;
		text-decoration: none;
		padding: 2px 0 3px 18px;
		margin: 0px 0 0 11px;
		display: block;
		font-size: 12px;
		background: white;
		border-bottom: 1px solid white;
	}

	#specials a,
	#specials a:link,
	#specials a:visited {
		color: #006699;
	}
	
	#Col1 a:hover {
		text-decoration: none;
	}
	
	#Col2 a,
	#Col2 a:link,
	#Col2 a:visited {
		color: #006699;
	}
	
	#Col2 a:hover {
		text-decoration: none;
	}
	
	/* Links END */

	
	/* Listen BEGIN */

	#NavigationMain ul {
		width: auto;
		height: 55px;
		list-style: none;
		background: url(../images/navi_bg.png) repeat-x;
		margin: 0 0 0 5px;
		padding: 0 0 0 0;
	}

	#NavigationMain li {
		float: left;
		padding: 0;
		margin: 0;
		_width: 130px;
	}

	#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 */	
