	body {
		margin: auto;
		background-color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.85em;
		color: #001941;
		line-height: 1.3;
	}
	
	.slideshow_bild {
		min-width: 100%;
		min-height: 100%;
		background-size: cover;
		background-position: center center;
	}

	.bildtext {
		width: 660px;
		margin-left: 46%;
	}

	#fuss {
		width: 100%;
		height: 120px;
		position: absolute;
		bottom: 0;
		padding-top: 10px;
		background-color: #f49e00;
	}

	.bildtext_ueberschrift {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		font-weight: bold;
		color: #001941;
		display: block;
		line-height: 1.4;
		padding-bottom: 10px;
	}
