/* Basics */
	body {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 12px;
		color: #424242;
		margin: 0;
		padding: 0;
		text-align: center;
		background: white;
	}
	.clear {
		clear: both;
	}
	.border {
		border: 1px solid #332312;
	}
	.alignright {
		text-align: right;
	}
	.display-none {
		display: none;
	}
	.to-right {
		float: right;
		margin: 0 0 2px 10px;
	}
	.to-left {
		float: left;
		margin: 0 10px 2px 0;
	}
	.wrapperTop {
		margin: 0 auto;
		width: 850px;
		text-align: left;
		background: transparent;
	}
	.wrapper {
		margin: 0 auto;
		width: 852px;
		text-align: left;
		background: transparent; /* L */
		line-height: 1.5em;
	}
	.wrapperBottom {
		margin: 0 auto;
		width: 850px;
		text-align: left;
		background: transparent;
	}
	/* Navigation */
	.outer1 {
		margin-left: 1px;
		background: transparent; /* R */
	}
	/* Content */
	.outer0 {
		margin-left: -1px; /* L */
		margin-right: -1px; /* R */
	}
	/* Teaser */
	.outer2 {
		margin-right: 1px;
		background: #fff; /* C */
	}
	.wrap-cl {
		float: left;
		width: 851px; /* C + L  */
	}
	.top {
	}
	.left {
		float: left;
		width: 1px;
	}
	.center {
		float: right;
		width: 850px;  /* C */
	}
	.right {
		float: right;
		width: 1px;
	}
	.bottom {
	}
	.outer0 {
		word-wrap: break-word;
	}
	.inleft,
	.incenter,
	.inright,
	.intop,
	.inbottom {
		width: 100%;
	}
	.inleft,
	.inright {
		position: absolute;
		left: auto;
		top: auto;
		width: 1px;
		z-index: 400;
	}
	.incenter {
		margin-top: 240px;
		margin-bottom: 10px;
	}
	.inbottom {
		padding: 5px 0;
	}
	.incenter .content {
	}
	/*.absolute {
		position: absolute;
		top: 0;
		left: auto;
		z-index: 100;
		width: 950px;
	}*/
	
	/* Eleminiert Probleme mit der darstellung auf IE Browsern */
	* html .outer0 { height: 0; he\ight: auto; zoom: 1; }
	* + html .outer0 { height: 0; he\ight: auto; zoom: 1; }
	/* previene allargamento floats (hidden) e problemi rendering left col (relative) in IE/Mac */
	/** html .wrap-cl { position: relative; }
	* + html .wrap-cl { position: relative; }*/
/* << */


/* Format Grundeinstellungen */
	/* Grundeinstellungen  fuer einige Element festlegen */
	th, td, p, ul, li {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 12px;
		color: #363332;
	}
	td, th {
		vertical-align: top;
	}
	/* Anpassungen fuer die Standard Absaetze */
	p {
		margin: 0 0 12px 0;
	}
	.incenter p {
		line-height: 1.5em;
	}
	/* Allgemeine Einstellung fuer Aufzaehlungspunkte */
	ul {
		margin-top: 0px;
		list-style-image: url(../images/navi_pfeil_rechts.gif);
		padding-left: 16px;
	}
	* html ul {
		margin-left: 0;
	}
	* + html ul {
		margin-left: 0;
	}
	/* Einstellungen fuer Ueberschriften */
	h1 {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 16px;
		margin: 0 0 .3em 0;
		font-weight: normal;
	}
	h2 {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 16px;
		margin: 0 0 .9em 0;
	}
	h3 {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 12px;
		margin: 0 0 .3em 0;
	}
	h4 {
		font-size: 12px;
		margin: 0 0 12px 0;
	}
	a {
		color: #B49967;
	}
	/* Standard Link einstellungen */
	a:link, a:visited, a:hover {
		text-decoration: none;
	}
	a:hover	{
		color: #424242;
	}
/* << */


/* Sontige Layout Einstellungen */
	.small,
	p.small,
	span.small {
		font-size: .8em;
		line-height: 1.4em;
	}
	
	.registered {
		font-size: 11px;
		padding-left: 1px;
	}
	h1 .registered {
		font-size: 14px;
	}
	
	/* Formulare */
	form {
		margin: 0;
	}
	input,
	textarea,
	select {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		background: #fff;
		border: 1px solid #999;
		font-size: 10px;
		color: #000;
		width: 100%;
		-moz-opacity: 0.6;
		filter: alpha(opacity=60);
	}
	input:hover, input:focus,
	textarea:hover, textarea:focus {
		-moz-opacity: 1;
		filter: alpha(opacity=100);
	}
	select,
	input.button {
		width: auto;
	}
	
	/* Trennlinie */
	hr {
		color: #676869; /* IE */
		border: 1px solid #676869; /* Mozilla */
		height: 1px; /* IE */
		margin-top: 10px;
		margin-bottom: 10px;
	}
	/* Maschinentext */
	pre {
		padding: 5px;
		background: #eee;
		white-space: normal;
		font-size: 11px;
	}
	
	/* Bilder */
	img {
		border: 0;
	}
	
	#print {
		clear: both;
		text-align: right;
		margin: 4em 0;
	}
