/* Basics */
	body {
		font: normal 100.01% Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		color: #363332;
		margin: 0;
		padding: 0;
		text-align: center;
		background: url(../images/background.gif) top center no-repeat;
		font-size: 12px;
	}
	.clear {
		clear: both;
	}
	.border {
		border: 1px solid #3c0;
	}
	.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;
	}
	.wrapperTop {
		margin: 0 auto;
		width: 780px;
		height: 152px;
		text-align: left;
		border-left: 1px solid #fff;
		border-right: 1px solid #ccc;
	}
	.wrapper {
		margin: 0 auto;
		width: 780px;
		text-align: left;
		background: transparent; /* L */
		border-right: 1px solid #ccc;
	}
	.wrapperBottom {
		margin: 0 auto;
		width: 780px;
		text-align: left;
		background: transparent;
		border-right: 1px solid #ccc;
		display: none;
	}
	* html .wrapperTop,
	* html .wrapper,
	* html .wrapperBottom {
		width: 782px;
	}
	/* Navigation */
	.outer1 {
		margin-left: 197px;
		background: transparent; /* R */
	}
	/* Content */
	.outer0 {
		margin-left: -197px; /* L */
		margin-right: 0; /* R */
	}
	/* Teaser */
	.outer2 {
		margin-right: 0;
		background: #fff; /* C */
	}
	.wrap-cl {
		float: left;
		width: 780px; /* C + L  */
	}
	.top {
	}
	.left {
		float: left;
		width: 197px;
	}
	.center {
		float: right;
		width: 583px;  /* C */
	}
	.right {
		float: right;
		display: none;
	}
	.bottom {
	}
	.outer0 {
		word-wrap: break-word;
	}
	.inleft,
	.incenter,
	.inright,
	.intop,
	.inbottom {
		width: 100%;
	}
	.incenter {
		padding-top: .6em;
		padding-bottom: .6em;
	}
	.inbottom {
		padding: .3em 0;
	}
	.incenter .content {
	}
	/*.absolute {
		position: absolute;
		top: 0;
		left: auto;
		z-index: 100;
		width: 82em;
	}*/
	
	/* 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, 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 1em 0;
	}
	/* Allgemeine Einstellung fuer Aufzaehlungspunkte */
	ul {
		margin-top: 0;
		list-style-image: url(../images/navi_pfeil_rechts.gif);
	}
	ul, ol {
		margin: 0 0 1em 0;
		padding: 3px 0;
	}
	li {
		margin-left: 22px;
		padding: 2px 0;
		color: #555;
	}
	/* Einstellungen fuer Ueberschriften */
	h1 {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 13px;
		margin: 0 0 15px 0;
		color: #2bac00;
		font-weight: bold;
	}
	h2 {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 12px;
		margin: 0 0 10px 0;
		color: #2bac00;
	}
	h3 {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 12px;
		margin: 0 0 .3em 0;
		color: #2bac00;
	}
	h4 {
		color: white;
		font-size: .7em;
		margin: 0 0 .3em 0;
	}
	a {
		color: #555;
	}
	/*Standard Link einstellungen*/
	a:link, a:visited, a:hover {
		text-decoration: none;
	}
	a:hover	{
		color: #3c0;
	}
/* << */


/* Sontige Layout Einstellungen */
	.incenter p {
		font-size: 12px;
	}
	.left,
	.right {
		line-height: 1.2em;
	}
	
	.small,
	p.small,
	span.small {
		font-size: .9em;
		line-height: 1.4em;
		color: #666;
	}
	
	.gruen,
	p.gruen,
	span.gruen {
		color: #2bac00;
	}
	
	ul.gruen {
		background: #EAFAE5;
	}
	ul.gruen li {
		color: #555;
	}
	
	div.gruen,
	p.gruen {
		background: #EAFAE5;
		color: #000;
		padding: 3px;
		margin-bottom: 1em;
	}
	
	ul.grau {
		background: #f0f0f0;
	}
	
	/* Formulare */
	form {
		margin: 0;
	}
	input,
	textarea,
	select {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		background: #fff;
		border: 1px solid #3c0;
		font-size: .9em;
		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: .85em;
		margin-left: .5em;
		width: auto;
	}
	
	/* Bilder */
	img {
		border: 0;
	}
	
	acronym {
	    cursor: help;
		border-bottom-style: dashed;
	}
	
	/* Tabelle */
	table.destable {
		border-top: 1px solid #3c0;
		border-right: 1px solid #3c0;
	}
	table.destable th,
	table.destable td {
		border-bottom: 1px solid #3c0;
		border-left: 1px solid #3c0;
		padding: 2px 5px;
		background: #F4F4F4;
	}
	
	table.destable th {
		background: #ADEB99;
		color: #2bac00;
	}
