@charset "UTF-8";
body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
}
#container {
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	width: 900px;
	height: 400px;
	position: absolute;
	margin-top: -200px;
	margin-left: -450px;
	left: 50%;
	top: 50%;
}


#container p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#container img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.pdf {
	height: 29px;
	width: 77px;
	background-image: url(_img/pdf.png);
	background-position: left top;
}

.mail {
}