/* << */


/* Absaetze */
	/* Standard Absatz */
	div.center div.standard {
	}
	div.center div.standard div.intext {
		padding: 0 80px;
	}
	div.center div.standard div.headline {
	}
	div.center div.standard div.htmlcont {
	}
	
	/* Formatierungen */
	div.center div.absatz-links,
	div.center div.absatz-rechts {
		float: left;
		width: 49%; 
	}
	div.center div.absatz-rechts {
		float: right;
	}
	div.center div.absatz-links div.intext {
		padding-left: 0;
	}
	
	/* Panel Absatz */
	div.center div.panel {
		margin-bottom: 15px;
	}
	div.center div.panel div.intext {
	}
	div.center div.panel div.headline {
		border-bottom: 1px solid #032B4D;
		padding: 1px 20px 3px 20px;
	}
	div.center div.panel div.htmlcont {
		background: #f2f2f2;
		padding: 5px 20px 3px 20px;
	}
	div.center div.panel h2,
	div.center div.panel h3 {
		margin: 0;
		font-size: 13px;
	}
	
	/* DesignPanel Absatz */
	div.center div.despanel {
		margin-bottom: 15px;
	}
	div.center div.despanel div.intext {
	}
	div.center div.despanel div.headline {
		background: #f2f2f2;
		padding: 1px 20px 3px 20px;
	}
	
	div.center div.despanel div.htmlcont {
		background: #F2E295;
		padding: 5px 20px 3px 20px;
	}
	div.center div.despanel h2,
	div.center div.despanel h3 {
		margin: 0;
		font-size: 13px;
	}
	
	/* 3 Spaltige Absätze */
	div.center div.absatz3-links,
	div.center div.absatz3-center,
	div.center div.absatz3-rechts {
		float: left;
		width: 210px;
	}
	div.center div.absatz3-links {
		clear: both;
		width: 425px;
	}
	div.center div.absatz3-links div.intext,
	div.center div.absatz3-center div.intext {
		padding-left: 0;
	}
	div.center div.absatz3-rechts div.intext {
		padding-right: 0;
	}
	
	/* Standard Absatz */
	div.center div.gedicht {
		text-align: center;
		margin-top: 20px;
		padding: 0 80px;
	}
	div.center div.gedicht div.headline {
		display: none;
	}
	div.center div.gedicht p {
		font-size: 15px;
		font-style: italic;
	}
	
	/* Date */
	div.center div.date {
		width: 40%;
		clear: left;
		margin-bottom: 20px;
	}
/* << */


/* Logo */
	div.logo {
		position: absolute;
		top: 0;
		left: auto;
		width: auto;
		margin-top: 5px;
		z-index: 800;
	}
	div.logo div.inlogo {
		position: absolute;
		top: 40px;
		left: 690px;
	}
	div.logo img {}
/* << */


