/* Basics */
	body {
		font: normal 100.01% Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		color: #363332;
		margin: 0;
		padding: 0;
		text-align: center;
		background: #EAEAEA url(../images/background.jpg) top center no-repeat;
	}
	.clear {
		clear: both;
	}
	
	.hidden {
		 display: none;
		 visibility: hidden; 
	}

	.border {
		border: .1em solid #fff;
	}
	.alignright {
		text-align: right;
	}
	.display-none {
		display: none;
	}
	.to-right {
		float: right;
		margin: 0 0 .5em 1em;
	}
	.to-left {
		float: left;
		margin: 0 1em .5px 0;
	}
	.wrappAll {
		background: transparent;
	}
	.wrapperTop {
		margin: 0 auto;
		width: 976px;
		text-align: left;
	}
	.wrapper {
		margin: 0 auto;
		width: 976px;
		text-align: left;
		background: transparent url(../images/bg_center.gif) right top repeat-y; /* L */
		line-height: 1.5em;
	}
	.wrapperBottom {
		margin: 0 auto;
		width: 976px;
		text-align: left;
		background: transparent;
	}
	/* Navigation */
	.outer1 {
		margin-left: 204px;
		background: transparent url(../images/bg_center_top.gif) right top no-repeat; /* R */
	}
	/* Content */
	.outer0 {
		margin-left: -204px; /* L */
		margin-right: -192px; /* R */
		background: transparent url(../images/bg_center_bottom.gif) right bottom no-repeat;
	}
	/* Teaser */
	.outer2 {
		margin-right: 192px;
		background: transparent; /* C */
	}
	.wrap-cl {
		float: left;
		width: 784px; /* C + L  */
	}
	.top {
	}
	.left {
		float: left;
		width: 204px;
	}
	.center {
		float: right;
		width: 576px;  /* C */
		padding: 240px 0 2em 0;
	}
	.right {
		float: right;
		width: 192px;
		padding-top: 269px;
	}
	.bottom {
	}
	.outer0 {
		word-wrap: break-word;
	}
	.inleft,
	.incenter,
	.inright,
	.intop,
	.inbottom {
	}
	.incenter {
		margin-left: .2em;
	}
	.inright {
		padding-right: .25em;
		border-left: .07em solid #DCDCDC;
	}
	.inbottom {
		padding: .3em 0;
	}
	.incenter .content {
	}
	/*.absolute {
		position: absolute;
		top: 0;
		left: auto;
		z-index: 100;
		width: 61em;
	}*/
	
	/* 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 */
	p, li {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 12px;
		color: #363332;
	}
	table, td, th {
		font-size: 12px;
		color: #363332;
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
	}
	/* Anpassungen fuer die Standard Absaetze */
	p {
		margin: 0 0 1em 0;
	}
	/* Allgemeine Einstellung fuer Aufzaehlungspunkte */
	ul {
		margin-top: 0;
		/*list-style-image: url(../images/navi_pfeil_rechts.gif);*/
		list-style-type: disc;
	}
	ul, ol {
		margin-left: 2em;
		margin-bottom: 1em;
	}
	li {
		line-height: 1.5em;
		margin-bottom: .1em;
	}
	/* Einstellungen fuer Ueberschriften */
	h1 {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 16px;
		margin: 0 0 .3em 0;
		color: #14225E;
		font-weight: bold;
	}
	h2 {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 14px;
		margin: 0 0 .3em 0;
		color: #8D97C7;
		line-height: 1.4em;
	}
	h3 {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 13px;
		margin: 0 0 .3em 0;
		color: #333;
		line-height: 1.5em;
	}
	
	h4 {
		color: #525252;
		font-size: 12px;
		margin: 0 0 .2em 0;
		line-height: 1.5em;
	}
	a {
		color: #8D97C7;
	}
	/*Standard Link einstellungen*/
	a:link, a:visited, a:hover {
		text-decoration: none;
	}
	a:hover	{
		color: #14225E;
	}
/* << */


/* Sontige Layout Einstellungen */
	.incenter p {
		line-height: 1.5em;
	}
	.left,
	.right {
		line-height: 1.2em;
	}
	
	.small,
	p.small,
	span.small {
		font-size: 11px;
		line-height: 1.4em;
		color: #666;
	}
	
	/* Formulare */
	form {
		margin: 0;
	}

	input,
	textarea,
	select {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		background: #fff;
		border: 1px solid #999;
		font-size: 12px;
		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: .1 solid #676869; /* Mozilla */
		height: .1em; /* IE */
		margin-top: 1em;
		margin-bottom: 1em;
	}
	/* Maschinentext */
	pre {
		padding: .1em .5em;
		background: #eee;
		border: 1px dashed #333;
		color: #000;
		white-space: normal;
		font-size: 11px;
		margin-left: .5em;
		width: auto;
	}
	
	/* Bilder */
	img {
		border: 0;
	}
	
	.rahmen {
		border: 1px solid #ccc;
		width: auto;
	}
	.rahmen img {
		border: 1px solid #fff;
	}
	
	.center ul ul {
		margin-bottom: 0;
	}
	.center li li {
		font-size: 12px;
	}
	
	.print {
		background: url(../images/print.gif) center left no-repeat;
		padding-left: 25px;
		line-height: 22px;
	}
