
<style type="text/css">
	<!--

	body {
		margin: 0px;
		padding: 0px;
		background-color: #CDFFB2;
	}
	
	#kopf {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 4;
		width: 100%;
		height: 84px;
		background-color: #B0EE9C;
		border: none;
	}
	
	#kopf_inhalt {
		background-image: url(../assets/images/banner_background.png);
	}

	#mitte {
		position: absolute;
		left: 152px; 	/*151px*/
		top: 85px;
		z-index: 1;
		width: 643px;
		height: 850px;
		background-color: #B0EE9C;
		border: none;
	}
	
	#mitte_inhalt {
		margin-left: 10px;
		padding: 10px;
	}
	
	#mitte_inhalt1 {
		text-align: center;
		margin-left:  100px;
		margin-right: 100px;
		padding: 10px;
		left: 120px;
		top: 150px;
	}

	#navi {
		position: absolute;
		left: 0px;
		top: 85px;
		z-index: 2;
		width: 150px;
		height: 850px;
		background-color: #B0EE9C;
		border: none;
	}
	
	#navi_inhalt1 {
		padding: 10px;
		position: absolute;
		top: 230px;
	}
	
	#navi_inhalt2 {
		padding: 10px;
		position: absolute;
		top: 370px;
	}
	
	#rechts {
		position: absolute;
		left: 797px;
		top: 85px;
		z-index: 3;
		width: 210px;	/*orig. 20%, 172px*/
		height: 850px;
		background-color: #B0EE9C;
		border: none;
	}
	
	#rechts_inhalt1 {
		padding: 10px;
		position: absolute;
	}
	
	#rechts_inhalt1a {
		padding: 10px;
		position: absolute;
		top: 110px;
	}
	
	#rechts_inhalt2 {
		padding: 10px;
		position: absolute;
		top: 170px;
	}
	
	#rechts_inhalt3 {
		padding: 10px;
		position: absolute;
		top: 320px;
	}
	
	#fuss {
		position: absolute;
		left: 0px;
		top: 721px;		/*orig 681px*/
		z-index: 5;
		width: 100%;
		height: 5px; /*orig. 50px*/
		background-color: #B0EE9C;
		border: none;
		text-align: left;
	}
	
	#fuss_inhalt {
		padding: 10px;
	}
	
	/* >>> Tabelle Veranstaltung >>> */
	thead {
		display: table-header-group;
		font-size: 18px;
		color: white;
		/*font-style: bold;*/
		background-color: #87a1cd;
		text-align: middle;
	}
	
	tbody {
		display: table-footer-group;
		font-size: 12px;
		/*font-style: italic;*/
	}
	/* <<< Tabelle Veranstaltung <<< */
	
-->
</style>