/* << */


/* Absaetze */
	/* Standard Absatz */
	div.center div.standard {
	}
	div.center div.standard div.intext {
		padding: 0 12px;
	}
	div.center div.standard div.headline {
	}
	div.center div.standard div.htmlcont { 
	}
	
	/* Formatierungen */
	div.center div.absatz-links {
		float: left;
		width: 265px;
		padding-left: 12px;
	}
	div.center div.absatz-rechts {
		float: right;
		width: 265px;
		padding-right: 12px;
	}
	* html div.center div.absatz-links,
	* html div.center div.absatz-rechts {
		
	}
	
	/* Panel Absatz */
	div.center div.panel {
		margin-bottom: 1em;
	}
	div.center div.panel div.intext {
	}
	div.center div.panel div.headline {
		border-bottom: 1px solid #032B4D;
		padding: 0 1.2em;
	}
	div.center div.panel div.htmlcont {
		background: #f2f2f2;
		padding: 0 1.2em;
	}
	div.center div.panel h2,
	div.center div.panel h3 {
		margin: 0;
	}
	
	/* DesignPanel Absatz */
	div.center div.despanel {
		margin-bottom: 1em;
	}
	div.center div.despanel div.intext {
	}
	div.center div.despanel div.headline {
		background: #f2f2f2;
		padding: 0 1.2em;
	}
	
	div.center div.despanel div.htmlcont {
		background: #F2E295;
		padding: 0 1.2em;
	}
	div.center div.despanel h2,
	div.center div.despanel h3 {
		margin: 0;
	}
	
	/* Back */
	div.center div.back {
		width: 40%;
		float: left;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	
	/* Date */
	div.center div.date {
		width: 40%;
		margin-right: 20px;
		float: right;
		text-align: right;
		margin-bottom: 20px;
	}
/* << */


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


/* Hauptnavigation */
	div#mnavi {
		position: absolute;
		top: 0;
		left: auto;
		z-index: 600;
	}
	div#mnavi ul {
		list-style-image: none;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	div#mnavi li {
		margin: 0;
		padding: 0;
	}
	div#mnavi li a {
		display: block;
		font-size: 11px;
	}
	/* Ebene 1 */
		div#mnavi ul.e1 {
			position: absolute;
			top: 4px;
			left: auto;
			width: 780px;
			background: #5cd633;
			z-index: 601;
		}
		
		div#mnavi ul.e1 li /* all */ {
			width: auto;
			float: left;
			text-align: center;
		}
		
		div#mnavi a.e1p, /* closed */
		div#mnavi a.e1a, /* active */
		div#mnavi a.e1o, /* open */
		div#mnavi a.e1oa /* open active */ {
			background: transparent url(../images/nav1bg.gif) right center no-repeat;
			color: #fff;
			padding: 5px 14px;
			font-weight: bold;
			text-decoration: none;
		}
		
		div#mnavi a.e1o, div#mnavi a.e1a, div#mnavi a.e1oa,
		div#mnavi a.e1p:hover, div#mnavi a.e1a:hover, div#mnavi a.e1o:hover, div#mnavi a.e1oa:hover {
			background-color: #adeb99;
			color: #000;
		}
		
		div#mnavi ul.e1 li.home a,
		div#mnavi ul.e1 li.impressum a {
			background-color: #fff;
			background-image: url(../images/nav1bgBlack.gif);
			color: #000;
			padding-right: 4px;
			padding-left: 3px;
			font-weight: normal;
		}
		div#mnavi ul.e1 li.home a {
		}
		div#mnavi ul.e1 li.impressum a,
		div#mnavi ul.e1 li.kontakt a {
			background-image: none;
		}
		div#mnavi ul.e1 li.home a:hover,
		div#mnavi ul.e1 li.impressum a:hover {
			background-color: #adeb99;
		}
		
	/* Ebene 2 */
		div#mnavi ul.e2 {
			position: absolute;
			top: 25px;
			left: 297px;
			width: 473px;
			background: #e5e5e5;
			padding-left: 10px;
			z-index: 602;
		}
		* html div#mnavi ul.e2 {
			width: 483px;
		}
		
		div#mnavi ul.e2 li /* all */ {
			background: url(../images/navi_pfeil_rechts.gif) 0 4px no-repeat;
		}
		
		div#mnavi a.e2p, /* closed */
		div#mnavi a.e2a, /* active */
		div#mnavi a.e2o, /* open */
		div#mnavi a.e2oa /* open active */ {
			background: transparent;
			color: #000;
			padding: 4px 10px;
			font-weight: bold;
		}
		
		div#mnavi a.e2o, div#mnavi a.e2a, div#mnavi a.e2oa,
		div#mnavi a.e2p:hover, div#mnavi a.e2a:hover, div#mnavi a.e2o:hover, div#mnavi a.e2oa:hover {
			background: transparent;
			color: #686565;
		}
		
	/* Ebene 3 */
		div#mnavi ul.e3 {
			position: absolute;
			top: 23px;
			left: 0;
			width: 473px;
			background: #fff url(../images/navi_pfeil_rechts.gif) 10px 2px no-repeat;
			padding-left: 10px;
		}
		* html div#mnavi ul.e3 {
			width: 483px;
		}
		
		div#mnavi ul.e3 li /* all */ {
		}
		
		div#mnavi a.e3p, /* closed */
		div#mnavi a.e3a, /* active */
		div#mnavi a.e3o, /* open */
		div#mnavi a.e3oa /* open active */ {
			background: transparent;
			color: #000;
			padding: 2px 10px;
			font-weight: bold;
		}
		
		div#mnavi a.e3o, div#mnavi a.e3a, div#mnavi a.e3oa,
		div#mnavi a.e3p:hover, div#mnavi a.e3a:hover, div#mnavi a.e3o:hover, div#mnavi a.e3oa:hover {
			background: transparent;
			color: #686565;;
		}
		
		
	/* Ebene 4 */
		div#mnavi ul.e4 {
			display: none;
		}
