/* Basics */
	body {
		font: normal 100.01% Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		color: #363332;
		margin: 0;
		padding: 0;
		text-align: center;
		background: white;
	}
	.clear {
		clear: both;
	}
	.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;
	}
	.wrapperTop {
		margin: 0 auto;
		width: 980px;
		height: 175px;
		text-align: left;
	}
	.wrapper {
		margin: 0 auto;
		width: 980px;
		text-align: left;
		background: #DFDFDF; /* L */
		line-height: 1.5em;
	}
	.wrapperBottom {
		margin: 0 auto;
		width: 980px;
		text-align: left;
		background: #333;
	}
	/* Navigation */
	.outer1 {
		margin-left: 177px;
		background: #008C4E; /* R */
	}
	/* Content */
	.outer0 {
		margin-left: -177px; /* L */
		margin-right: -196px; /* R */
	}
	/* Teaser */
	.outer2 {
		margin-right: 196px;
		background: #fff; /* C */
	}
	.wrap-cl {
		float: left;
		width: 784px; /* C + L  */
	}
	.top {
	}
	.left {
		float: left;
		width: 177px;
	}
	.center {
		float: right;
		width: 606px;
	}
	.right {
		float: right;
		width: 196px;
		background: url(../images/teaserTop.png) top repeat-x;
		min-height: 274px;
	}
	* html .right {
		height: 274px;
	}
	.bottom {
	}
	.outer0 {
		word-wrap: break-word;
	}
	.inleft,
	.incenter,
	.inright,
	.intop,
	.inbottom {
		width: 100%;
	}
	.inright {
		padding-top: 20px;
	}
	.absolute {
		position: absolute;
		top: 0;
		left: auto;
		z-index: 100;
		width: 980px;
	}
	
	/* 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;
	}
	ul, ol {
		margin-left: 2.5em;
		margin-bottom: .8em;
	}
	li {
		line-height: 1.5em;
	}
	/* Einstellungen fuer Ueberschriften */
	h1 {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 1em;
		margin: 10px 0 .3em 0;
		color: #008C4E;
		font-weight: bold;
	}
	h2 {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: .9em;
		margin: 0 0 .3em 0;
		color: #333;
	}
	h3 {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: .8em;
		margin: 0 0 .3em 0;
		color: #333;
	}
	h4 {
		color: white;
		font-size: .7em;
		margin: 0 0 .3em 0;
	}
	a {
		color: #008C4E;
	}
	/*Standard Link einstellungen*/
	a:link, a:visited, a:hover {
		text-decoration: none;
	}
	a:hover	{
		color: #333;
	}
/* << */


/* Sontige Layout Einstellungen */
	.incenter p {
		line-height: 1.5em;
	}
	.left,
	.right {
		line-height: 1.2em;
	}
	
	.small,
	p.small,
	span.small {
		font-size: .9em;
		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: .85em;
		margin-left: .5em;
		width: auto;
	}
	
	/* Bilder */
	img {
		border: 0;
	}
	
	acronym {
	    cursor: help;
		border-bottom-style: dashed;
	}
/* << */