/* << */


/* Absaetze */
	/* Standard Absatz */
	div.center div.standard {
		margin: 0 1.5em;
	}
	div.center div.standard div.intext {
	}
	div.center div.standard div.headline {
	}
	div.center div.standard div.htmlcont { 
	}
	
	/* Formatierungen */
	div.center div.absatz-links {
		float: left;
		width: 49%; 
	}
	div.center div.absatz-rechts {
		float: right;
		width: 49%;
	}
	
	div.absatz3-links,
	div.absatz3-center,
	div.absatz3-rechts {
		float: left;
		margin-left: 10px;
	}
	div.center div.absatz3-links {
		margin-left: 20px;
		width: 220px;
		min-height: 200px;
	}
	div.center div.absatz3-center {
		position:relative;
		width: 320px;
		height: 320px;
		z-index: 4;
	}
	div.center div.absatz3-rechts {
		width: 150px;
	}

	/* >>>> Immobiliendatenbank */
	div.absatz3-center #d2 {
		position: relative;
		left: 94px;
		top: 18px;
		visibility: hidden;
	}
	div.absatz3-center #d1 {
		position: relative;
		left: 169px;
		top: 70px;
		width: 132px;
		height: 132px;
		visibility: hidden;
	}
	/* <<<< */
	
	
	div.absatz2-links,
	div.absatz2-rechts {
		float: left;
		width: 25%;
		margin-left: 1.5em;
	}
	div.absatz2-links {
		margin-right: 2em;
	}
	
	/* Panel Absatz */
	div.center div.panel {
		margin: 0 1em 1em 0;
	}
	div.center div.panel div.intext {
	}
	div.center div.panel div.headline {
		padding: 0 1.5em;
	}
	div.center div.panel div.htmlcont {
		background: #D8DBEB url(../images/panelBg.gif) top left repeat-y;
		padding: .3em 1em .3em 1.5em;
	}
	div.center div.panel h2,
	div.center div.panel h3 {
		margin: 0;
		color: #14225E;
		font-size: 13px;
		padding-bottom: .2em;
	}
	div.center div.panel a {
		color: #14225E;
	}
	div.center div.panel a:hover {
		color: #000;
	}
	
	/* DesignPanel Absatz */
	div.center div.despanel {
		margin: 0 1em 1em 0;
	}
	div.center div.despanel div.intext {
	}
	div.center div.despanel div.headline {
		padding: 0 1.5em;
	}
	
	div.center div.despanel div.htmlcont {
		background: #14225E url(../images/desPanelBg.gif) top left repeat-y;
		padding: .3em 1em .3em 1.5em;
	}
	div.center div.despanel h2,
	div.center div.despanel h3 {
		margin: 0;
		padding-bottom: .2em;
	}
	
	/* Back */
	div.center div.back {
		padding: 0 1.5em;
	}
	
	/* Date */
	div.center div.date {
		width: 40%;
		margin-right: 20px;
		float: right;
		text-align: right;
		margin-bottom: 20px;
	}
/* << */


/* Logo */
	div.logo {
		margin-top: 24px;
		z-index: 800;
		text-align: right;
	}
	div.logo div.inlogo {
		text-align: center;
		width: 768px;
		margin-left: auto;
	}
	div.logo img {}
/* << */


