#MasterLayerStartseite {
	position: absolute;
	width: 901px;
  height: 577px;
  left: 50%;
	margin-left: -450px;  /* Um die Hälfte der Breite nach links schieben */
	top: 50%;
	margin-top: -288px;   /* Um die Hälfte der Höhe nach oben schieben */
	border:2px solid #ffffff;
}
#MasterLayer {
	position: absolute;
	width: 901px;

/*	height: 630px; */
	height: 595px;

	left: 50%;
	margin-left: -450px;  /* Um die Hälfte der Breite nach links schieben */
	top: 50%;
	margin-top: -300px;   /* Um die Hälfte der Höhe nach oben schieben */
	border:2px solid #ffffff;
	background-color:#ffffff;
}
#LayerMainContent {
	position:relative;
	float:left;
	width:100%;
	height:529px;
}
#LayerMenue {
	position:relative;
	float:left;
	width:100%;
}
#LayerMainSpalte1 {
	position:relative;
	float:left;
	width:311px;
}
#LayerMainSpalte2 {
	position:relative;
	float:left;
	width:578px;
	height:485px;
	padding:5px;
	overflow:auto;
  padding-top: 40px;
}
#LayerBildLinks {
	position:relative;
	float:left;
	width:100%;
}
#LayerTextLinks {
	position:relative;
	float:left;
	width:290px;
	margin:10px 0px 0px 10px;
	padding:0px;
}
	
