/* CSS Document */

body {

}

a img {
	border: 0px;
}

div#seite {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 654px;
	margin-left: -327px;
	margin-top: -300px;	
}


div#menue {
	white-space: nowrap;
}

div#inhalt {
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	background-image:url(images/hintergrund.jpg);
	height: 360px;
	background-repeat: no-repeat;
	font-size: 14px;
	
}

div#brautpaar1 {
	position: absolute;
	left: 15px;
	top: 218px;
}

div#brautpaar2 {
	position: absolute;
	left: 183px;
	top: 218px;
}

div#brautpaar3 {
	position: absolute;
	left: 330px;
	top: 218px;
}

div#danke {
	position: absolute;
	top: 75px;
	left: 20px;	
}

div#seitenwahl {
	align: right;
	position: absolute;
	right: 20px;
}