/* Hauptnavigation */
	div.HauptNav {
		margin-bottom: 2em;
		min-height: 11em;
	}
	div.HauptNav ul {
		padding: 0;
		margin: 0;
	}
	div.HauptNav li {
		padding: 0;
		margin: 0;
		list-style-image: none;
		list-style-type: none;
	}
	* html div.HauptNav li {
		display: inline;
	}
	/* Alle Links */
	div.HauptNav a {
		display: block;
	}
	div.HauptNav a:hover {
	}
	
	/* Ebene 1 */
		/* Hauptcontainer */
		div.HauptNav ul.NavFirstIn {
		}
		/* Alle Link Container */
		div.HauptNav li.NavFirstOff,
		div.HauptNav li.NavFirstOn,
		div.HauptNav li.NavFirstOpen {
		}
		/* Alle Links */
		div.HauptNav li.NavFirstOff a,
		div.HauptNav li.NavFirstOn a,
		div.HauptNav li.NavFirstOpen a {
			font-size: 14px;
			color: #14225E;
			font-weight: 700;
		}
		/* Alle Links beim ueberfahren */
		div.HauptNav li.NavFirstOff a:hover,
		div.HauptNav li.NavFirstOn a:hover,
		div.HauptNav li.NavFirstOpen a:hover,
		/* Link hier, Im Pfad */
		div.HauptNav li.NavFirstOn a,
		div.HauptNav li.NavFirstOpen a {
			color: #fff;
		}
		
		div.HauptNav li.NavFirstOff .navFirst1,
		div.HauptNav li.NavFirstOn .navFirst1,
		div.HauptNav li.NavFirstOpen .navFirst1,
		div.HauptNav li.NavFirstOff .navFirst1:hover {
			background: url(../images/navFirst_1_active.gif) top left no-repeat;
			height: 52px;
		}
		div.HauptNav li.NavFirstOff .navFirst1 {
			background-image: url(../images/navFirst_1_inactive.gif);
		}
		
		div.HauptNav li.NavFirstOff .navFirst2,
		div.HauptNav li.NavFirstOn .navFirst2,
		div.HauptNav li.NavFirstOpen .navFirst2,
		div.HauptNav li.NavFirstOff .navFirst2:hover {
			background: url(../images/navFirst_2_active.gif) top left no-repeat;
			height: 51px;

		}
		div.HauptNav li.NavFirstOff .navFirst2 {
			background-image: url(../images/navFirst_2_inactive.gif);
		}
		
		div.HauptNav li.NavFirstOff .navFirst3,
		div.HauptNav li.NavFirstOn .navFirst3,
		div.HauptNav li.NavFirstOpen .navFirst3 {
			background: url(../images/navFirst_3_active.gif) top left no-repeat;
			height: 52px;

		}
		div.HauptNav li.NavFirstOff .navFirst3:hover {
			background-image: url(../images/navFirst_3_hover.gif);
		}
		div.HauptNav li.NavFirstOff .navFirst3 {
			background-image: url(../images/navFirst_3_inactive.gif);
		}
		
		div.HauptNav li span {
			padding: 8px 14px 0 15px;
			display: block;
		}
		/*div.HauptNav li .navFirst2 span {
			padding-top: 17px;
		}*/
		
	/* Ebene 2 */
		/* Hauptcontainer */
		div.HauptNav ul.NavSecondIn {
			background: url(../images/navSecond_1_bottom.gif) center bottom no-repeat;
			padding-bottom: 1px;
		}
		div.HauptNav li.NavSecondOff,
		div.HauptNav li.NavSecondOn,
		div.HauptNav li.NavSecondOpen {
			height: auto;
			background: #fff url(../images/navSecond_bg.gif) left top repeat-y;
			line-height: 1.3em;
		}
		* html div.HauptNav li {
			width: 100%;
		}
		div.HauptNav li.NavSecondOff a,
		div.HauptNav li.NavSecondOn a,
		div.HauptNav li.NavSecondOpen a {
			font-size: 12px;
			color: #666;
			height: auto;
			border-left: 1px solid #7582BD;
			border-right: 1px solid #7582BD;
			margin: 0 2px;
			
		}
		/* Alle Links beim ueberfahren*/
		div.HauptNav li.NavSecondOff a:hover,
		div.HauptNav li.NavSecondOn a:hover,
		div.HauptNav li.NavSecondOpen a:hover,
		/* Link hier, Im Pfad */
		div.HauptNav li.NavSecondOn a,
		div.HauptNav li.NavSecondOpen a {
			color: #8F9ACA;
		}
		
		div.HauptNav ul.NavSecondIn li span {
			border-top: 1px solid #e5e5e5;
			padding: 4px 5px 4px 12px;
			height: auto;
		}
		
		div.HauptNav ul.navSecond3 {
			background-image: url(../images/navSecond_2_bottom.gif);
		}
		div.HauptNav ul.navSecond3 li.NavSecondOff a,
		div.HauptNav ul.navSecond3 li.NavSecondOn a,
		div.HauptNav ul.navSecond3 li.NavSecondOpen a {
			border-left-color: #2757A7;
			border-right-color: 1px solid #2757A7;
		}
		/* Alle Links beim ueberfahren*/
		div.HauptNav ul.navSecond3 li.NavSecondOff a:hover,
		div.HauptNav ul.navSecond3 li.NavSecondOn a:hover,
		div.HauptNav ul.navSecond3 li.NavSecondOpen a:hover,
		/* Link hier, Im Pfad */
		div.HauptNav ul.navSecond3 li.NavSecondOn a,
		div.HauptNav ul.navSecond3 li.NavSecondOpen a {
			color: #2757A7;
		}
		
		div.HauptNav ul.navSecond4 {
			background-image: url(../images/navSecond_3_bottom.gif);
			padding-bottom: 10px;
			height: 100%;
		}
		div.HauptNav ul.navSecond4 li.NavSecondOff a,
		div.HauptNav ul.navSecond4 li.NavSecondOn a,
		div.HauptNav ul.navSecond4 li.NavSecondOpen a {
			border-left-color: #101B4B;
			border-right-color: #101B4B;
		}
		/* Alle Links beim ueberfahren*/
		div.HauptNav ul.navSecond4 li.NavSecondOff a:hover,
		div.HauptNav ul.navSecond4 li.NavSecondOn a:hover,
		div.HauptNav ul.navSecond4 li.NavSecondOpen a:hover,
		/* Link hier, Im Pfad */
		div.HauptNav ul.navSecond4 li.NavSecondOn a,
		div.HauptNav ul.navSecond4 li.NavSecondOpen a {
			color: #14225E;
		}
		
	/* Ebene 3 */
		/* Hauptcontainer */
		div.HauptNav ul.NavThirdIn {
		}
		div.HauptNav ul.NavThirdIn li.NavThirdOff,
		div.HauptNav ul.NavThirdIn li.NavThirdOn,
		div.HauptNav ul.NavThirdIn li.NavThirdOpen {
		}
		/* Alle Links */
		div.HauptNav ul.NavThirdIn li.NavThirdOff a,
		div.HauptNav ul.NavThirdIn li.NavThirdOn a,
		div.HauptNav ul.NavThirdIn li.NavThirdOpen a {
			font-size: 12px;
			color: #666;
			height: auto;
			border-left: 1px solid #101B4B;
			border-right: 1px solid #101B4B;
			margin: 0 2px;
			font-weight: normal;
			background: #e5e5e5;
		}
		/* Alle Links beim ueberfahren*/
		div.HauptNav ul.NavThirdIn li.NavThirdOff a:hover,
		div.HauptNav ul.NavThirdIn li.NavThirdOn a:hover,
		div.HauptNav ul.NavThirdIn li.NavThirdOpen a:hover,
		/* Link hier, Im Pfad  */
		div.HauptNav ul.NavThirdIn li.NavThirdOn a,
		div.HauptNav ul.NavThirdIn li.NavThirdOpen a {
			color: #14225E;
		}
		
		div.HauptNav ul.NavThirdIn li span {
			border: 0;
			padding: 2px 5px 2px 17px;
		}
			
	/* Ebene 4 */
		/* Hauptcontainer */
		div.HauptNav ul.NavFourthIn {
		}
		div.HauptNav ul.NavFourthIn li.NavFourthOff,
		div.HauptNav ul.NavFourthIn li.NavFourthOn,
		div.HauptNav ul.NavFourthIn li.NavFourthOpen {
		}
		/* Alle Links */
		div.HauptNav ul.NavFourthIn li.NavFourthOff a,
		div.HauptNav ul.NavFourthIn li.NavFourthOn a,
		div.HauptNav ul.NavFourthIn li.NavFourthOpen a {
			font-size: 11px;
			color: #666;
			height: auto;
			border-left: 1px solid #101B4B;
			border-right: 1px solid #101B4B;
			margin: 0 2px;
			font-weight: normal;
			background: #e5e5e5;
		}
		/* Alle Links beim ueberfahren*/
		div.HauptNav ul.NavFourthIn li.NavFourthOff a:hover,
		div.HauptNav ul.NavFourthIn li.NavFourthOn a:hover,
		div.HauptNav ul.NavFourthIn li.NavFourthOpen a:hover,
		/* Link hier, Im Pfad  */
		div.HauptNav ul.NavFourthIn li.NavFourthOn a,
		div.HauptNav ul.NavFourthIn li.NavFourthOpen a {
			color: #14225E;
		}

		/* Link hier, Im Pfad  */
		div.HauptNav ul.NavFourthIn li.NavFourthOn a,
		div.HauptNav ul.NavFourthIn li.NavFourthOpen a {
			font-weight: bold;
		}
		
		div.HauptNav ul.NavFourthIn li span {
			border: 0;
			padding: .2em 5px .2em 25px;
		}