/* Hauptnavigation */
	div.HauptNav {
		position: absolute;
		/*top: -40px;
		left: 30px;
		width: 360px;*/
		z-index: 500;
		top: 0;
		left: auto;
		width: auto;

	}
	/* Alle Links */
	div.HauptNav a {
	}
	div.HauptNav a:hover {
	}
	div.HauptNav div {
	}
	
	/* Ebene 1 */
		/* Hauptcontainer */
		div.HauptNav div.NavFirstIn {
			position: absolute;
			top: 150px;
			left: 30px;
			width: 360px;
			z-index: 501;

		}
		/* Alle Link Container */
		div.HauptNav div.NavFirstOff,
		div.HauptNav div.NavFirstOn,
		div.HauptNav div.NavFirstOpen {
			margin-bottom: 50px;
		}
		div.HauptNav div.NavFirstOn,
		div.HauptNav div.NavFirstOpen {
			margin-bottom: 0;
			position: absolute;
			top: 190px;
			left: -30px;
			width: 850px;
			text-align: center;
		}
		/* Alle Links */
		div.HauptNav div.NavFirstOff a,
		div.HauptNav div.NavFirstOn,
		div.HauptNav div.NavFirstOpen a {
			padding: 5px 5px 5px 0;
			font-size: 18px;
			border-bottom: 1px solid #424242;
			background: url(../images/navBg.gif) bottom right no-repeat;
			color: #332312;
			font-family: 'Times New Roman', Times, serif;
			display: block;
			line-height: 1em;
		}
		/* Alle Links beim ueberfahren */
		div.HauptNav div.NavFirstOff a:hover {
			color: #fff;
			border-bottom-color: #fff;
			background-image: url(../images/navBgHover.gif);
		}
		div.HauptNav div.NavFirstOpen a:hover {
		}
		/* Link hier, Im Pfad */
		div.HauptNav div.NavFirstOn,
		div.HauptNav div.NavFirstOpen a {
			padding: 0;
			font-size: 23px;
			border-bottom: 0;
			background: transparent;
			color: #332312;
		}
		
		div.HauptNav div.NavFirstOff a.objekteprojekte { display:none !important; }
		
	/* Ebene 2 */
		/* Hauptcontainer */
		div.HauptNav div.NavSecondIn {
			position: absolute;
			top: 220px;
			left: 0px;
			width: 830px;
			text-align: center;
		}
		div.HauptNav a.NavSecondOff,
		div.HauptNav a.NavSecondOn,
		div.HauptNav a.NavSecondOpen {
			margin-bottom: 1px;
			font-size: 15px;
			margin: 10px 15px;
			padding: 0 5px;
			color: #C5B08B;
			white-space: nowrap;
		}
		/* Alle Links beim ueberfahren*/
		div.HauptNav a.NavSecondOff:hover,
		div.HauptNav a.NavSecondOn:hover,
		div.HauptNav a.NavSecondOpen:hover,
		/* Link hier, Im Pfad */
		div.HauptNav a.NavSecondOn,
		div.HauptNav a.NavSecondOpen {
			color: #332312;
		}
		/* Link hier, Im Pfad */
		div.HauptNav a.NavSecondOn,
		div.HauptNav a.NavSecondOpen {
			font-weight: bold;
		}
	/* Ebene 3 */
		/* Hauptcontainer */
		div.HauptNav div.NavThirdIn {
			display: none;
		}
		/* Alle Links */
		div.HauptNav div.NavThirdOff a,
		div.HauptNav div.NavThirdOn a,
		div.HauptNav div.NavThirdOpen a {
		}
		/* Alle Links beim ueberfahren*/
		div.HauptNav div.NavThirdOff a:hover,
		div.HauptNav div.NavThirdOn a:hover,
		div.HauptNav div.NavThirdOpen a:hover,
		/* Link hier, Im Pfad  */
		div.HauptNav div.NavThirdOn a,
		div.HauptNav div.NavThirdOpen a {
		}
/* << */


/* Hilfsnavigation */
	div.HilfsNav {
		color: #000;
		width: 680px;
		font-size: 12px;
		position: absolute;
		top: 100px;
	}
	div.HilfsNav div.inHilfsNav {
	}
	div.HilfsNav a {
		font-size: 11px;
		margin: 0 3px;
		color: #000;
	}
	div.HilfsNav a:hover {
		color: #B59D75;
	}
/* << */


/* BottomNavigation */
	div.BotNav {
		font-size: 12px;
		padding: 2px 0;
		text-align: center;
		color: #666;
	}
	div.inBotNav {
	}
	div.BotNav a {
		font-size: 12px;
		padding: 0 10px;
		margin: 0 10px;
		text-transform: uppercase;
		color: #666;
	}
	div.BotNav a:hover {
		color: #333;
	}
/* << */


/* Navigationspfad */
	div.NavPath {
		font-size: 11px;
		display: none;
	}
	div.NavPath div.cont {
	}
	div.NavPath a {
		font-size: 11px;
	}
	div.NavPath a:hover {
	}
/* << */


/* Illustration */
	div.illustration {
		position: relative;
		top: 130px;
		left: auto;
		width: 850px;
		overflow: hidden;
		background: #C5B08B;
		z-index: 100;
		border-bottom: 10px solid #332312;
	}
	div.illustration div.inillu {
		border: 1px solid #C5B08B;
		border-bottom: 0;
		text-align: right;
	}
	div.illustration a {
		float: left;
	}
	div.illustration a:hover img {
		filter: Gray();
		-moz-opacity:0.6;
	}
/* << */


