	/* Struktur BEGIN */
	
	html,
	body {
		margin: 0;
		padding: 0;
		text-align: center; /* IE fix */
		font-family: Arial, sans-serif;
		font-size: 12px;
	}
	
	body {
		background: #CC6600 url(../images/bg.gif) repeat-x;
	}
	
	#Wrapper {
		margin: 0 auto;
		width: 940px;
		text-align: left;
	}

.csc-textpic-caption {
background:#FFCC33;
padding:5px;
}
	
	#NavigationTop {
		text-align: right;
		padding: 1em 2em 0 1em;
	}
	
	#Header {
		height: 179px;
		background: url(../images/header.png) no-repeat;
		padding: 24px 35px;
	}
	
	#Content,
	#NavigationBottom {
		background: url(../images/body.png) repeat-y;
	}
	
	#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;
	}
	
	#NavigationBottom {
		text-align: center;
		padding: 20px 35px 10px 35px;
	}
	
	#Footer {
		height: 20px;
		background: url(../images/footer.png) no-repeat;
	}
	
	#Clear {
		clear: both;
	}
	
	hr {
		border: 0px; /* F?r Firefox und Opera */
		border-top: solid 1px #E0E0E0;
		border-bottom: solid 1px #FFFFFF; /* F?r I.Explorer (Seiten-Hintergrundfarbe!) */
	}
	
	/* Struktur END */
	
	
	/* Text BEGIN */
	
	h1 {
		font-size: 18px;
		color: #FFAB24;
		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: black;
		text-decoration: none;
		margin: 0 0.2em;
	}

	#NavigationMain li a {
		color: white;
		text-decoration: none;
		padding: 8px 20px 0 20px;
		margin: 0px 0 0 0;
		height: 32px;
		display: block;
		font-size: 18px;
		text-align: center;
	}

	#NavigationMain li a:hover,
	#NavigationMain li a.Active,
	#NavigationMain li a.Active:hover {
		color: orange;
		background: url(../images/navi_.png) repeat-x;
	}

	#Col1 li a {
		color: black;
		text-decoration: none;
		padding: 2px 0 3px 10px;
		margin: 0px 0 0 0;
		display: block;
		font-size: 12px;
		background: #FFC85E;
		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: #FFAB24;
		border-bottom: 1px solid white;
		font-weight: bold;
	}
	
	#Col1 li a.sub2 {
		color: black;
		text-decoration: none;
		padding: 2px 0 3px 18px;
		margin: 0px 0 0 0;
		display: block;
		font-size: 12px;
		background: #C7E1EE;
		border-bottom: 1px solid white;
	}

	#Col1 li a.sub2active {
		color: black;
		text-decoration: none;
		padding: 2px 0 3px 18px;
		margin: 0px 0 0 0;
		display: block;
		font-size: 12px;
		background: white;
		border-bottom: 1px solid white;
	}
	
	#Col2 a,
	#Col2 a:link,
	#Col2 a:visited {
		color: #FFAB24;
	}
	
	#Col2 a:hover {
		text-decoration: none;
	}
	
	/* Links END */

	
	/* Listen BEGIN */

	#NavigationMain ul {
		width: auto;
		height: 38px;
		list-style: none;
		background: url(../images/navi_bg.png) repeat-x;
		margin: 0;
		padding: 0 0 0 0px;
	}

	#NavigationMain li {
		float: left;
		padding: 0;
		margin: 0;
	}

	#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 */