/* Absaetze */
	/* Standard Absatz */
	div.center div.standard {
	}
	div.center div.standard div.intext {
		padding: 0 20px 0 20px;
	}
	div.center div.standard div.headline {
	}
	div.center div.standard div.htmlcont { 
	}
	
	/* Formatierungen */
	div.center div.absatz-links {
		float: left;
		width: 273px;
		padding: 0 10px 0 20px;
	}
	div.center div.absatz-rechts {
		float: right;
		width: 273px;
		padding: 0 20px 0 10px;
	}
	* html div.center div.absatz-links,
	* html div.center div.absatz-rechts {
		width: 303px;
	}
	
	/* 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;
	}
	
	/* Footer Standard Absatz */
	div.bottom div.standard {
		padding: 3px 50px;
	}
	div.bottom div.standard div.intext {
		text-align: center;
	}
	div.bottom div.standard div.headline {
	}
	div.bottom div.standard div.htmlcont { 
	}
	
	div.bottom p,
	div.bottom a {
		color: #fff;
		margin: 0;
	}
	div.bottom a:hover {
		color: #008C4E;
	}
	
	/* 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: 40px;
		left: 40px;
		width: auto;
		z-index: 800;
	}
	div.logo div.inlogo {
	}
	div.logo img {}
/* << /*


/* Hauptnavigation */
	div#mnavi {
	}
	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;
	}
	* html div#mnavi li a {
		
	}
	/* Ebene 1 */
		div#mnavi ul.e1 {
		}
		
		div#mnavi ul.e1 li /* all */ {
		}
		
		div#mnavi a.e1p, /* closed */
		div#mnavi a.e1a, /* active */
		div#mnavi a.e1o, /* open */
		div#mnavi a.e1oa /* open active */ {
			background: #9F9F9F;
			color: #fff;
			padding: 10px;
			font-weight: bold;
			border-top: 1px dotted #fff;
			text-transform: uppercase;
			width: 157px;
		}
		
		* html div#mnavi a.e1p, /* closed */
		* html div#mnavi a.e1a, /* active */
		* html div#mnavi a.e1o, /* open */
		* html div#mnavi a.e1oa /* open active */ {
			width: 177px;
		}
		
		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: #008C4E;
			color: #fff;
		}
		
	/* Ebene 2 */
		div#mnavi ul.e2 {
		}
		
		div#mnavi ul.e2 li /* all */ {
		}
		
		div#mnavi a.e2p, /* closed */
		div#mnavi a.e2a, /* active */
		div#mnavi a.e2o, /* open */
		div#mnavi a.e2oa /* open active */ {
			background: transparent url(../images/navi_pfeil_rechts.gif) 10px center no-repeat;
			color: #fff;
			padding: 4px 5px 4px 25px;
			border-top: 1px dotted #fff;
		}
		
		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 {
			color: #DFDFDF;
			background-image: url(../images/navi_pfeil_rechts_hover.gif);
		}
		
	/* Ebene 3 */
		div#mnavi ul.e3 {
			border-top: 1px dotted #fff;
		}		
		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 */ {
			color: #fff;
			padding: 2px 5px 2px 25px;
		}
		
		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 {
			color: #686565;
		}
/* << */


/* Hilfsnavigation */
	div.HilfsNav {
		position: absolute;
		top: 137px;
		left: auto;
		width: 980px;
		height: 38px;
		font-size: 12px;
		text-align: right;
		background: #008C4E url(../images/hilfsNavTop.gif) top repeat-x;
	}
	div.HilfsNav ul {
		padding: 17px 0 0 0;
		margin: 0;
	}
	div.HilfsNav li {
		padding: 0;
		margin: 0 10px 0 0;
		list-style: none;
		list-style-image: none;
		display: inline;
		color: #fff;
	}
	div.HilfsNav a {
		color: #fff;
		font-size: 12px;
		margin: 0 4px;
	}
	div.HilfsNav a:hover {
		font-weight: bold;
	}
/* << */


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


/* Illustration */
	div.illustration {
		position: absolute;
		top: 15px;
		left: 270px;
		width: 700px;
		text-align: right;
	}
	div.illustration div.inillu {
	}
/* << */


/* Sitemap */
	ul.sitemap {
		list-style-type: none;
		list-style-image: none;
		padding: 0 20px;
		margin: 0;
	}
	
	ul.sitemap ul {
		list-style-type: none;
		list-style-image: none;
		padding: 0;
	}
	
	ul.sitemap ul ul {
		list-style-type: square;
	}
	
	ul.sitemap li {
		padding: 0;
		margin: 5px 0 0 0;
		float: left;
		width: 48%;
		margin-right: 2%;
	}
	
	ul.sitemap li li {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style-type: square;
	}
	
	ul.sitemap li a {
		font-weight: bold;
		display: block;
		padding: 2px 5px;
		font-size: 14px;
		border-bottom: 1px solid #fff;
		background: #DFDFDF;
		color: #000;
	}
	
	ul.sitemap li li a {
		padding: 4px 5px;
		font-size: 12px;
		border-bottom: 0;
		color: #000;
		background: transparent;
		font-weight: normal;
	}
	
	ul.sitemap li li li a {
		font-size: 11px;
		font-weight: normal;
		padding: 2px 5px 2px 15px;
	}
	
	ul.sitemap li li li li a {
		padding-left: 25px;
	}
	
	
	ul.sitemap li a:hover {
		color: #fff;
		background: #008C4E;
	}
	
	ul.sitemap li li a:hover {
		color: #008C4E;
		background: transparent;
	}
/* << */


/* 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, .KontaktForm {
		padding-left: 15px;
	}
	
	div#kontakt label {
		float: left;
		width: 130px;
	}
	
	div#kontakt input {
		vertical-align: middle;
	}
	
	div#kontakt input,
	div#kontakt textarea {
		width: 400px;
	}
	
	div#kontakt textarea {
		height: 150px;
	}
	
	div#kontakt p.abschicken {
		margin: 0 0 0 100px;
	}
	
	div#kontakt p.abschicken input {
		font-size: 11px;
		width: auto;
	}
	
	div#kontakt input.button{
		width: auto;
		background: transparent;
		border: 0;
	}
	
	div
/* << */


