/* CSS Document Christian F. Kintz */

/* ---------------------------------
hauptfenster mittig
---------------------------------- */ 	
body {background-color:#FFFFFF;}
#main{ 
	position: absolute;
	width: 752px;
	height: 550px;
	z-index: 10;
	left: 50%;
	margin-left: -376px;
	top:10%;
	background-color:#c6c6c6;
	}

#menufeld{ 
	position: absolute;
	width: 450px;
	height: 215px;
	z-index: 10;
	left: 0px;
	top:0px;
	background-color:#7f7f7f;
	}
	
#feldermenu{ 
	position: absolute;
	width: 370px;
	height: 123px;
	z-index: 40;
	left: 43px;
	top:30px;
	}


#tabellenhigru{ 
	position: absolute;
	width: 450px;
	height: 50px;
	z-index: 10;
	left: 0px;
	top:176px;
	}
#bildunterschrift{ 
	position: absolute;
	width: 440px;
	height: 11px;
	z-index: 40;
	left: 4px;
	bottom:311px;
	background-color:#c6c6c6;
	}

#bildfeld{ 
	position: absolute;
	width: 450px;
	height: 300px;
	z-index: 40;
	left: 0px;
	bottom:0px;
	background-color:#c6c6c6;
	}
	
#rechtesfeld{ 
	position: absolute;
	width: 302px;
	height: 550px;
	z-index: 10;
	right: 0px;
	top:0px;	
	background-color:#b3b3b3;
	}
#headlinefeld{ 
	position: absolute;
	width: 302px;
	height: 45px;
	z-index: 60;
	right: 0px;
	top:35px;
	background-color:#767676;
	}
#headlinerechts{ 
	position: absolute;
	width: 202px;
	height: 25px;
	z-index: 70;
	left: 30px;
	top:13px;
	}
#inhalt{ 
	position: absolute;
	width: 240px;
	height: 440px;
	z-index: 100;
	left: 31px;
	top:100px;	
	overflow:auto;	
	padding-right:30px;
	}