/* Sitemap */
	div.sitemap {
		margin-bottom: 20px;
		padding: 0 60px;
	}
	div.sitemap a.sitemap_level1 {
		display: block;
		border-bottom: 1px solid #ccc;
		color: #000;
		padding: 3px 20px;
		font-weight: bold;
		margin-top: 20px;
	}
	div.sitemap a.sitemap_level2 {
		color: #363332;
		display: block;
		padding-left: 20px;
		font-weight: bold;
		background: url(../images/navi_pfeil_rechts.gif) right no-repeat;
		margin-right: 10px;
	}
	div.sitemap a.sitemap_level3 {
		color: #363332;
		display: block;
		background: url(../images/navi_pfeil_rechts.gif) right no-repeat;
		margin-right: 20px;
	}
	div.sitemap div.sitemap_level2_container {
		float: left;
		width: 48%;
		padding-top: 3px;
	}
	div.sitemap div.sitemap_level3_container {
		float: right;
		width: 48%;
	}
	
	div.sitemap a.sitemap_level1:hover,
	div.sitemap a.sitemap_level2:hover,
	div.sitemap a.sitemap_level3:hover {
	}
/* << */


/* Suche */
	/* Sucheingabe */
	div.top div.searchbox {
		position: absolute;
		left: auto;
		top: 0;
		width: 250px;
		z-index: 150;
		white-space: nowrap;
		display: none;
	}
	div.content div.searchbox {
		margin: 20px;
	}
	div.top div.searchbox div.insearch {
		position: absolute;
		left: auto;
		top: 0;
	}
	div.searchbox label {
		font-size: 12px;
		font-weight: bold;
		padding-right: 3px;
	}
	div.center div.searchbox label {
		display: none;
	}
	div.searchbox input {
		font-size: 9px;
	}
	div.center div.searchbox input {
		width: 60%;
	}
	div.center div.searchbox input.button {
		width: auto;
	}
	/* Sucheausgabe */
	div.search {
		margin: 20px;
	}
	div.search div.message {
		margin-bottom: 10px;
		font-weight: bold;
	}
	div.search div.cont {
		margin-bottom: 10px;
	}
	div.search div.cont h2 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	div.search div.cont h2 span.num {
		font-size: 11px;
		color: #666;
	}
	div.search div.cont strong {
		color: #000;
		background: #fff;
	}
	div.search div.browsing {
		text-align: center;
	}
/* << */


/* Kontaktformular */
	div.KontaktForm {
		width: 425px;
		float: right;
	}
	div.KontaktForm table.Kontakt {
	}
	div.KontaktForm td {
		padding-bottom: 5px;
	}
	div.KontaktForm td.tdleft {
		padding-right: 20px;
		white-space: nowrap;
	}
	div.KontaktForm td.tdright {
		display: block;
		width: 100%;
	}
	div.KontaktForm input,
	div.KontaktForm textarea {
	}
	div.KontaktForm label {
		display: block;
	}
	/* PLZ/Ort */
	div.KontaktForm label.plz {
		display: inline;
	}
	div.KontaktForm label.ort {
		display: inline;
	}
	div.KontaktForm input.plz {
		width: 25%;
		float: left;
	}
	div.KontaktForm input.ort {
		width: 70%;
		float: right;
	}
	/* Submit */
	div.KontaktForm tr.submit {
	}
	div.KontaktForm tr.submit input {
		margin-right: 10px;
	}
	/* Pflichtfelder */
	div.KontaktForm tr.pflicht {
	}
	/* Buttons */
	div.KontaktForm input.button {
		width: auto;
	}
/* << */


/* Newsliste */
	/* DIV-Bereich für die gesamte Artikelliste */ 
	div.news {
		width: 1px; height: 1px;
		position: absolute;
		top: 0;
		left: auto;
	}
	div.news div.innews {
		width: 425px;
		position: relative;
		top: 430px;
		left: 425px;
	}
	* html div.news div.innews {
	}
	*+html div.news div.innews {
	}
	div.news .news_advanced {
		margin-bottom: 20px;
		clear: both;
	}
	/* Links */
	div.news a {
	}
	div.news a:hover {
	}
	/* Überschrift Artikel */
	div.news div.headline_advanced {
		background: url(../images/navi_pfeil_rechts.gif) 0 5px no-repeat;
		padding-left: 15px;
		height: 20px;
	}
	* html div.news div.headline_advanced {
		height: 20px;
	}
	div.news .headline_advanced h2 {
		margin-bottom: 4px;
		font-size: 12px;
		diplay: block;
	}
	/* Einstellung der Bilder fortlaufende Zählung, beginnend mit 0	*/ 
	div.news .img_advanced0 {
		float: right;
		margin: 0 0 3px 15px;
		border: 1px solid #666;
	}
	div.news .img_advanced0 a img {
	}
	/* Einstellung für Text fortlaufende Zählung, beginnend mit 0 */ 
	div.news .text_advanced0 {
		float: left;
		font-size: 11px;
		width: auto;
		padding-left: 15px;
	}
	
	div.news .text_advanced1 {
		font-size: 11px;
		margin-left: 85px;
	}
	/* Mehr	*/ 
	div.news .more {
		clear: both;
		text-align: left;
		width: auto;
		padding-left: 15px;
	}
	div.news .more a {
		font-size: 11px;
	}
	div.news .more a:hover {
	}
	/* Seitenzaehler */
	div.news .pageselector {
		clear: left;
		text-align: left;
		background: #EFEFEF;
		height: 20px;
		overflow: hidden;
		margin-top: 20px;
	}
	div.news .pageselector a,
	div.news .pageselector span.inPage {
		padding: 2px 8px;
		float: left;
		display: block;
		height: 20px;
		margin-right: 1px;
		color: #333;
	}
	div.news .pageselector a:hover {
		font-weight: bold;
		background: #930;
		color: #fff;
	}
	div.news .pageselector span.inPage {
		font-weight: bold;
		background: #963;
		color: #fff;
	}
	div.news .pageselector span.page {
		font-size: 12px;
		padding: 2px 15px 0 10px;
		float: left;
	}
	div.news .pageselector span.platzhalter {
		padding: 2px 8px;
		float: left;
		display: block;
		height: 20px;
		margin-right: 1px;
	}
