@charset "utf-8";
/* CSS Document */
.mitte{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 700px;
	color: #524F58;
}
	.infoBox {
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		width: 197px;
		height: 355px;
		display: inline;
		padding: 0 10px 10px 10px;
		border-left: 1px solid #e4e1d8;
		border-right: 1px solid #e4e1d8;
		border-bottom: 1px solid #e4e1d8;
		background-image: url(../global_gfx/verlauf-infoBox.gif);
		background-repeat: repeat-x;
		background-color: #fef4d1;
		z-index: 90;
	}
	.infoBox IMG {
		border: 1px solid #e4e1d8;
		margin: 10px 0 2px 0;
	}
	.infoBox UL {
		padding-top: 8px;
		margin-left: 15px;
	}
	.infoBox .trenner {
		background-image: url(../global_gfx/startseite-trenner.gif);
		background-repeat: no-repeat;
		margin: 10px 0;
	}
	.rahmenBox {
		float: left;
		display: inline;
		margin:0 5px;
		background-image: url(../global_gfx/startseite-linie.gif);
		background-repeat: no-repeat;
		height: 365px;
		width: 11px;
	}
.rechts {
	display: none;
}

/* 3-Spaltig in Startseite */
	.mitteStart {
		float: left;
		width: 430px;
		color: #524F58;
		line-height: 160%;
	}
		.mitteStart UL {
			margin-left: 15px;
			padding-top: 5px;
		}
	.rechtsStart {
		float: left;
		padding-left: 5px;
		width: 265px;
	}
