body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0; padding: 0;
	background: black;
} 
#seite {
	width: 1000px;			/* für 1024x768 */
	height: 550px;
	background: black;
	/* overflow: hidden; */
}
#Header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 150px;
	background: blue;
}
#menueTeil {
	position: relative;
	top: -32px;
	left: 55px;
	width: 230px;
	height: 380px;
	background: #666666;
	padding: 20px;
}
#TextGround {
	position: relative;
	top: -560px;
	left: 620px;
	width: 270px;
	height: 55px;
	background: #FFFF00;
}
#Text {
	position: relative;
	left: 20px;
	top: 5px;
	width: 350px;
	font-family: verdana, sans-serif; 
	font-size: 18px;
	font-style: italic;
	color: black;
} 
#TextSub {
	position: relative;
 	left: 20px;
	top: 5px;
	width: 350px;
	font-family: verdana, sans-serif; 
	font-size: 14px;
	color: black;
} 
#content {
	position: relative;
	top: -535px;
	left: 400px;
	width: 560px; 
	height: 420px;
	background: white;
	padding: 20px;
	overflow: scroll;
}
#foto {
	position: relative;
	top: -1090px;
	left: 454px;
	width: 270px;
	height: 180px;
}
.menueHeader {
	font-family: verdana, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: white;
}
.menueFooter {
	position: relative;
	top: 0px;
	left: 0px;
	width: 240px;
	font-family: verdana, sans-serif; 
	font-size: 14px;
	color: white;
}
.headline {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-size: 22px;
	font-weight: bold;
	color: black;
}
.bodytext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-size: 14px;
	color: black;
	text-align: justify;
}