/* << */


/* Hauptnavigation Seperat */
	/* Ebene 1 */
		/* Hauptcontainer */
		div.seperate div.HauptNav ul.NavFirstIn {
			position: absolute;
			top: 70px;
			left: 555px;
			width: 425px;
		}
		/* Alle Link Container */
		div.seperate div.HauptNav div.NavFirstOff,
		div.seperate div.HauptNav div.NavFirstOn,
		div.seperate div.HauptNav div.NavFirstOpen {
		}
		/* Alle Links */
		div.seperate div.HauptNav div.NavFirstOff a,
		div.seperate div.HauptNav div.NavFirstOn a,
		div.seperate div.HauptNav div.NavFirstOpen a {
		}
		/* Alle Links beim ueberfahren */
		div.seperate div.HauptNav div.NavFirstOff a:hover,
		div.seperate div.HauptNav div.NavFirstOn a:hover,
		div.seperate div.HauptNav div.NavFirstOpen a:hover,
		/* Link hier, Im Pfad */
		div.seperate div.HauptNav div.NavFirstOn a,
		div.seperate div.HauptNav div.NavFirstOpen {
		}
/* << */


/* Hilfsnavigation */
	div.HilfsNav {
		height: 19px;
		text-align: right;
		margin-top: 24px;
	}
	div.HilfsNav ul {
		width: 768px;
		padding: 0;
		margin: 0 0 0 auto;
		text-align: center;
	}
	div.HilfsNav li {
		padding: 0;
		list-style: none;
		list-style-image: none;
		display: inline;
		color: #666;
		font-size: 11px;
	}
	div.HilfsNav a {
		color: #666;
		margin: 0 1em;
	}
	div.HilfsNav a:hover {
		color: #14225E;
	}