/* << */


/* Hilfsnavigation */
	div.HilfsNav {
		width: 100%;
		height: 20px;
		font-size: 12px;
		text-align: right;
		background: #ccc;
		display: none;
	}
	div.HilfsNav ul {
		padding: 0;
		margin: 0;
	}
	div.HilfsNav li {
		padding: 0;
		margin: 0 10px 0 0;
		list-style: none;
		list-style-image: none;
		display: inline;
		color: #363332;
	}
	div.HilfsNav a {
		color: #363332;
		font-size: 12px;
		margin: 0 4px;
		font-weight: bold;
	}
	div.HilfsNav a:hover {
		color: #9D1010;
	}
/* << */


/* BottomNavigation */
	div.BotNav {
		font-size: 12px;
		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: 12px;
		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 {
	}
/* << */


/* Sprache wechseln */
	div#language {
		position: absolute;
		top: 0;
		left: auto;
		width: auto;
		border: 1px solid #fff;
		z-index: 400;
	}
	div#language div.cont {
		position: absolute;
		top: 130px;
		left: 750px;
		width: auto;
		z-index: 401;
	}
/* << */


/* Illustration */
	div.illustration {
		position: absolute;
		top: 29px;
		left: auto;
		width: 780px;
		background: #efefef url(../images/illuBg.gif) top repeat-x;
		z-index: 300;
	}
	div.illustration div.inillu {
	}
/* << */


