body {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  text-align: center; 
  background-color: #dead68;   /*#fbdfc2 schweinchenrosa ;o)*/
}

#mother {
  width: 1000px;
  text-align: center;
  margin: 0 auto;
}

#leisteoben {
  width: 1000px;
  color: #fbdfc2;
  font-weight: bold;
  margin-top: 10px;
  background-color: #333333;
}

#header {
	background-image:url(header_stone.jpg);
	background-position:left center;
	height:100px;
}

#leiste {
	background-color:#333333;
	color:#FBDFC2;
	font-size:16px;
	font-variant:small-caps;
	font-weight:bold;
	margin-bottom:10px;
	width:1000px;
}

#leiste a {
	padding-left:20px;
	padding-right:20px;
	color:#FBDFC2;
}

#main {
	background-color:#FBDFC2;
}

#content {
	background-color:#FBDFC2;
	float:left;
	height:550px;
	margin-bottom:10px;
	width:760px;
}

#info {
	background-color:#FBDFC2;
	border-bottom:15px solid #333333;
	border-left:2px solid #333333;
	border-top:15px solid #333333;
	float:right;
	height:520px;
	width:238px;
}

#footer {
	background-color:#333333;
	clear:both;
	color:#FBDFC2;
	font-weight:bold;
	vertical-align:middle;
	width:1000px;
}