/* << */


/* BottomNavigation */
	div.BotNav {
		font-size: 11px;
		padding: 2px 0;
		text-align: center;
		display: none;

	}

	div.BotNav ul {
		padding: 0;
		margin: 0;
	}
	div.BotNav li {
		padding: 0;
		margin: 0 10px;
		list-style: none;
		list-style-image: none;
		display: inline;
		color: #666;
	}
	div.BotNav a {
		font-size: 11px;
		padding: 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: absolute;
		top: 0;
		left: auto;
		width: auto;
	}
	div.illustration div.inillu {
		position: absolute;
		top: 149px;
		left: 222px;
		width: 740px;
	}
	*+html div.illustration div.inillu {
		height: 16em;
		overflow: hidden;
	}
	div.illustration a {
		float: left;
	}
	div.illustration a:hover img {
		filter: Gray();
		-moz-opacity:0.6;
	}
/* << */


/* Sitemap */
	div.sitemap {
		width: 100%;
		margin-bottom: 1em;
	}
	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 {
		color: #fff;
	}
/* << */


/* 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 {
		float: left;
	}
	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 {
		margin: 1.5em 1.5em;
	}
	* html div.KontaktForm {
		width: 100%;
	}
	div.KontaktForm table.Kontakt {
		width: 100%;
	}
	div.KontaktForm td {
		padding-bottom: 5px;
	}
	div.KontaktForm td.tdleft {
		padding-right: 20px;
		white-space: nowrap;
		width: 20%;
	}
	div.KontaktForm td.tdright {
		width: 80%;
	}
	div.KontaktForm input,
	div.KontaktForm textarea {
		font-size: 12px;
	}
	div.KontaktForm label {
		display: block;
		font-size: 12px;
	}
	/* 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 {
		font-size: 12px;
	}
	/* Buttons */
	div.KontaktForm input.button {
		width: auto;
	}
	
	div.KontaktForm #captcha { width:100px; position:relative; top:-16px; left:5px; }
/* << */


/* Newsliste */
	/* DIV-Bereich f?r die gesamte Artikelliste */ 
	div.news {
		margin: 1.5em 1.5em 0 1.5em;
	}
	* html div.news {
		width: 525px;
	}
	*+html div.news {
		width: 525px;
	}
	div.news ul {
		padding: 0;
		margin: 0;
	}
	div.news li {
		padding: 0;
		margin: 0;
		list-style-image: none;
		list-style: none;
	}
	div.news .news_advanced {
		margin-bottom: 1.2em;
		clear: both;
	}
	/* Links */
	div.news a {
	}
	div.news a:hover {
	}
	/* ?berschrift Artikel */
	div.news .headline_advanced {
	}
	div.news .headline_advanced h2 {
		margin-bottom: .1em;
		display: block;
		font-size: 12px;
	}
	div.news .headline_advanced h2 a {
		color: #14225E;
	}
	div.news .headline_advanced h2 a:hover {
		color: #8D97C7;
	}
	/* 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: 12px;
		width: auto;
	}
	div.news .text_advanced1 {
		font-size: 12px;
		margin-left: 5em;
	}
	/* Mehr	*/ 
	div.news .more {
		clear: both;
		text-align: left;
		width: auto;
		font-size: 11px;
	}
	div.news .more a {
	}
	div.news .more a:hover {
	}
	/* Seitenzaehler */
	div.news .pageselector {
		clear: left;
		text-align: left;
		background: #EFEFEF;
		height: 1.7em;
		overflow: hidden;
		margin-top: 1em;
		font-size: 11px;
		line-height: 1.6em;
	}
	div.news .pageselector a,
	div.news .pageselector span.inPage {
		float: left;
		display: block;
		padding: 0 .7em;
		height: 1.7em;
		margin-right: .1em;
		color: #333;
		font-weight: 700;
	}
	div.news .pageselector a:hover {
		background: #1C3084;
		color: #fff;
	}
	div.news .pageselector span.inPage {
		background: #1C3084;
		color: #fff;
	}
	div.news .pageselector span.page {
		padding: 0 5em 0 1em;
		float: left;
	}
	div.news .pageselector span.platzhalter {
		float: left;
		display: block;
		padding: 2px 8px;
		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;
		font-size: 11px;
	}
	div.newsletterbox input {
		margin-bottom: 5px;
		font-size: 11px;
	}
	div.newsletterbox select {
		font-size: 11px;
	}
	
	/* Handler Artikel */
	div.newsletter div.handler {
		margin: 20px;
	}
