@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/allgemein/see.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-attachment: fixed;
}

#inhalt {
	width: 980px;
	position: absolute;
	left: 50%;
	margin-left: -490px; /* negative Hälfte von width:500px */
	top: 0px;
	height: 800px;
	z-index:1;
	background-color: #F7F7F7;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	padding: 10px;
}
.adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
