/* Basics */
	body {
		background-image: url(../images/backgroundStartpage.gif);
	}
	.wrapperTop {
		margin: 0 auto;
		width: 766px;
		height: 152px;
		border-right: 0;
	}
	* html .wrapperTop {
		width: 766px;
	}
	.wrapper {
		margin: 0 auto;
		width: 766px;
		text-align: left;
		background: transparent; /* L */
		border-left: 1px solid #fff;
	}
	* html .wrapper,
	* html .wrapperBottom {
		width: 767px;
	}
	/* Navigation */
	.outer1 {
		margin-left: 0;
	}
	/* Content */
	.outer0 {
		margin-left: 0; /* L */
	}
	.wrap-cl {
		width: 766px; /* C + L  */
	}
	.left {
		display: none;
	}
	.center {
		width: 766px;  /* C */
	}
	.inleft,
	.incenter,
	.inright,
	.intop,
	.inbottom {
		width: 100%;
	}
	.incenter {
		padding-top: 0;
		padding-bottom: 0;
	}
	.inbottom {
		padding: .3em 0;
	}
	.incenter .content {
	}
/* << */


/* Absaetze */
	/* Formatierungen */
	div.center div.absatz-links {
		width: 400px;
		padding-left: 0;
	}
	div.center div.absatz-links div.headline {
		background: #E9E9E9;
	}
	*+html div.center div.absatz-links div.headline {
		height: 43px;
		overflow: hidden;
	}
	* html div.center div.absatz-links div.headline {
		height: 43px;
		overflow: hidden;
	}
	div.center div.absatz-links div.htmlcont {
		padding: 10px 20px;
	}
	
	div.center div.absatz-rechts {
		width: 365px;
		padding-right: 0;
	}
/* << */


/* Hauptnavigation */
	/* Ebene 1 */
		div#mnavi {
			display: none;
		}
/* << */


/* Illustration */
	div.illustration {
		width: 766px;
		top: 61px;
		background: transparent;
	}
/* << */


/* Sprache wechseln */
	div#language div.cont {
		left: 740px;
	}
/* << */