/* << */


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

		
		.gallery {
			width:94%;
			margin-left:20px;
		}
		div.teaser div.gallery {
			margin-left: 13px;
			width: 160px;
		}
		.gallery td.gallery_image {
			padding-bottom: 1em;
		}
		.gallery div.medianame {
		}
		.gallery div.medianame h3,
		#ligallery h3 {
			margin: 0;
			line-height:12px;
			padding: 0 3px;
		}
		div.gallery div.description {
			display: none;
		}
		
		.gallery div.link {
			width: 158px;
			border: 1px solid #ccc;
			text-align: center;
			padding: 1px;
		}
		/*div.teaser div.ligallery div.gallery div.link,
		div.teaser #ligallery div.link {
			width: 158px;
			border: 1px solid #ccc;
			text-align: center;
			padding: 1px;
		}*/
		* html .gallery div.link {
			width: 160px;
		}

		*+html .gallery div.link {
			width: 160px;
		}
		
		.gallery div.link a {
			width: 158px;
			overflow:hidden;
			text-align: center;
		}
		.gallery div.galleryNav {
			background: transparent;
		}
		.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%;
		line-height: 1em;
	}
	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: 11px;
	}
	div.teaser th,
	div.teaser td {
		font-size: 11px;
	}
	div.teaser h2,
	div.teaser h3 {
		font-size: 12px;
	}
	
	/* Links */
	div.teaser a {
		color: #8F9ACA;
	}
	div.teaser a:hover {
		color: #14225E;
	}
	
	/* Teaser links */
	div.left div.teaser {
	}
	
	/* Teaser rechts */
	div.right div.teaser {
	}
	
	/* Teaser Standard */
	div.teaser div.standard {
		margin: 0 .6em 1.1em 1em;
		padding-bottom: .8em;
		border-bottom: 1px solid #dcdcdc;
	}
	div.teaser div.standard div.intext {
	}
	div.teaser div.standard div.headline {
	}
	div.teaser div.standard div.htmlcont {
	}
	
	/* Teaser Borderless */
	div.teaser div.borderless {
		margin: 0 0 1.1em 0;
		padding-bottom: .8em;
		border-bottom: 1px solid #dcdcdc;
	}
	
	/* Teaser Panel */
	div.teaser div.panel {
		margin-bottom: 1em;
	}
	div.teaser div.panel div.intext {
	}
	div.teaser div.panel div.headline {
		border-bottom: 1px solid #032B4D;
	}
	
	div.teaser div.panel div.htmlcont {
		background: #f2f2f2;
	}
	div.teaser div.panel h2,
	div.teaser div.panel h3 {
		margin: 0;
		font-size: 13px;
	}

	/* Teaser Panel */
	div.teaser div.panel {
		margin-bottom: 1em;
	}
	div.teaser div.panel div.intext {
	}
	div.teaser div.panel div.headline {
		border-bottom: 1px solid #032B4D;
	}
	
	div.teaser div.panel div.htmlcont {
		background: #f2f2f2;
	}
	div.teaser div.panel h2,
	div.teaser div.panel h3 {
		margin: 0;
		font-size: 13px;
	}
	
	/* Teaser Galerie */
	div.teaser div.galerie {
		font-size:11px;
		color:#333;
		padding:0 10px 0 13px;
		line-height:12px;
		margin-bottom:12px;
		position:relative; top:-3px;
	}
	div.teaser div.galerie h3 {
		margin: 0;
		font-size:11px;
		line-height:12px;
	}
	div.teaser div.galerie p {
		margin: 0;
		color:#666;
	}
	
	/* Teaser Modul */
	div.teaser div.modul {
		margin: 0 .6em 0 1em;
	}
	
	/* Teaser News */
	div.teaser div.news {
	}
	div.teaser div.news .teaser_advanced {
	}
	div.teaser div.news .headline_advanced h2 {
		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 {
	}
	div.teaser div.news .pageselector {
		display: none;
	}
	
	/* Teaser Newsletter */
	div.teaser div.newsletterbox {
		width: 80%;
		margin: 0 .6em 1em 1em;
	}
	div.teaser div.newsletterbox input {
	}
	div.teaser div.newsletterbox select {
	}
	/* Einstellung f?r Text fortlaufende Z?hlung, beginnend mit 0 */ 
	div.teaser div.news .text_advanced0 {
	}
/* << */


/* Filetypes an Buttons */
	/* Buttons */
	.weiter {
		padding-left: 15px;
		background: url(../images/navi_pfeil_rechts.gif) left 5px no-repeat;
		display: block;
	}
	.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 */
	div.downloadlist {
		margin: 0 0 1em 20px;
		width: 45%;
		float: left;
	}
	* html div.downloadlist {
		margin: 0 0 1em 10px;
		width: 48%;
	}
	div.downloadlist img {
		position:relative; top:3px;
	}
	/* Downloadliste ohne Counter */
	div.downloadlist table {
		border-spacing: 0;
		border-collapse: collapse;
	}
	/* Ueberschift */
	div.downloadlist th {
		color: #666;
		background: #ddd;
		padding: 0 2px 0 5px;
		text-align: left;
		height: 1.4em;
		vertical-align: middle;
	}
	div.downloadlist th a {
		color: #666;
	}
	/* Download Link */
	div.downloadlist td a {
		font-weight: bold;
		line-height: 1em;
	}
	/* Beschreibungstext */
	div.downloadlist div.fileDescription {
		font-size: 11px;
		line-height: 1.1em;
		font-weight: normal;
	}
	/* Zeilen */
	div.downloadlist td {
		line-height: 200%;
		padding: 0 5px;
		background: #fff;
		border-bottom: 1px solid #ddd;
		font-size: 11px;
	}
	div.downloadlist tr.alt td { }
	/* Zellen */
	/* Ohne Counter */
	div.downloadlist td.r1 { }
	div.downloadlist td.r2 { white-space: nowrap; }
	div.downloadlist td.r3 { white-space: nowrap; }
	/* Mit Counter */
	div.downloadlist table.downloadlist_conter td.r1 { }
	div.downloadlist table.downloadlist_conter td.r2 { }
	div.downloadlist table.downloadlist_conter td.r3 { text-align: right; }
	div.downloadlist table.downloadlist_conter td.r4 { text-align: right; }
	/* DateiBild */
	div.downloadlist img#m1 { position: relative; top: 3px; margin-right: 5px; }
	
	
	div.downloadlist th.sortable,
	div.downloadlist th.sortable-text,
	div.downloadlist th.sortable-date,
	div.downloadlist th.sortable-keep,
	div.downloadlist th.sortable-date-dmy,
	div.downloadlist th.sortable-numeric,
	div.downloadlist th.sortable-currency,
	div.downloadlist th.sortable-sortByTwelveHourTimestamp,
	div.downloadlist th.sortable-sortIPAddress,
	div.downloadlist th.sortable-sortEnglishLonghandDateFormat,
	div.downloadlist th.sortable-sortScientificNotation,
	div.downloadlist th.sortable-sortImage,
	div.downloadlist th.sortable-sortFileSize {
		cursor: pointer;
		background: #DADEED url(../images/bg_header_sortable.gif) top right no-repeat;
	}
	div.downloadlist th.forwardSort {
		background-image: url(../images/bg_header_down.gif);
		color: #fff;
	}
	div.downloadlist th.reverseSort {
		background-image: url(../images/bg_header_up.gif);
		color: #fff;
	}
	div.downloadlist th.forwardSort a,
	div.downloadlist th.reverseSort a {
		color: #fff;
	}
/* << */


/* Thickbox */
	/* global settings needed for thickbox */
	*{padding: 0; margin: 0;}
	/* thickbox specific link and font settings */
	#TB_window {
	  font: 12px Arial, Helvetica, sans-serif;
	  color: #333333;
	}
	#TB_secondLine {
	  font: 10px Arial, Helvetica, sans-serif;
	  color:#666666;
	}
	#TB_window a:link {color: #666666;}
	#TB_window a:visited {color: #666666;}
	#TB_window a:hover {color: #000;}
	#TB_window a:active {color: #666666;}
	#TB_window a:focus{color: #666666;}
	/* thickbox settings */
	#TB_overlay {
	  position: fixed;
	  z-index:997;
	  top: 0px;
	  left: 0px;
	  height:100%;
	  width:100%;
	}
	.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
	.TB_overlayBG {
	  background-color:#000;
	  filter:alpha(opacity=75);
	  -moz-opacity: 0.75;
	  opacity: 0.75;
	}
	* html #TB_overlay { /* ie6 hack */
		 position: absolute;
		 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}
	#TB_window {
	  position: fixed;
	  background: #ffffff;
	  z-index: 998;
	  color:#000;
	  display:none;
	  border: 4px solid #525252;
	  text-align:left;
	  top:50%;
	  left:50%;
	}
	* html #TB_window { /* ie6 hack */
		position: absolute;
		margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}
	#TB_window img#TB_Image {
	  display:block;
	  margin: 15px 0 0 15px;
	  border-right: 1px solid #ccc;
	  border-bottom: 1px solid #ccc;
	  border-top: 1px solid #666;
	  border-left: 1px solid #666;
	}
	#TB_caption{
	  height:25px;
	  padding:7px 30px 10px 25px;
	  float:left;
	}
	#TB_closeWindow{
	  height:25px;
	  padding:11px 25px 10px 0;
	  float:right;
	}
	#TB_closeAjaxWindow{
	  padding:7px 10px 5px 0;
	  margin-bottom:1px;
	  text-align:right;

	  float:right;
	}
	#TB_ajaxWindowTitle{
	  float:left;
	  padding:7px 0 5px 10px;
	  margin-bottom:1px;
	}
	#TB_title{
	  background-color:#e8e8e8;
	  height:27px;
	}
	#TB_ajaxContent{
	  clear:both;
	  padding:2px 15px 15px 15px;
	  overflow:auto;
	  text-align:left;
	  line-height:1.4em;
	}
	#TB_ajaxContent.TB_modal{
	  padding:15px;
	}
	#TB_ajaxContent p{
	  padding:5px 0px 5px 0px;
	}
	#TB_load{
	  position: fixed;
	  display:none;
	  height:13px;
	  width:208px;
	  z-index:999;
	  top: 50%;
	  left: 50%;
	  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	}
	* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}
	#TB_HideSelect{
	  z-index:996;
	  position:fixed;
	  top: 0;
	  left: 0;
	  background-color:#fff;
	  border:none;
	  filter:alpha(opacity=0);
	  -moz-opacity: 0;
	  opacity: 0;
	  height:100%;
	  width:100%;
	}
	* html #TB_HideSelect { /* ie6 hack */
		 position: absolute;
		 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}
	#TB_iframeContent{
	  clear:both;
	  border:none;
	  margin-bottom:-1px;
	  margin-top:1px;
	  _margin-bottom:1px;
	}
