/* >> Basics */
	body {
		color: #7f7f7f;
		font-size: 11px;
	}
	.border a img {
		border: 1px solid #7D212B;
	}
	.border a:hover img {
		border-color: #E60D2E;
	}
	.wrapperTop {
		margin: 0 auto;
		width: 799px;
		text-align: left;
		margin-top: 20px;
	}
	.wrapper {
		margin: 0 auto;
		width: 950px;
		text-align: left;
		background-color: transparent; /* L */
		z-index: 200;
	}
	/* Navigation */
	.outer1 {
		margin-left: 0; /* Breite Left Col */
	}
	/* Content */
	.outer0 {
		position: block;;
		margin-left: 0; /* Breite Left Col */
		margin-right: 0; /* Breite Right Col */
	}
	/* Teaser */
	.outer2 {
		margin-right: 0; /* Breite Right Col */
		/height: auto; /* Höhe der Website im IE */
		min-height: auto; /* Höhe der Website */
	}
	.wrap-cl {
		float: none;
		width: 950px; /* C + L + 1 */
	}
	.center {
		float: right;
		width: 950px;  /* C */
		background: transparent;
	}
	.left {
		display: none;
	}
	.right {
		display: none;
	}
	div.cont1 {
		text-align: center;
	}
	div.cont1 table {
		margin: 0 auto;
	}
	div.cont1 a:hover img {
		filter: Gray();
		-moz-opacity: .7;
	}
/* << */

/* Format Grundeinstellungen */
	/* Grundeinstellungen  fuer einige Element festlegen */
	th, td, p, ul, li {
		color: #7f7f7f;
	}
	/* Einstellungen fuer Ueberschriften */
	h1 {
		font-family: Geneva, "Trebuchet MS", Helvetica, Arial, serif;
		font-size: 18px;
		margin: 10px 0 40px 0;
		color: #7f7f7f;
		text-transform: uppercase;
	}
	h1 a {
		color: #7D212B;
	}
	h1 a:hover {
		color: #E60D2E;
	}
	h2 {
		text-transform: uppercase;
		font-size: 18px;
		margin: 5px 0 1px 0;
		font-weight: normal;
	}
	h2 a {
		color: #7D212B;
	}
	h2 a:hover {
		color: #E60D2E;
	}
	/* Anpassungen fuer die Standard Absaetze */
	p {
		margin: 0;
		font-size: 10px;
	}
	.incenter p {
		line-height: 13px;
	}
	a {
		color: #ff8c00;
	}
	/*Standard Link einstellungen*/
	a:link, a:visited, a:hover {
		text-decoration: none;
	}
	a:hover	{
		color: #5B76A2;
	}
/* << */

/* Hilfsnavigation */
	div.HilfsNav a {
		margin: 0 15px;
	}
/* << */

/* Illustration */
	div.illustration {
		display: none;
	}
/* << */

/* BottomNavigation */
	div.BotNav {
		display: none;
	}
/* << */