/*
	ganz hell #FFE2A6
  	hell	#FFCC66
	dunkel #663300
	
	FBE6C1
	E4C58F
	D0AE72
	725523
	504127
	
*/
* {
	margin:0;
	padding:0;
	outline:0;
	color:#504127;
}
a {
	text-decoration:none;
	color:#725523;
}
body {
  background:#E4C58F;
  font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
}	
img {
	border:0;
}
#top {
  height:180px;
  background:#D0AE72;
}
#topwrapper {
  position:relative;
  width:810px;
  margin:auto;
  height:150px;
}
#wrapper1 {
  position:relative;
  top:-60px;
	background:#FBE6C1;
	width:810px;
	margin:auto;
  -moz-border-radius:15px;
  -khtml-border-radius:15px;
  border-radius:15px;
  padding:15px 5px 5px 10px;
}
#logotop {
  position:absolute;
	top:25px;
	left:0;
}
#logotop img {
	width:260px;
  position:absolute;

}
#divtitel {
	width:700px;
	height:90px;
	z-index:100;
	margin:auto;
	/*
	border:3px solid black;
	*/
}
#navi {
  position:absolute;
  top:40px;
  left:280px;
	/* 70 + 30 */
	height:130px;
}
#wrapper2 {
	position:relative;
	width:810px;
	/*border:2px solid #663300;*/
	z-index:0;
}
#footer {
	position:relative;
	/*top:100px;*/
	width:700px;
	margin:auto;
	height:20px;
	padding:4px;
}
#divtiteloben {
	width:700px;
	height:90px;
	bottom:0px;
}
#divtitelunten {
	position:absolute;
	/*background-image:url(../img/logobottom.png);*/
	background-position:center;
	background-repeat:no-repeat;
	width:300px;
	left:200px;
	bottom:-93px;
	height:120px;
	display:none;
}
#content {
	position:relative;
	min-height:400px;
	width:760px;
	margin:auto;
	z-index:10;
}

#content h1 {
	/*text-align:center;*/
}