body {
	background-color: #FFFF00;
}

#container {
	width: 954px;
	height: 600px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-left: -477px;
	margin-top: -300px;
	border: 0px solid red;
	visibility: visible;
}

	div#logo {
		padding: 10px;
		z-index: 2;
		float: left;
	}

	div#name {
		padding: 10px;
		z-index: 3;
		font-family:  Arial, Verdana, Helvetica, sans-serif;
		font-size: 36px;
		color: #0000FF;
		text-align: right;
		font-weight: bolder;
	}

	div#leistung {
		padding: 30px;
		padding-right: 10px;
		z-index: 4;
		font-family:  Arial, Verdana, Helvetica, sans-serif;
		font-size: 24px;
		color: #0000FF;
		text-align: right;
		font-weight: bold;
		float: right;
	}
	div#bild {
	padding: 10px;
	z-index: 5;
	position: relative;
	top: 5px;
	left: 0px;
	text-align: center;
	clear: both;
	}
	div#adresse {
	padding: 10px;
	z-index: 6;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	color: #0000FF;
	position: relative;
	top: 10px;
	left: 0px;
	text-align: center;
	font-weight: bold;
	clear: both;
	}

.punkt {
	font-size: 24px;
	color: #FF0000;
}
.punkt1 {
	font-size: 36px;
	color: #FF0000;
}
.punkt2 {
	font-size: 18px;
	color: #FF0000;
}
.gross {
	font-size: 34px;
}