/* << */


/* Newsletter */
	div.newsletterbox {
		width: 100%;
		margin-bottom: 10px;
	}
	div.newsletterbox div {
		width: 100%;
	}
	div.newsletterbox div.cont {
	}
	div.newsletterbox a {
		font-weight: bold;
	}
	div.newsletterbox a:hover {
	}
	div.newsletterbox form {
	}
	div.newsletterbox label {
		font-weight: bold;
		margin-top: 5px;
		display: block;
	}
	div.newsletterbox input {
		font-size: 11px;
		margin-bottom: 5px;
	}
	div.newsletterbox select {
		font-size: 11px;
		margin-top: 8px;
	}
	
	/* Handler Artikel */
	div.newsletter div.handler {
		margin: 20px;
	}
/* << */


/* >> Lightbox Gallery */
	/* >> >> Allgemeine Angaben */
		div.ligallery div.gallery h3 {
			font-size: 10px;
		}
		div.ligallery div.gallery div.medianame {
			display: block;
		}
		div.ligallery div.gallery div.description {
			display: block;
		}
		div.ligallery div.gallery div.galleryNav {
			background: #0f0f0f;
			text-align: center;
			padding: 1px 0;
		}
		div.ligallery div.gallery div.galleryNav a {
			padding: 0 5px;
		}
/* << */


/* Login */
	div.LoginBox {
	}
	div.center div.LoginBox {
		margin: 0 auto;
		text-align: center;
		width: 250px;
	}
	/* Login Box */
	div.LoginBox div.login {
	}
	div.center div.LoginBox div.login {
		text-align: left;
		margin: 0 auto;
	}
	div.LoginBox h3 {
		font-size: 12px;
	}	
	div.LoginBox a:hover {
	}
	div.LoginBox form {
	}
	div.LoginBox label {
		display: block;
		font-weight: bold;
	}
	div.LoginBox input {
		width: 100%;
		border: 0;
		margin-bottom: 5px;
		border-bottom: 1px solid #ccc;
		font-size: 11px;
	}
	div.center div.LoginBox input {
		font-size: 12px;
	}
	div.LoginBox input.button {
		width: auto;
	}
	
	/* Logout Box */
	div.LoginBox div.logout {
		text-align: left;
	}
	div.LoginBox div.logout span.username {
		font-weight: bold;
	}
/* << */


