/* >> Basics */
	body {
		font-size: 14px;
		color: black;
		background: white url(../images/printLogo.gif) top center no-repeat;
	}
	.wrapperTop {
		display: none;
	}
	.wrapper {
		background: white;
		margin-top: 170px;
	}
	.wrapperBottom {
		display: none;
	}
	/* Content */
	.outer0 {
		margin-left: 0; /* Breite Left Col */
		margin-right: 0; /* Breite Right Col */
		background: white;
	}
	/* Teaser */
	.outer2 {
		height: auto;
		background: white;
		margin: 0;
	}
	.wrap-cl {
		float: none;
		width: 100%; /* C + L + 1 */
		background: white;
	}
	.center {
		float: none;
		width: 100%;  /* C */
		background: white;
	}
	.left {
		display: none;
	}
	.right {
		display: none;
	}
	.incenter,
	.incenter .content,
	.incenter .content div.cont1,
	.incenter .content div.cont2 {
		background: white;
	}
/* << */

/* Format Grundeinstellungen */
	/* Grundeinstellungen  fuer einige Element festlegen */
	body th,
	body td,
	body p,
	body ul,
	body li,
	body h1,
	body h2,
	body h3,
	body h4,
	body a {
		color: black;
		font-size: 14px;
	}
	
	body h1,
	body h2,
	body h3,
	body h4 {
		font-weight: bold;
		color: #7D212B;
	}
	
	body h1 { font-size: 1.5em; }
	body h2 { font-size: 1.4em; }
	body h3 { font-size: 1.3em; }
	body h4 { font-size: 1.2em; }
/* << */