/* 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;
		font-size:12px;
	}
	table.gTable {
		width: 566px;
	}
	div.gallery td.gallery_image {
		text-align:center;
		padding: 2px 0;
	}
	div.gallery td.gallery_image div.link {
	}
	
	div.gallery .galleryNav .back { text-align:center; }
	div.gallery .galleryNav .next { text-align:right; }
	
	div.gallery .option { display:none; }
/* << */


/* >> 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 {
	}
	div.center div.LoginBox {
		margin: 0 auto;
		text-align: center;
		width: 250px;
		border: 2px solid #008C4E;
		padding: 5px 10px;
		background:#DFDFDF;
	}
	/* 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;
		font-size: 12px;
	}
	div.LoginBox input {
		width: 100%;
		margin-bottom: 5px;
		border: 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 {


	}

.inteaser ul {
padding-left:14px;
padding-top:5px;
padding-bottom:5px;

	}
	/* Text und Ueberschriften */
	div.teaser p,
	div.teaser h1,
	div.teaser h2,
	div.teaser h3,
	div.teaser h4,
	div.teaser ul,
	div.teaser li {
		margin: 0 0 6px 0;
		font-size: 11px;
		color: #EBEBEB;
	}
	div.teaser th,
	div.teaser td {
		font-size: 11px;
	}

	div.teaser h1 {color:#fff;padding-bottom:10px; font-size:14px;}
	div.teaser h2,
	div.teaser h3 {
		font-size: 12px;
		color: #fff;
padding-bottom:5px;
padding-top:5px;
	}
	
	/* Links */
	div.teaser a {
		color: #fff;
	}
	div.teaser a:hover {
		text-decoration:underline;
	}
	
	/* Teaser links */
	div.left div.teaser {
	}
	
	/* Teaser rechts */
	div.right div.teaser {
	}
	
	/* Standard Absatz */
	div.teaser div.standard {
		margin: 0 15px 20px 15px;
	}
	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 {
		padding: 5px;
	}
	
	div#rss ul {
		list-style-image: none;
		list-style-type: none;
		margin: 0;
		padding: 5px 0;
		border: 2px solid #92541D;
		margin-bottom: 5px;
		background: #fff;
	}
	
	div#rss ul li {
		padding: 0 5px;
		margin: 0;
		color: #000;
	}
	
	div#rss ul h3 {
		padding: 0;
		color: #92541D;
	}
	
	div#rss ul a {
		color: #92541D;
	}
	div#rss ul a:hover {
		color: #000;
	}
/* << */


/* >> 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: #fff;
		background: #1A3364;
		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;
	}
/* << */


/* Gaestebuch */
	div#gBook {
		padding: 0 20px 10px 20px;
		line-height: 110%;
		
	}
	
	/* Ausgabe */
	div#gBook ul {
		list-style-type: none;
		margin: 10px 0 0 0;
		padding: 0;
	}
	
	div#gBook li.head {
		background: #DFDFDF;
		padding: 1px 5px;
		color: #333;
	}
	
	div#gBook li.entry {
		padding-top: 3px;
	}
	
	div#gBook li.comment {
		border-top: 1px dashed #ddd;
		padding-top: 2px;
		margin-top: 5px;
		color: #008C4E;
		font-size: 11px;
	}
	
	/* Edit Mode */
	div#gBook li.commentEdit {
		border-top: 1px dashed #ddd;
		padding: 2px;
		color: #ddd;
		font-size: 11px;
		clear: both;
		margin-top: 2px;
	}
	
	div#gBook li.icons {
		width: auto;
		border: 1px solid;
		background: #EEEEEE;
	}
	
	/* Eingabe */
	div#gBook tr.line td {
		border-top: 1px solid #333;
		padding: 5px 0;
	}
	
	div#gBook td.scode {
		vertical-align: bottom;
	}

	div#gBook td.scode img {
		float: left;
		margin-right: 10px;
	}
	div#gBook td.scode input {
		width: 110px;
		text-align: center;
		font-size: 33px;
		height: 40px;
		padding: 0 5px;
		border-color: #008C4E;
	}
	
	div#gBook td input.submit {
		width: auto;
		background-color: #008C4E;
		color: #fff;
		padding: 0 10px;
	}
/* << */