/* << */


/* Terminkalender */
	/*---------------------------------------------*/
	/*           Termin-sKalender                  */
	/*---------------------------------------------*/
	#mod_sK {
		margin-top: 10px;
		text-align: center;
	}
	#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: 90%;
		margin: 0 auto;
		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 {
		margin: 0 20px;
	}
	#mod_te h1 {}
	#mod_te h2 {}
	#mod_te p {}
	
	#mod_te p.extLink {
		padding-left: 15px;
		background: url(../images/navi_pfeil_rechts.gif) left no-repeat;
	}
	#mod_te p.back {
		padding-left: 15px;
		background: url(../images/back_button.gif) left no-repeat;
	}
	/*---------------------------------------------*/

	/*            Terminliste komplett             */
	/*---------------------------------------------*/
	#mod_tl {
		margin: 0 20px;
		padding-top: 10px;
	}
	#mod_tl table {
		width: 99%
		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;
	}
/* << */


/* Accordion */
	#accordion h3 {
		margin: 0;
		padding: 0;
		font-size: 14px;
		color: #666;
		background: #e6e6e6 url(../images/teaser_bg.gif) top left no-repeat;
		cursor: pointer;
		display: block;
		height: 41px;
	}
	#accordion h3.first {
		background-image: url(../images/teaser_bg_first.gif);
		height: 42px;
	}
	#accordion h3.last {
		background-image: url(../images/teaser_bg_last.gif);
		height: 42px;
	}
	#accordion h3 span {
		color: #666;
		padding: 12px 10px 0 10px;
		display: block;
	}
	
	#accordion h3.last.selected {
		background-image: url(../images/teaser_bg.gif);
		height: 41px;
	}

	#accordion .accordion {
		background: #fff url(../images/teaser_bg2.gif) top left repeat-y;
	}
	#accordion .inaccordion {
		background: url(../images/teaser_bg2_top.gif) top left no-repeat;
		min-height: 150px
	}
	* html #accordion .inaccordion {
		height: 150px;
	}
	#accordion .des1 {
		padding: 5px 10px;
	}
	
	#accordion .last .des1 {
		background: url(../images/teaser_bg2_bottom.gif) bottom left no-repeat;
	}
	#accordion .last .inaccordion {
		background: url(../images/teaser_bg2_top_last.gif) top left no-repeat;
	}
/* << */