/* Basics */
	body {
		padding: 0;
		margin: 0;
		text-align: left;
		background: #fff;
		font-size: 13px;
		color:#000;
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
	}
	
	.wrapperCenter {

	}
	
	#language {
		display:none;
	}
	
	.unternavigation {
		display:none;
	}
	
	.teaser-right {
		padding-top:20px;
	}
	
	#logo {
		padding-top:20px;
		padding-bottom:40px;
	}
	
	#col-1, .right{
		display:none;
	}
/* << */

/* Format Grundeinstellungen */
	/* Grundeinstellungen  fuer einige Element festlegen */
	th, td, p, li {
		font-family: Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 13px;
		color: #363332;
	}
	td, th {
		vertical-align: top;
	}
	/* Anpassungen fuer die Standard Absaetze */
	p {
		margin: 0 0 8px 0;
		padding-top:10px;
		padding-bottom:10px;
		color:#000;
	}
	/* Allgemeine Einstellung fuer Aufzaehlungspunkte */
	ul {
		padding:0;
		margin:0;
		margin-top: 0;
		color:#000;
		list-style-image: url(../images/navi_pfeil_rechts.gif);
	}
	ul, ol {
			padding:0;
		margin:0;
		margin-left:0;
		margin-bottom: 10px;
	}
	li {
		padding:0;
		margin:0;
		color:#000;
		line-height: 1.5em;
		list-style:none;
	}

	thead {
		background:#0C6243;
		color:#fff;
	}
	/* Einstellungen fuer Ueberschriften */
	h1 {
		font-family: Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 20px;
		margin: 0 0 10px 0;
		color: #0C6243;
		font-weight: bold;
	}
	h2 {
		font-family: Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 16px;
		margin: 10px 0 8px 0;
		color: #000;
	}
	h3 {
		font-family: Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 14px;
		margin: 0 0 8px 0;
		color: #0C6243;
	}
	h4 {
		color: #000;
		font-size: 14px;
		margin: 0 0 .3em 0;
	}
	a {
		color: #0C6243;
	}
	/*Standard Link einstellungen*/
	a:link, a:visited, a:hover {
		text-decoration: none;
	}
	a:hover	{
		color: #000;
	}
/* << */


/* Sontige Layout Einstellungen */
	/* Bilder */
	img {
		border: 0;
	}
/* << */


/* Hauptnavigation */
	div#HauptNav {
		display: none;
	}
/* << */


/* Hilfsnavigation */
	div#HilfsNav {
		display: none;
	}
/* << */

.wrapperTop .teaser-right {
	display:none;
}

#footer {
	display:none;
}


/* Navigationspfad */
	div#NavPath {
		padding-top: 10px;
	}
/* << */


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


/* >> Downloadliste */
	div.downloadlist,
	table.downloadlist {
		width: 100%;
	}
	div.downloadlist td { line-height: 200%; padding: 0 5px; }
	div.downloadlist td.r1 { width: 100%; }
/* << */


/* Suche */
	/* Sucheingabe */
	div.top div.searchbox {
		display: none;
	}
/* << */


/* Kontaktformular */
	div.KontaktForm {
		display: none;
	}
/* << */