/* CSS Obernkirchen */

/* ---------------------------------
hauptfenster mittig
---------------------------------- */ 	
body {background-color:#161C50;}
#main{ 
	position: absolute;
	width: 880px;
	height: 660px;
	z-index: 10;
	left: 50%;
	margin-left: -440px;
	top:5%;
	background-image:url(../images/verlauf.gif);
	}

#logo{ 
	position: absolute;
	width: 225px;
	height: 165px;
	z-index: 10;
	right: 40px;
	top:13px;
	}
#menu{ 
	position: absolute;
	width: 150px;
	height: 180px;
	z-index: 10;
	left: 36px;
	top:31px;
	}
#textfeld{ 
	position: absolute;
	width: 480px;
	height: 420px;
	z-index: 40;
	left: 353px;
	top:213px;
	}
#bildfeld{ 
	position: absolute;
	width: 270px;
	height: 368px;
	z-index: 40;
	left: 36px;
	top:215px;
	}
#bildfeld img{margin-bottom:16px;}
