


/* ***************************************************
02		Eigene Definitionen
**************************************************** */

#containerC {
	position: absolute;
	width: 798px;
	height: 485px;
	margin-top: -242px;
	margin-left: -390px;
	top: 50%;
	left: 50%;
}

#hgBilder {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 798px; 
	height:485px; 
	z-index:1; 
}

#hgLinien {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 798px; 
	height:485px; 
	z-index:2; 
}

#hgStrich {
	position: absolute; 
	left: 12px; 
	top: 36px; 
	width: 445px; 
	height:3px; 
		font-family: Arial, Helvetica, sans-serif; 
	font-size: 1px;
	z-index:3; 
}

#nav {
	position: absolute; 
	left: 12px; 
	top: 43px; 
	width: 445px; 
	height:15px; 
	z-index:3; 
}

#main_scroll {
	position: absolute; 
	left:2px; 
	top:60px; 
	width:486px; 
	height:407px; 
	overflow: auto; 
	z-index:3;
}

#main_inhalt {
	position: absolute; 
	left:0px; 
	top:0px; 
	width:458px; 
	z-index:5;
}

#datum {
	position: absolute; 
	left:500px; 
	top:460px; 
	width:180px; 
	z-index:0;
	text-align: right;
}


