	/*div {
		border: 1px solid #006;
	}*/
	body {
		background-color: #aabbff;
		font-family: arial, verdana, sans-serif;
		color: #000066;
	}
	a {
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
	}
	a:hover {
		color: #000066;
		text-decoration: underline;
		background: #aabbff;
	}
	#gesamt {
		position: relative;
		width: 800px;
		height: 500px;
		background-image: url(bilder/hintergrund_blau.png);
		background-attachment: scroll;
		border: 1px solid #0000ff;
	}
		#gesamt_bilder {
			position: relative;
			width: 800px;
			height: 585px;
			background-image: url(bilder/hintergrund_blau600.png);
			background-attachment: scroll;
			border: 1px solid #000066;
		}
	#himmel {
		position: absolute;
		width: 800px;
		height:100px;
		background: #0000ff;
	}
	#logo {
		position: absolute;
		left: 575px;
		top: 30px;	
		width: 189px;
		height: 60px;
	}
	#menue_1_leiste {
		position: absolute;
		left: 5px;
		top: 105px;
		width: 790px;
		height: 30px;
		background: #0000ff;
		padding-top: 0px;
		text-align: center;
		font-family: verdana;
		font-size: 10pt;
		color: #aabbff;
	}
		#menue_1_leiste td {
			text-align: center;
			font-size: 10pt;
			/*background: #0000ff;*/
		}
		#menue_1_leiste tr {
			background: #0000ff;
		}
		#menue_1_leiste a:hover {
		color: #000066;
		text-decoration: underline;
		background: #aabbff;
		}
	#facebook {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 85px;
		height: 30px;
		background: #0000ff;
	}	
	#aktuell {
			position: absolute;
			left: 273px;
			top: 0px;
			width: 99px;
			height: 30px;
			text-align: center;
			font-family: arial;
			font-size: 10pt;
			font-weight: bold;
	}
	#logo_kiring {
		position: absolute;
		left: 25px;
		top: 115px;
		width: 160px;
		height: 171px;
	}
	#menue_2 {
		position: absolute;
		left: 5px;
		top: 250px;
		width: 160px;
		height: 269px;
	}
		#menue_2 td {
			text-align: center;
			font-size: 10pt;
		}
		#menue_2 tr {
			background: #0000ff;
		}
	#inhalt {
			position: absolute;
			left: 170px;
			top: 140px;
			width: 625px;
			height: 440px;
			overflow: auto;
	}
	#inhalt a{
			color: #0000ff;
			text-decoration: underline;
			font-weight: bold;
	}
	#inhalt a:hover {
			color: #ff0000;
			text-decoration: underline;
			background: #ffffff;
	}
	#inhalt td {
		font-family: arial;
		font-size: 9pt;
		color: #000066;
		overflow: auto;
	}
	#inhalt th {
		background-color: #ffffff;
	}
		#inhalt_kopf {
		position: absolute;
		left: 0px;
		top: 5px;
		width: 600px;
		height: 90px;
	}
	#sitemap {
		position: absolute;
		left: 0px;
		top: 45px;
		width: 625px;
		height: 383px;
		overflow: auto;
	}
		#sitemap a {
			color: #ffffff;
			text-decoration: underline;
			font-weight: bold;
		}
		#sitemap a:hover {
		color: #000066;
		text-decoration: underline;
		background: #aabbff;
		}
		#sitemap td {
			padding-left: 20px;
			height: 25px;
		}
	#inhalt_bilder {
			position: absolute;
			left: 170px;
			top: 143px;
			width: 625px;
			height: 335px;
			overflow: auto;
	}
	#inhalt_bilder th {
		background-color: #ffffff;
	}
	#cafe_grossbild {
		position: absolute;
		left: 85px;
		top: 45px;
		width: 450px;
		height: 283px;
		text-align: center;
	}
	#laufleiste {
		position: relative;
		left: 175px;
		top: 483px;
		width: 615px;
		height: 85px;
		overflow: auto;
		white-space: nowrap;
	}
	
	#tabelle_grafik {
		position: absolute;
		left: 0px;
		top: 110px;
		width: 625px;
		height: 325px;
		text-align: left;
		font-family: arial;
		font-size: 9pt;
		color: #000066;
		overflow: auto;
	}
	#inhalt_textblock {
		position: absolute;
		left: 0px;
		top: 40px;
		width: 625px;
		height: 390px;
		overflow: auto;
	}	
	
	
