/*----------------------------------------
Styles-Zentrierung
----------------------------------------*/

.aussen {
	/*IE Only*/
	#position: relative;
	/*IE Only*/
	display: table;
	height: 100%;
	overflow: hidden;
	width: 960px;
	margin: 0 auto 0 auto;
}

.zwischen {
	/*IE Only*/
	#position: absolute;
	#top: 50%;
	/*IE Only*/
	display: table-cell;
	vertical-align: middle;
}

.innen {
	/*IE Only*/
	#position: relative;
	#top: -50%;
	/*IE Only*/
}

/*----------------------------------------
Styles-Zentrierung
----------------------------------------*/



/*----------------------------------------
Styles-Grobe Seitenstruktur
----------------------------------------*/

.kopf {
	background-image: url('../i/kopf.jpg');
	width: 960px;
	height: 160px;
	text-align: center;
	margin: 0 auto 0 auto;
}

.mitte {
	width: 960px;
	height: 348px;
	margin: 0 auto 0 auto;
}

.fuss {
	float: none;
	background: url('../i/fuss2.jpg') no-repeat bottom left;
	width: 960px;
	height: 55px;
	margin: 0 auto 0 auto;
	margin-top: -55px;
}


/*----------------------------------------
Styles-Grobe Seitenstruktur
----------------------------------------*/