/*-- global container ------------------------------------------------------*/
#container {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right:auto;
	width: 990px;
	height: 555px;

}
/*--- header ---------------------------------------------------------------*/

#header	{
/*	position: relative; */
	padding: 0px;
	width: 792px;
	height: 110px;
	top: 0px;
	left: 0px;
}

#logo {
	background: url(../pictures/utilities/RM_Ueberschrift.jpg) no-repeat;
	position:absolute;
	width: 606px;
	height: 65px;
	top: 25px;
	left: 234px;
	z-index: 1;
}
	
/*-- main container: contains all between header and footer ----------------*/
#main_container {
	padding: 0px;
	position: relative;
	margin-top: 0px;
}
#nav_normal  {
	position:absolute;
	top:0px;
	left: 0px;
	width: 203px;
	height:524px;
	z-index: 1;
		}

#nav_flash  {
	position:absolute;
	top:0px;
	left: 0px;
	width: 203px;
	height:524px;
	z-index: 1;
		}

#Layer1 {position:absolute; left:0px; top:0px; width:170px; height:49px;  }
#Layer2{position:absolute; left:30px; top:48px; width:68px; height:49px;  }
#Layer5{position:absolute; left:0px; top:194px; width:170px; height:48px; }
#Layer6{position:absolute; left:30px; top:243px; width:170px; height:51px;}
#Layer3{position:absolute; left:0px; top:96px; width:169px; height:50px;  }
#Layer4{position:absolute; left:30px; top:146px; width:170px; height:52px;}
#Layer7{position:absolute; left:0px; top: 300px; width:167px; height:50px; }
#Layer8{position:absolute; left:30px; top:354px; width:165px; height:56px;}
#Layer9{position:absolute; left:0px; top:404px; width:133px; height:37px; }
#Layer10{position:absolute; left:30px; top:460px; width:168px; height:27px;}

#flash-right {
	position:absolute;
	left:829px;
	top:56px;
	width:59px;
	height:529px;
	z-index: 2;
}

#Woelkchen {background: url(../pictures/RM_5.jpg) no-repeat; position:absolute; left:413px; top:25px; width:259px; height:181px;} 
#news {position:absolute; left:283px; top:388px; width:259px; height:300px;} 
#playintro  {position:absolute; left:149px; top:179px; width:117px; height:25px;}
#hallo {position:absolute; left:349px; top:356px; width:308px; height:17px;}
#date {
	position:absolute;
	left:755px;
	top:80px;
	width:93px;
	height:18px;
	z-index: 2;
}
#main_text {
	position:absolute;
	left:234px;
	top:0px;
	width:598px;
	height:506px;
	overflow: visible;
	z-index: 8;
	visibility:visible;
} 
#main_text2 {
	position:absolute;
	left:234px;
	top:0px;
	width:598px;
	height:506px;
	overflow: visible;
	z-index: 8;
	visibility:hidden;
} 
#text_background {
	position:absolute;
	left:222px;
	top:0px;
	width:603px;
	height:553px;
	z-index: 7;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 792px;
	height: 65px;
	clear: both;
}

#footer_text {
	padding: 10px 0 0 0;
	margin: 0 30px 0 30px;
	text-align: center;
	font-size: 80%;
}