/* Teaser */
	/* Teaserhuelle */
	div.teaser {
		width: 100%;
	}
	div.teaser div.inteaser {
	}
	/* Text und Ueberschriften */
	div.teaser p,
	div.teaser h2,
	div.teaser h3,
	div.teaser h4,
	div.teaser ul,
	div.teaser li {
		margin: 0 0 6px 0;
		font-size: 12px;
		color: #fff;
	}
	div.teaser th,
	div.teaser td {
		font-size: 12px;
	}
	div.teaser h2,
	div.teaser h3 {
		font-size: 12px;
		color: #008318;
	}
	
	/* Links */
	div.teaser a {
		color: #f90;
	}
	div.teaser a:hover {
		color: #008318;
	}
	
	/* Teaser links */
	div.left div.teaser {
		position: absolute;
		top: -8px;
		left: 30px;
		width: 360px;
		z-index: 105;
	}
	
	/* Teaser rechts */
	div.right div.teaser {
	}
	
	/* Standard Absatz */
	div.teaser div.standard {
	}
	div.teaser div.standard div.intext {
	}
	div.teaser div.standard div.headline {
	}
	div.teaser div.standard div.htmlcont {
	}
	
	/* Teaser News */
	div.teaser div.news {
		font-size: 11px;
	}
	div.teaser div.news .teaser_advanced {
	}
	div.teaser div.news .headline_advanced h2 {
		padding-left: 10px;
		background: url(../images/butt.gif) 0 5px no-repeat;
	}
	/* Einstellung für Text fortlaufende Zählung, beginnend mit 0 */ 
	div.teaser div.news .text_advanced0 {
		padding-left: 10px;
	}
	div.teaser div.news .pageselector {
		display: none;
	}
	
	/* Teaser Newsletter */
	div.teaser div.newsletterbox {
		width: 80%;
		margin: 10px;
	}
	div.teaser div.newsletterbox input {
	}
	div.teaser div.newsletterbox select {
		margin-top: 3px;
	}
	/* Einstellung für Text fortlaufende Zählung, beginnend mit 0 */ 
	div.teaser div.news .text_advanced0 {
	}
/* << */


/*  Teaser Headline */
	div.top div.teaser {
		position: absolute;
		top: 0;
		left: auto;
		z-index: 150;
		width: auto;
	}
	div.top div.teaser div.inteaser {
		position: absolute;
		top: 185px;
		left: 30px;
		z-index: 160;
		width: 350px;
	}
	
	/* Ueber uns */
	div.top div.teaser div.ueberuns {
		height: 45px;
	}
	div.top div.teaser div.ueberuns div.intext { }
	div.top div.teaser div.ueberuns div.headline { display: none; }
	div.top div.teaser div.ueberuns div.htmlcont { }
	/* Know How */
	div.teaser div.knowhow {
		margin-top: 33px;
		height: 45px;
	}
	div.top div.teaser div.knowhow div.intext { }
	div.top div.teaser div.knowhow div.headline { display: none; }
	div.top div.teaser div.knowhow div.htmlcont { }
	/* Leistungen */
	div.teaser div.leistungen {
		margin-top: 33px;
		height: 45px;
	}
	div.top div.teaser div.leistungen div.intext { }
	div.top div.teaser div.leistungen div.headline { display: none; }
	div.top div.teaser div.leistungen div.htmlcont { }
/* << */


/* Filetypes an Buttons */
	/* Buttons */
	.weiter {
		padding-left: 15px;
		background: url(../images/navi_pfeil_rechts.gif) left no-repeat;
	}
	.zurueck {
		padding-left: 15px;
		background: url(../images/back_button.gif) left no-repeat;
	}
	.extern {
		padding-right: 10px;
		background: url(../images/button_externen_link.gif) right no-repeat;
	}
	/* Filetypes */
	.ft_css {
		padding-left: 25px;
		background: url(../images/filetypes/css.gif) center left no-repeat;
	}
	.ft_excel {
		padding-left: 25px;
		background: url(../images/filetypes/excel.gif) center left no-repeat;
	}
	.ft_gif {
		padding-left: 25px;
		background: url(../images/filetypes/giv.gif) center left no-repeat;
	}
	.ft_html {
		padding-left: 25px;
		background: url(../images/filetypes/html.gif) center left no-repeat;
	}
	.ft_javascript {
		padding-left: 25px;
		background: url(../images/filetypes/javascript.gif) center left no-repeat;
	}
	.ft_jpg {
		padding-left: 25px;
		background: url(../images/filetypes/jpg.gif) center left no-repeat;
	}
	.ft_pdf {
		padding-left: 25px;
		background: url(../images/filetypes/pdf.gif) center left no-repeat;
	}
	.ft_png {
		padding-left: 25px;
		background: url(../images/filetypes/png.gif) center left no-repeat;
	}
	.ft_ppt {
		padding-left: 25px;
		background: url(../images/filetypes/ppt.gif) center left no-repeat;
	}
	.ft_txt {
		padding-left: 25px;
		background: url(../images/filetypes/txt.gif) center left no-repeat;
	}
	.ft_unknown {
		padding-left: 25px;
		background: url(../images/filetypes/unknown.gif) center left no-repeat;
	}
	.ft_word {
		padding-left: 25px;
		background: url(../images/filetypes/word.gif) center left no-repeat;
	}
	.ft_zip {
		padding-left: 25px;
		background: url(../images/filetypes/zip.gif) left no-repeat;
	}
/* << */


/* RSS Reader */
	div.rss {}
	div.rss h3 {}
	div.rss p {}
	div.rss a {}
	div.rss a:hover {}
/* << */


