@charset "utf-8";
/* kirche */
#apDiv1 {
	position:relative;
	width:136px;
	height:128px;
	z-index:1;
	left: 34px;
	top: 187px;
}
/* essen */
#apDiv2 {
	position:relative;
	width:134px;
	height:109px;
	z-index:2;
	left: 23px;
	top: 279px;
}
/* standesamt */
#apDiv3 {
	position:relative;
	width:158px;
	height:138px;
	z-index:3;
	left: 25px;
	top: 91px;
}
/* �ber uns */
#apDiv4 {
	position:relative;
	width:134px;
	height:113px;
	z-index:4;
	left: 1024px;
	top: -258px;
}
#apDiv5 {
	position:relative;
	width:150px;
	height:115px;
	z-index:5;
	left: 999px;
	top: -148px;
}
#apDiv6 {
	position:relative;
	width:132px;
	height:128px;
	z-index:6;
	left: 1014px;
	top: -196px;
}
#apDiv7 {
	position:relative;
	width:132px;
	height:128px;
	z-index:6;
	left: 1009px;
	top: -176px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #3f3f3f;
	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;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	line-height: 1.8;
}
a {
	text-decoration: none;color:#aaa;
}
a:hover{
	text-decoration: none;color:#fff;
}

.oneColFixCtr #container {
	width: 1150px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #3f3f3f;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
.oneColFixCtr #mainContent {
	color:#999
		padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
}

