<!--

	html, body {
		margin: 0;
		background-color: #F23A00;		
	}
	
	div#container {
		background-image: url(../bilder/startseite/startseite.jpg);
		background-repeat: no-repeat;
		height: 768px;
		width: 100%;
		border: 0;
		position:absolute;
		left: 0px;
		top: 0px;
	}

	div#content {
		 position:absolute;
		 left: 0px;
		 top: 0px;
	}

	h1, p {
		color: #F23A00;
	}
-->