/* >> Downloadliste */
	/* Rahmen */
	div.downloadlist {
		width: 100%;
	}
	/* Downloadliste ohne Counter */
	table.downloadlist {
		width: 100%;
	}
	/* Downloadliste mit Counter */
	table.downloadlist_conter {
		width: 100%;
	}
	/* Ueberschift */
	div.downloadlist th {
		color: #007D15;
		background: #fff;
		padding: 1px 2px;
	}
	/* Download Link */
	div.downloadlist a {
		font-weight: bold;
	}
	/* Beschreibungstext */
	div.downloadlist div.fileDescription {
		font-size: 11px;
	}
	/* Zeilen */
	div.downloadlist td { line-height: 200%; padding: 0 5px; }
	div.downloadlist tr.row1 td { background: #E0E0E0; }
	div.downloadlist tr.row2 td { background: #F0F0F0; }
	/* Zellen */
	/* Ohne Counter */
	div.downloadlist td.r1 { width: 50%; }
	div.downloadlist td.r2 { width: 25%; }
	div.downloadlist td.r3 { width: 25%; }
	/* Mit Counter */
	div.downloadlist table.downloadlist_conter td.r1 { width: 55%; }
	div.downloadlist table.downloadlist_conter td.r2 { width: 15%; }
	div.downloadlist table.downloadlist_conter td.r3 { width: 15%; text-align: right; }
	div.downloadlist table.downloadlist_conter td.r4 { width: 15%; text-align: right; }
	/* DateiBild */
	div.downloadlist img#m1 { position: relative; top: 3px; margin-right: 5px; }
/* << */


/* Lightbox */
	#lightbox {
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		/*z-index: 100;*/
		z-index: 990;
		text-align: center;
		line-height: 0;
	}
	#lightbox a img { border: none; }
	#outerImageContainer {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#imageContainer {
		padding: 10px;
	}
	#loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#hoverNav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		/*z-index: 10;*/
		z-index: 970;
	}
	#imageContainer>#hoverNav { left: 0;}
	#hoverNav a { outline: none;}
	#prevLink, #nextLink {
		width: 49%;
		height: 100%;
		background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	#prevLink { left: 0; float: left;}
	#nextLink { right: 0; float: right;}
	#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
	#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
	#imageDataContainer {
		font: 10px Verdana, Helvetica, sans-serif;
		color: #000;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
	}
	#imageData {
		padding:0 10px;
	}
	#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
	#imageData #caption{ font-weight: bold;	}
	#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
	#imageData #bottomNavClose{ width: 110px; float: right;  padding-bottom: 0.7em;	}	
	#overlay {
		position: absolute;
		top: 0;
		left: 0;
		/*z-index: 90;*/
		z-index: 980;
		width: 100%;
		height: 500px;
		background-color: #000;
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* << */