/* Sitemap */
	div.sitemap {
		width: 100%;
		margin-bottom: 1em;
	}
	div.sitemap a.level1 {
		display: block;
		border-bottom: 1px solid #ccc;
		color: #000;
		padding: 3px 20px;
		font-weight: bold;
		margin-top: 20px;
	}
	div.sitemap a.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.level3 {
		color: #363332;
		display: block;
		background: url(../images/navi_pfeil_rechts.gif) right no-repeat;
		margin-right: 20px;
	}
	div.sitemap div.level1_container {
	}
	div.sitemap div.level2_container {
		float: left;
		width: 48%;
		padding-top: 3px;
	}
	div.sitemap div.level3_container {
		float: right;
		width: 48%;
	}
	
	div.sitemap div.level1_clear,
	div.sitemap div.level2_clear {
		clear: both;
	}
	
	div.sitemap a.level1:hover,
	div.sitemap a.level2:hover,
	div.sitemap a.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 {
		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#kontakt {
		margin: 1em 1.2em;
		clear: both;
		border-top: 1px solid #3c0;
		border-bottom: 1px solid #3c0;
		background: #EAFAE5;
		padding: 5px 10px;
	}
	* html div#kontakt {
		height: 200px;
	}
	*+html div#kontakt {
		min-height: 200px;
	}
	
	div#kontakt div.kLeft {
		float: left;
		width: 48%;
	}
	div#kontakt div.kRight {
		float: right;
		width: 48%;
	}
	* html div#kontakt div.kLeft,
	* html div#kontakt div.kRight {
		width: 45%;
	}
	
	div#kontakt input.radio {
		width: auto;
	}
	
	div#kontakt textarea {
		height: 90px;
	}
	
	div#kontakt input.button {
		padding: 3px 28px;
		font-weight: bold;
	}
	*+html div#kontakt input.button {
		padding: 3px 10px;
	}
	* html div#kontakt input.button {
		padding: 3px 10px;
	}
	
	div#kontakt input.radio {
		border: 0;
		background: transparent;
	}
	
	div#kontakt br.clear {
		clear: both;
		border: 1px solid red;
	}
/* << */


/* Newsliste */
	/* DIV-Bereich f�r die gesamte Artikelliste */ 
	div.news {
		margin: 1.2em;
	}
	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;
	}
	/* 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: .75em;
		width: auto;
	}
	div.news .text_advanced1 {
		font-size: .75em;
		margin-left: 5em;
	}
	/* Mehr	*/ 
	div.news .more {
		clear: both;
		text-align: left;
		width: auto;
		margin-left: 10.4em;
		font-size: .7em;
	}
	div.news .more a {
	}
	div.news .more a:hover {
	}
	/* Seitenzaehler */
	div.news .pageselector {
		clear: left;
		text-align: left;
		background: #EFEFEF;
		height: 2.1em;
		overflow: hidden;
		margin-top: 1em;
        font-size: .7em;
	}
	div.news .pageselector a,
	div.news .pageselector span.inPage {
		float: left;
		display: block;
        padding: .01em 1em;
		height: 2.1em;
		margin-right: .05em;
		color: #333;
        font-weight: 700;
	}
	div.news .pageselector a:hover {
		background: #930;
		color: #fff;
	}
	div.news .pageselector span.inPage {
		background: #963;
		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;
	}
	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;
	}
/* << */


/* Gallery */
	div.gallery {
		margin: 1em 1.5em;
		width: auto;
	}
	table.gTable {
		width: auto;
	}
	div.gallery td.gallery_image {
		width: 143px;
		height: auto;
		background: url(../images/gallery_background.gif) top left no-repeat;
	}
	div.gallery td.gallery_image div.link {
		width: 136px;
		height: 76px;
		overflow: hidden;
		margin: 4px 0 0 4px;
	}
/* << */


/* >> 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;
		}
/* << */


/* >> */
	#slideshow-box {
		position: absolute;
		top: 0;
		left: auto;
		width: 49.2em;
		z-index: 20;
	}
	#slideshow {
		position: absolute;
		top: 9em;
		left: 0;
	}
	#slideshow .slide {
		position: absolute;
		top: 0;
		left: -.1em;
		vertical-align: middle;
		display: none;
	}
	#slideshow .slide img {
		border: 0;
	}
