@CHARSET "ISO-8859-1";
body{
	background-color:#fffce3;
	background-image: url("../img/page-back.png");	
	background-position: top;
	background-repeat: repeat-x;
}

#head-space{
	background-image: url("../img/head-space-back.png");
	background-repeat: no-repeat;
	background-position: top left;
	height:452px;	
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
#head-layer{
	position:relative;
	overflow: hidden;
	background-image: url("../img/head-back.png");
	background-position:top left;
	background-repeat: no-repeat;
	height:342px;
	width:auto;	
	margin-left:-5px;
	z-index: 5;
}
#page{
	/* linker Schatten vom Menü */
	background-image: url("../img/menu-shaddow-left.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	
	/* Sorgt dafür, dass die Page im Vordergrund bleibt */
	position:relative;
	width:955px;
	background-color: #ffffff;
	margin-top:-1100px;
	/* Abstand zum Footer */
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;	
	padding:12px;
	padding-top:0px;
	padding-bottom:35px;
}

#page-container{
	overflow:hidden;
	background-color: #e6f2f9;
	background-image: url("../img/menu-back-bottom.png");
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0px;
}

#footer{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:150px;	
}

#schatzkarte{
	clear: both;
	background-image: url("../img/background-bottom.jpg");
	background-position: top;
	background-repeat: no-repeat;
	margin-top:100px;
	width:100%;
	height:758px;
	margin-left:auto;
	margin-right:auto;
}

.pane-content{
	overflow: hidden;
	margin-bottom:20px;
}

/** --------------------------------------------------
  * Formatierung der Seitenbereiche 
  * Header, Sidebar-left, Content und Footer
  * --------------------------------------------------
  */
#content{
	overflow: hidden;
	background-color: #ffffff;
	/* rechter Menüschatten */
	background-image: url("../img/menu-shaddow-right.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	float:right;
	width:588px;
	padding-top:30px;
	padding-left: 50px;
	padding-right: 20px;	
}

#sidebar-left{
	background-color: #e6f2f9;
	background-image: url("../img/menu-back-top.png");
	background-position: top right;
	background-repeat: no-repeat;
	float:left;
	width:287px;	
	height: 100%;
	margin-left:0px;
	padding-top:50px;
}

/*-----------------------------------------------------------------------*/
/* Fix für Menü, um die Vergrößerung über den Body Bereich zu verhindern */
#block-menu-menu-footer .content{
	width:auto;	
}
#block-menu-menu-footer{
	overflow:hidden;		
}
#block-menu-menu-verwaltung-fuer-redakteure{
	overflow:hidden;
}