/************************************************************************************/
/* Definition des Layout                                                            */
/************************************************************************************/

body {
	text-align: center;	/*Dies ist für die zentrierte Ausrichtung im IE nötig*/
}

#hauptrahmen {
	margin: 10px auto;
	width: 800px;
	background-image:  url(../layout/hg-mitte.jpg);
	text-align: left; /*Dies setzt die zentrierte Ausrichtung für den IE zurück */
}
	#banner {
		width: 800px;
		height: 150px;
		background-image:  url(../layout/hg-banner.jpg);
		background-repeat: no-repeat;
		}
	#mittelrahmen {
		width: 800px;	
		background-image:  url(../layout/hg-rspalte-unten.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
		#navi {
			float: left;
			width: 200px;
		}
			#navi-oben {
				width: 200px;
				height: 60px;
				background-image:  url(../layout/hg-navi-oben.jpg);
				background-repeat: no-repeat;
			}
			#navi-unten {
				width: 200px;
				height:auto; !important
			}
		#inhalt {
			float: left;
			margin: 0px 30px;
			width: 340px;
			height:auto; !important
			padding-bottom: 20px;
		}
		
		#inhalt-spalte {
			float: felft;	
			width: 340px;
		}
		
		#rechte-spalte {
			float: right;
			padding: 0px 30px 0px 0px;
			width: 160px;
		}
		#fusszeile-mitte {
			clear: both;
			width:800px;
			height: 50px;
			background-image:  url(../layout/hg-rspalte-unten.jpg);
			background-repeat: no-repeat;
			background-position: bottom right;
		}
		#fusszeile {
			position: absolute;
			clear: both;
			width: 800px;
			height: 70px;
			background-image:  url(../layout/hg-fusszeile.jpg);
			background-repeat: no-repeat;
		}
			#copy {
				position: absolute;
				right: 40px;
				bottom: 30px;
				font-size: 10px;
			}
			#copy a {
					color: #000000;
			}
			#copy a:hover {
					color: #000000;
			}
			
			#bibelvers {
				position: absolute;
				bottom: 5px;
				width: 800px;
				text-align: center;
				font-size: 10px;
				font-weight: bold;
			}
