	/* Struktur BEGIN */
	
	html,
	body {
		margin: 0;
		padding: 0;
		text-align: center; /* IE fix */
		font-family: Arial, sans-serif;
		font-size: 12px;
	}
	
	#Wrapper {
		margin: 0 auto;
		width: 940px;
		text-align: left;
	}
	
	#NavigationTop,
	#Header,
	#NavigationMain,
	#Col1,
	#NavigationBottom {
		display: none;
	}
		
	/* Struktur END */
	
	
	/* Text BEGIN */
	
	#Col1 p,
	#Col2 {
		line-height: 1.5em;
	}
	
	/* Text END */

	
	/* Links BEGIN */

	#Col2 a,
	#Col2 a:link,
	#Col2 a:visited {
		color: #59ACCA;
	}
	
	/* Links END */

	
	/* Listen BEGIN */

	ul,
	li {
		margin: 0;
		padding: 0;
	}

	/* 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 */
