body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	heigt: 100%;
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #000000;
	test-align: center;
}


/* Hier beginnen die ID-Selektoren -> sie dürfen in einem Dokument nur einmal angewendet werden! */

#back {
	position:absolute;
	background-image:url(background.gif);
	top:50%;
	left:50%;
	width: 534px;
	height: 378px;
	margin-left: -267px;
	margin-top: -229px;
}

#hinweis {
	position: relative;
	width: 500px;
	heigt: 200px;
	top: 20px;
	margin-left: auto;
	margin-top: auto;
	text-align: center;	
}

#leistungen {
	position: relative;
	width: 500px;
	heigt: 100px;
	top: 278px;
	margin-left: auto;
	text-align: center;	
}

#adress {
	position: absolute;
	top:50%;
	left:50%;
	width: 500px;
	height: 200px;
	margin-left: -267px;
	margin-top: -19px;
}

#adress1 {
	position: relative;
	float: left;
	width: 100px;
	height: 200px;
	text-align: left;
	left: 100px;
}

#adress2 {
	position: relative;
	width: 300px;
	height: 200px;
	text-align: left;
	left: 150px;
}



/* Element-Selektoren: */
p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 130%;
	padding-top: 15px;
	text-align: left;
}

.weiss {
	color: #ffffff;
	font-weight: bold;	
	text-align: center;	
	font-size: 16px;
	
	
}

a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:focus { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }

h1 { 
	font-size: 16px;
	font-weight: bold;
	color: #E00007;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 0px;
}

