
/*########   Master Layout  ##################################*/

html, body { 	text-align:center;
				background-color:#00CCFF; }
	
div#container {		/* als kleiner Punkt formatiert und vertikal und horizontal zentriert */
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-1px;
	margin-top:-1px;
	width: 2px;
	text-align:center;
	background-color:#FF0000;
	}
	
/*########   Layout Hauptrahmen   ############################*/

#mid-section {
   position:relative;
   left:0;
   top:0;
   }

/*########   Layout Unterrahmen   ############################*/

#mid-col {
   position:absolute;
   top:0;
   left:0px;
   width:1000px;
   height:604px;
   margin-left:-500px;	/* halbe Breite plus 5px */
   margin-top:-302px;
   background-image:url(/pictures/DynaSpace/DynaSpace_Titel_04.jpg);
   background-position:top left;
   }

#LY_diamond {
	position:absolute;
	left:540px;
	top:135px;
	width:438px;
	height:263px;
	z-index:1;
	text-align:center;
	font-weight:bold;
   }

.weiss_16_b 	{ font-family: Arial, Helvetica, sans-serif;
				  font-size: 16px;
				  letter-spacing:2px;
				  color: #FFFFFF;
	              font-weight: bold;
				  background-color:#FF0000;}

.weiss_16_b a:link		{ color: #FFFFFF; text-decoration:none;}
.weiss_16_b a:visited	{ color: #FFFFFF; text-decoration: none;}
.weiss_16_b a:hover	 	{ color: #00FFFF; text-decoration: none;}

.weiss_26_b 	{ font-family: "Times New Roman", Times, serif;
				  font-size: 26px;
				  color: #FFFFFF;
	              font-weight: bold;}

.weiss_26_b a:link		{ color: #FFFFFF; text-decoration:none;}
.weiss_26_b a:visited	{ color: #FFFFFF; text-decoration: none;}
.weiss_26_b a:hover	 	{ color: #00FFFF; text-decoration: none;}

#content {
	position:absolute;
	left:42px;
	top:180px;
	width:540px;
	height:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	color:#000099;
	font-weight:bold;
	text-align:left;
	line-height:32px;
	z-index:2;
}

#content a:link 	{ color:#000099; text-decoration:none; }
#content a:visited 	{ color:#000099; text-decoration:none; }
#content a:hover	{ color:#FF0000; text-decoration:none; }