/* Terminkalender */
	/*---------------------------------------------*/
	/*           Termin-sKalender                  */
	/*---------------------------------------------*/
	#mod_sK {
		margin-top: 10px;
	}
	#mod_sK a {
		font-family: sans-serif;
		font-size: 11px;
		text-decoration: none;
		color: #fff;
	}
	#mod_sK a:hover {
		color: #333;
	}
	
	#mod_sK a.tag {
		font-size: 11px;
	}
	#mod_sK td.navl a.tag:hover,
	#mod_sK td.navr a.tag:hover,
	#mod_sK td.navm a.tag:hover {
	}
	#mod_sK table {
		width: 160px;
		border-spacing: 0;
		border-collapse: collapse;
	}
	#mod_sK table td {
		font-size: 11px;
		font-family: sans-serif;
		height: 25px;
		vertical-align: middle;
		line-height: 1.1em;
		background: white;
		border-top: 1px solid #fff;
	}
	* + html #mod_sK table td {
		height: 22px;
	}
	#mod_sK td.navl {
		text-align: left;
		font-weight: bold;
		padding-left: 4px;
		background: #B81212;
		border: 0;
	}
	#mod_sK td.navr {
		text-align: right;
		font-weight: bold;
		padding-right: 4px;
		background: #B81212;
		border: 0;
	}
	#mod_sK td.navm {
		text-align: center;
		font-weight: bold;
		background: #B81212;
		border: 0;
	}
	/* Wochentag Übersicht */
	#mod_sK td.wtag {
		background-color: white;
		text-align: center;
		color: black;
	}
	/* Freie Wochentage */
	#mod_sK td.wochentag {
		color: #333;
		background-color: #fff;
	}
	/* Freie Wochenenden */
	#mod_sK td.wochenende {
		background-color: #fff;
		color: #aaa;
	}
	/* Heutiger Tag (funktioniert nicht) */
	#mod_sK td.heute {
		background-color: #fff;
	}
	/* Belegter Wochentag */
	#mod_sK td.belegt,
	#mod_sK td.tangiert {
		background-color: #B81212;
		color: white;
	}
	/* Belegtes Wochenende */
	#mod_sK td.belegtwe,
	#mod_sK td.tangiertwe {
		background-color: #B81212;
		color: #fff;
	}
	/* Zahlen ausrichtung */
	#mod_sK td.wochentag,
	#mod_sK td.wochenende,
	#mod_sK td.heute,
	#mod_sK td.belegt,
	#mod_sK td.tangiert,
	#mod_sK td.belegtwe,
	#mod_sK td.tangiertwe {
		text-align: right;
		padding-right: 4px;,
	}
	/* Links */
	#mod_sK td.wochentag a,
	#mod_sK td.wochenende a,
	#mod_sK td.heute a,
	#mod_sK td.belegt a,
	#mod_sK td.tangiert a,
	#mod_sK td.belegtwe a,
	#mod_sK td.tangiertwe a {
		display: block;
		color: #333;
	}
	/* Links belegte Tage */
	#mod_sK td.belegt a,
	#mod_sK td.tangiert a,
	#mod_sK td.belegtwe a,
	#mod_sK td.tangiertwe a {
		color: #fff;
	}
	/* Tage ohne Termin */
	#mod_sK td.wochentag a,
	#mod_sK td.wochenende a {
	}
	/* Tage mit weiterfuehrenen Termin */
	#mod_sK td.belegtwe a,
	#mod_sK td.tangiertwe a {
	}
	#mod_sK td.heute a:hover,
	#mod_sK td.belegt a:hover,
	#mod_sK td.tangiert a:hover,
	#mod_sK td.belegtwe a:hover,
	#mod_sK td.tangiertwe a:hover {
	}
	#mod_sK td.belegtwe a:hover,
	#mod_sK td.tangiertwe a:hover {
	}
	/*---------------------------------------------*/
	/*               Terminein/ausgabe             */
	/*---------------------------------------------*/
	#mod_te h1 {}
	#mod_te h2 {}
	#mod_te p {}
	/*---------------------------------------------*/
	/*            Terminliste komplett             */
	/*---------------------------------------------*/
	#mod_tl {
		padding-top: 10px;
	}
	#mod_tl table {
		width: 505px;
		border-collapse: collapse;
	}
	#mod_tl th {
		width:100%;
		text-align: left;
		vertical-align: top;
		line-height: 200%;
		background-color: transparent;
		padding-left: 5px;
		border: 0;
		line-height: 1.3em;
	}
	#mod_tl td {
		text-align: left;
		vertical-align: top;
		line-height: 200%;
		border-right: 1px solid white;
		border-top: 1px solid white;
		padding: 3px 0 3px 5px;
		line-height: 1.3em;
	}
	#mod_tl .hell	{ background-color: #E5E5E5; }
	#mod_tl .dunkel	{ background-color: #f2f2f2; }
	#mod_tl .sp0 { width: 6%; }
	#mod_tl .sp1 { width: 10%; }
	#mod_tl .sp2 { width: 14%; }
	#mod_tl .sp3 { width: 50%; font-weight: bold; }
	#mod_tl .sp4 { width: 20%; }
	#mod_tl .einrueck { }
	
	#mod_tl .sp3 a { }
	#mod_tl .sp3 a:hover { }
	/*---------------------------------------------*/
	/*           Terminliste Montat/Tag            */
	/*---------------------------------------------*/
	#mod_tll {
	}
	#mod_tll .title {
		font-weight: bold;
		padding-bottom: 10px;
	}
	#mod_tll h3 {
			padding: 10px 0;
	}
	#mod_tll .terminlink {
		border-bottom: 1px solid #E5E5E5;
		padding: 7px 0 10px 0;
	}
	/*---------------------------------------------*/
	/*                 Terminteaser                */
	/*---------------------------------------------*/
	#mod_ttl {
		width: 210px;
	}
	#mod_ttl table {
		width: 100%;
	}
	#mod_ttl th {
		text-align: left;
		line-height: 200%;
		font-size: 14px;
		color: #333;
		text-transform: uppercase
	}
	#mod_ttl td {
		text-align: left;
		vertical-align: top;
		line-height: 130%;
		padding: 2px 0;
	}
	#mod_ttl .hell	 { background-color: transparent; }
	#mod_ttl .dunkel { background-color:#9F2B36; }
	#mod_ttl .sp1	 { width: auto; }
	#mod_ttl .sp2	 { width: auto; }
	
	#mod_ttl .more { }
	
	p.nodates {
		display: none;
	}
/* << */