/* << */


/* Login */
	div.LoginBox {
		float: left;
		border: 1px solid #3c0;
		background: #EAFAE5;
		padding: 5px 10px;
		width: 243px;
		/*position:relative; left: 305px; top:20px;*/
		margin-left:10px;
	}
	* html div.LoginBox {
		/*width: 255px;
		left: 52px;
		top: -220px;*/
	}
	/* 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 #loginBtn {
		margin-top: 5px;
width:auto; padding: 0 10px;
	}
	
	/* Logout Box */
	div.LoginBox div.logout {
	}
	div.LoginBox div.logout span.username {
		font-weight: bold;
	}
	div.LoginBox div.logout a {
		font-weight: bold;
		background: #fff;
		border: 1px solid #3c0;
		padding: 3px 10px;
	}
/* << */


/* 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: 11px;
	}
	div.teaser th,
	div.teaser td {
		font-size: 11px;
	}
	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 {
	}
	
	/* 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 Panel Absatz */
	div.teaser div.panel {
		margin-bottom: 1em;
	}
	div.teaser div.panel div.intext {
	}
	div.teaser div.panel div.headline {
		border-bottom: 1px solid #032B4D;
		padding: 1px 10px 3px 10px;
	}
	
	div.teaser div.panel div.htmlcont {
		background: #f2f2f2;
		padding: 5px 10px 3px 10px;
	}
	div.teaser div.panel h2,
	div.teaser div.panel h3 {
		margin: 0;
		font-size: 13px;
	}
	
	/* Teaser DesignPanel Absatz */
	div.teaser div.despanel {
		margin-bottom: 20px;
	}
	div.teaser div.despanel div.intext {
	}
	div.teaser div.despanel div.headline {
		padding: 1px 10px 3px 10px;
	}
	div.teaser div.despanel div.htmlcont {
	}
	div.teaser div.despanel h2,
	div.teaser div.despanel h3 {
		margin: 0;
		font-size: 13px;
	}
	
	/* 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 {
	}
/* << */


/* 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%;
		clear: both;
	}
	/* Downloadliste ohne Counter */
	table.downloadlist {
	}
	/* Downloadliste mit Counter */
	table.downloadlist_conter {
		border: 1px solid #3c0;
		border-spacing: 0;
		margin: 0 12px;
	}
	/* Ueberschift */
	div.downloadlist th {
		color: #fff;
		background: #ADEB99;
		padding: 2px 5px;
		text-align: left;
	}
	/* Download Link */
	div.downloadlist a {
		font-weight: bold;
	}
	/* Beschreibungstext */
	div.downloadlist div.fileDescription {
		font-size: 11px;
	}
	/* Zeilen */
	div.downloadlist td { padding: 0 5px; }
	div.downloadlist tr.row1 td { background: #E0E0E0; }
	div.downloadlist tr.row2 td { background: #F0F0F0; }
	
	/* Zellen */
	/* Ohne Counter */
	div.downloadlist .r1 { width: 50%; }
	div.downloadlist .r2 { width: 25%; }
	div.downloadlist .r3 { width: 25%; }
	
	/* Mit Counter */
	div.downloadlist table.downloadlist_conter th.r1 { padding-left: 18px; }
	div.downloadlist table.downloadlist_conter th.r2 { }
	div.downloadlist table.downloadlist_conter th.r3 { }
	div.downloadlist table.downloadlist_conter th.r4 { padding-right: 15px; }
	
	div.downloadlist table.downloadlist_conter td.r1 { width: 100%; padding-left: 18px; }
	div.downloadlist table.downloadlist_conter td.r2 { width: 1% }
	div.downloadlist table.downloadlist_conter td.r3 { width: 1%; white-space: nowrap; text-align: right; }
	div.downloadlist table.downloadlist_conter td.r4 { width: 1%; white-space: nowrap; text-align: right; padding-right: 15px; }
	/* DateiBild */
	div.downloadlist img#m1 { position: relative; top: 3px; margin-right: 5px; }
/* << */


/* 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: 100%;
		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;
	}
/* << */
