/* Basics */
	body {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 12px;
		color: #363332;
		margin: 0;
		padding: 0;
		text-align: center;
		background: #BED600;
	}
	.clear {
		clear: both;
	}
	.border {
		border: 1px solid #fff;
	}
	.alignright {
		text-align: right;
	}
	.display-none {
		display: none;
	}
	.to-right {
		float: right;
		margin: 0 0 2px 10px;
	}
	.to-left {
		float: left;
		margin: 0 10px 2px 0;
	}
	.wrapperTop {
		margin: 0 auto;
		width: 974px;
		text-align: left;
		background: transparent;
	}
	.wrapper {
		margin: 0 auto;
		width: 974px;
		text-align: left;
		background: #fff url(../images/contentbg.gif) top left repeat-y; /* L */
		line-height: 1.5em;
	}
	.wrapperBottom {
		margin: 0 auto;
		width: 974px;
		text-align: left;
		background: #fff url(../images/contentbg.gif) top left repeat-y;
	}
	/* Navigation */
	.outer1 {
		margin-left: 0;
		background: transparent; /* R */
	}
	/* Content */
	.outer0 {
		margin-left: 0; /* L */
		margin-right: 0; /* R */
	}
	/* Teaser */
	.outer2 {
		margin-right: 0;
		background: transparent; /* C */
	}
	.wrap-cl {
		float: left;
		width: 974px; /* C + L  */
	}
	.top {
	}
	.left {
		float: left;
		width: 0;
	}
	.center {
		float: right;
		width: 974px;  /* C */
		padding-bottom: 20px;
	}
	.right {
		float: right;
		width: 0;
	}
	.bottom {
		background: url(../images/footerbottombg.gif) bottom left no-repeat;
		height: 135px;
		padding: 0 12px;
	}
	.outer0 {
		word-wrap: break-word;
	}
	.inleft,
	.incenter,
	.inright,
	.intop,
	.inbottom {
		width: 100%;
	}
	.incenter {
		margin-top: 51px;
		margin-left: 12px;
		width: 950px;
	}
	.inbottom {
		padding: 5px 0;
		border-top: 1px solid #999;
	}
	.incenter .content {
	}
	/*.absolute {
		position: absolute;
		top: 0;
		left: auto;
		z-index: 100;
		width: 974px;
	}*/
	
	/* Eleminiert Probleme mit der darstellung auf IE Browsern */
	* html .outer0 { height: 0; he\ight: auto; zoom: 1; }
	* + html .outer0 { height: 0; he\ight: auto; zoom: 1; }
	/* previene allargamento floats (hidden) e problemi rendering left col (relative) in IE/Mac */
	/** html .wrap-cl { position: relative; }
	* + html .wrap-cl { position: relative; }*/
/* << */


/* Format Grundeinstellungen */
	/* Grundeinstellungen  fuer einige Element festlegen */
	th, td, p, ul, li {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 12px;
		color: #363332;
	}
	td, th {
		vertical-align: top;
	}
	/* Anpassungen fuer die Standard Absaetze */
	p {
		margin: 0 0 12px 0;
	}
	.incenter p {
		line-height: 1.5em;
	}
	/* Allgemeine Einstellung fuer Aufzaehlungspunkte */
	ul {
		margin-top: 0px;
		list-style-image: url(../images/navi_pfeil_rechts.gif);
		padding-left: 16px;
	}
	* html ul {
		margin-left: 0;
	}
	* + html ul {
		margin-left: 0;
	}
	/* Einstellungen fuer Ueberschriften */
	h1 {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 13px;
		margin: 0 0 .9em 0;
		color: #93A500;
	}
	h2 {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 13px;
		margin: 0 0 .9em 0;
		color: #93A500;
	}
	h3 {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 12px;
		margin: 0 0 .3em 0;
		color: #93A500;
	}
	h4 {
		color: white;
		font-size: 12px;
		margin: 0 0 12px 0;
	}
	a {
		color: #93A500;
	}
	/*Standard Link einstellungen*/
	a:link, a:visited, a:hover {
		text-decoration: none;
	}
	a:hover	{
		color: #999;
	}
/* << */


/* Sontige Layout Einstellungen */
	.small {
		font-size: .9em;
		line-height: 1.4em;
		color: #666;
	}
	.small a {
		color: #000;
	}
	.small a:hover {
		color: #93A500;
	}
	
	.top-border {
		border-top: 1px solid #999;
		display: block;
		padding-top: 5px;
	}
	
	/* Formulare */
	form {
		margin: 0;
	}
	input,
	textarea,
	select {
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		background: #fff;
		border: 1px solid #999;
		font-size: 10px;
		color: #000;
		width: 100%;
		-moz-opacity: 0.6;
		filter: alpha(opacity=60);
	}
	input:hover, input:focus,
	textarea:hover, textarea:focus {
		-moz-opacity: 1;
		filter: alpha(opacity=100);
	}
	select,
	input.button,
	label.button {
		width: auto;
	}
	
	/* Trennlinie */
	hr {
		color: #676869; /* IE */
		border: 1px solid #676869; /* Mozilla */
		height: 1px; /* IE */
		margin-top: 10px;
		margin-bottom: 10px;
	}
	/* Maschinentext */
	pre {
		padding: 5px;
		background: #eee;
		white-space: normal;
		font-size: 11px;
	}
	
	/* Bilder */
	img {
		border: 0;
	}
/* << */


/* Absaetze */
	/* Standard Absatz */
	div.center div.standard {
		padding-top: 15px;
	}
	div.center div.standard div.intext {
		padding: 0 20px;
	}
	div.center div.standard div.headline {
	}
	div.center div.standard div.htmlcont {
	}
	
	/* Panel Absatz */
	div.center div.panel {
		margin-bottom: 15px;
	}
	div.center div.panel div.intext {
	}
	div.center div.panel div.headline {
		border-bottom: 1px solid #032B4D;
		padding: 1px 20px 3px 20px;
	}
	div.center div.panel div.htmlcont {
		background: #f2f2f2;
		padding: 5px 20px 3px 20px;
	}
	div.center div.panel h2,
	div.center div.panel h3 {
		margin: 0;
		font-size: 13px;
	}
	
	/* DesignPanel Absatz */
	div.center div.despanel {
		margin-bottom: 15px;
	}
	div.center div.despanel div.intext {
	}
	div.center div.despanel div.headline {
		background: #f2f2f2;
		padding: 1px 20px 3px 20px;
	}
	
	div.center div.despanel div.htmlcont {
		background: #F2E295;
		padding: 5px 20px 3px 20px;
	}
	div.center div.despanel h2,
	div.center div.despanel h3 {
		margin: 0;
		font-size: 13px;
	}

	/* Content rigth Absatz */
	div.center div.co-left {
		margin-right: 316px;
	}
	
	/* Content rigth Absatz */
	div.center div.co-right {
		margin-left: 316px;
	}
	
	/* Formatierungen */
	div.center div.absatz-links {
		float: left;
		width: 49%; 
	}
	div.center div.absatz-rechts {
		float: right;
		width: 49%;
	}
	
	/* 3 Spaltige Absätze */
	div.center div.absatz3-links,
	div.center div.absatz3-center,
	div.center div.absatz3-rechts {
		float: left;
		width: 317px;
	}
	div.center div.absatz3-links {
		clear: both;
		width: 316px;
	}
	div.center div.absatz3-rechts {
	}
	
	/* Borderless Absatz */
	div.center div.borderless,
	div.center div.borderless div.intext,
	div.center div.borderless div.headline,
	div.center div.borderless div.htmlcont {
		padding: 0; margin: 0;
	}
	
	/* Bottom */
	div.bottom div.absatz-links,
	div.bottom div.absatz-rechts {
		float: left;
		width: 45%;
		margin: 0 0 0 40px;
		height: 110px;
	}
	div.bottom div.absatz-rechts {
		float: right;
		margin: 0 40px 0 0;
		text-align: right;
		border-left: 1px solid #999;
		width: 275px;
	}
	* html div.bottom div.absatz-links {
		margin-left: 20px;
	}
	* html div.bottom div.absatz-rechts {
		margin-right: 15px;
	}
	div.bottom div.absatz-links div.intext,
	div.bottom div.absatz-rechts div.intext {
	}
	div.bottom div.absatz-links div.headline,
	div.bottom div.absatz-rechts div.headline {
	}
	div.bottom div.absatz-links div.htmlcont,
	div.bottom div.absatz-rechts div.htmlcont {
	}
	div.bottom div.absatz-rechts div.htmlcont {
		padding-top: 10px;
	}
	
	/* 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;
	}
	
	/* Farben */
	div.center div.grey {
		background-color: #fff;
	}
/* << */


/* Logo */
	div.logo {
		position: absolute;
		top: 0;
		left: auto;
		width: auto;
		margin-top: 5px;
		z-index: 800;
	}
	div.logo div.inlogo {
		position: absolute;
		top: 111px;
		left: 695px;
	}
	div.logo img {}
/* << /*


/* Hauptnavigation */
	div.HauptNav {
		margin-bottom: 20px;
		position: absolute;
		top: 0;
		left: auto;
		width: auto;
	}
	/* Alle Links */
	div.HauptNav a {
		display: block;
	}
	div.HauptNav a:hover {
	}
	div.HauptNav div {
	}
	
	/* Ebene 1 */
		/* Hauptcontainer */
		div.HauptNav div.NavFirstIn {
			position: absolute;
			top: 184px;
			left: 12px;
			width: 950px;
			background: #999;
		}
		/* Alle Link Container */
		div.HauptNav div.NavFirstOff,
		div.HauptNav div.NavFirstOn,
		div.HauptNav div.NavFirstOpen {
			width: auto;
			float: left;
			height: 25px;
			width: 170px;
			text-align: center;
			margin-left: 20px;
		}
		/* Alle Links */
		div.HauptNav div.NavFirstOff a,
		div.HauptNav div.NavFirstOn a,
		div.HauptNav div.NavFirstOpen a {
			padding: 3px 10px 0 10px;
			color: #000;
			font-size: 16px;
			height: 22px;
		}
		* html div.HauptNav div.NavFirstOff a,
		* html div.HauptNav div.NavFirstOn a,
		* html div.HauptNav div.NavFirstOpen a {
			padding-bottom: 4px;
		}
		/* Alle Links beim ueberfahren */
		div.HauptNav div.NavFirstOff a:hover,
		div.HauptNav div.NavFirstOn a:hover,
		div.HauptNav div.NavFirstOpen a:hover,
		/* Link hier, Im Pfad */
		div.HauptNav div.NavFirstOn a,
		div.HauptNav div.NavFirstOpen a {
			background: #BED600 url(../images/nav1bg.gif) top left no-repeat;
		}
	/* Ebene 2 */
		/* Hauptcontainer */
		div.HauptNav div.NavSecondIn {
			position: absolute;
			top: 25px;
			left: 0;
			width: 930px;
			background: #BED600;
			padding-left: 20px;
		}
		* html div.HauptNav div.NavSecondIn {
			width: 950px;
		}
		div.HauptNav a.NavSecondOff,
		div.HauptNav a.NavSecondOn,
		div.HauptNav a.NavSecondOpen {
			height: 25px;
			width: auto;
			float: left;
			margin-right: 4px;
		}
		div.HauptNav a.NavSecondOff,
		div.HauptNav a.NavSecondOn,
		div.HauptNav a.NavSecondOpen {
			padding: 3px 5px 0 5px;
			color: #000;
			font-size: 12px;
			height: 22px;
		}
		/* Alle Links beim ueberfahren*/
		div.HauptNav a.NavSecondOff:hover,
		div.HauptNav a.NavSecondOn:hover,
		div.HauptNav a.NavSecondOpen:hover,
		/* Link hier, Im Pfad */
		div.HauptNav a.NavSecondOn,
		div.HauptNav a.NavSecondOpen {
			color: #fff;
		}
	/* Ebene 3 */
		/* Hauptcontainer */
		div.HauptNav div.NavThirdIn {
		}
		/* Alle Links */
		div.HauptNav div.NavThirdOff a,
		div.HauptNav div.NavThirdOn a,
		div.HauptNav div.NavThirdOpen a {
		}
		/* Alle Links beim ueberfahren*/
		div.HauptNav div.NavThirdOff a:hover,
		div.HauptNav div.NavThirdOn a:hover,
		div.HauptNav div.NavThirdOpen a:hover,
		/* Link hier, Im Pfad  */
		div.HauptNav div.NavThirdOn a,
		div.HauptNav div.NavThirdOpen a {
		}
/* << */


/* Hilfsnavigation */
	div.HilfsNav {
		color: #363332;
		width: 974px;
		font-size: 12px;
		text-align: left;
		height: 27px;
	}
	div.HilfsNav div.inHilfsNav {
		padding-top: 11px;
		padding-left: 15px;
	}
	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;
		color: #666;
		display: none;
	}
	div.inBotNav {
	}
	div.BotNav a {
		font-size: 12px;
		padding: 0 10px;
		margin: 0 10px;
		text-transform: uppercase;
		color: #666;
	}
	div.BotNav a:hover {
		color: #333;
	}
/* << */


/* Navigationspfad */
	div.NavPath {
		font-size: 11px;
		display: none;
	}
	div.NavPath div.cont {
	}
	div.NavPath a {
		font-size: 11px;
	}
	div.NavPath a:hover {
	}
/* << */


/* Illustration */
	div.illustration {
		width: 974px;
	}
	div.illustration div.inillu {
	}
	div.illustration a {
		float: left;
	}
	div.illustration a:hover img {
		filter: Gray();
		-moz-opacity:0.6;
	}
/* << */


/* Sitemap */
	div.sitemap {
		width: 100%;
		margin-bottom: 20px;
	}
	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 {
		margin: 20px;
	}
	div.top div.searchbox div.insearch {
		position: absolute;
		left: auto;
		top: 0;
	}
	div.searchbox label {
		font-size: 12px;
		font-weight: bold;
		padding-right: 3px;
	}
	div.center div.searchbox label {
		display: none;
	}
	div.searchbox input {
		font-size: 9px;
	}
	div.center div.searchbox input {
		width: 60%;
	}
	div.center div.searchbox input.button {
		width: auto;
	}
	/* Sucheausgabe */
	div.search {
		margin: 20px;
	}
	div.search div.message {
		margin-bottom: 10px;
		font-weight: bold;
	}
	div.search div.cont {
		margin-bottom: 10px;
	}
	div.search div.cont h2 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	div.search div.cont h2 span.num {
		font-size: 11px;
		color: #666;
	}
	div.search div.cont strong {
		color: #000;
		background: #fff;
	}
	div.search div.browsing {
		text-align: center;
	}
/* << */


/* Kontaktformular */
	div.KontaktForm {
		width: 296px;
		float: left;
		margin-top: 15px;
		margin-left: 20px;
	}
	div.KontaktForm table.Kontakt {
	}
	div.KontaktForm td {
		padding-bottom: 5px;
	}
	div.KontaktForm td.tdleft {
		padding-right: 10px;
		white-space: nowrap;
width: 25%;
	}
	div.KontaktForm td.tdright {
		display: block;
		width: 75%;
	}
	div.KontaktForm input,
	div.KontaktForm textarea {
	}
	div.KontaktForm label {
		display: block;
	}
	div.KontaktForm label.button {
		display: inline;
border: 0;
	}
	/* PLZ/Ort */
	div.KontaktForm label.plz {
		display: inline;
	}
	div.KontaktForm label.ort {
		display: inline;
	}
	div.KontaktForm input.plz {
		width: 25%;
		float: left;
	}
	div.KontaktForm input.ort {
		width: 70%;
		float: right;
	}
	/* Submit */
	div.KontaktForm tr.submit {
	}
	div.KontaktForm tr.submit input {
		margin-right: 10px;
	}
	/* Pflichtfelder */
	div.KontaktForm tr.pflicht {
	}
	/* Buttons */
	div.KontaktForm input.button {
		width: auto;
	}
	
	/* Empfehlungsformular */
	 div.send2friend div.KontaktForm {
		width: 600px;
		float: right;
		margin-left: 30px;
		margin-right: 20px;
	}
	div.send2friend div.KontaktForm table td.tdleft {
		width: 10%;
	}
	div.send2friend div.KontaktForm table td.tdright {
		width: 90%;
	}
	div.send2friend div.KontaktForm p.small { /* Siehe auch Klasse .small */
	}
/* << */


/* Newsliste */
	/* DIV-Bereich für die gesamte Artikelliste */ 
	div.news {
		width: 306px;
		float: left;
		padding-top: 15px;
	}
	div.news .news_advanced {
		padding-left: 20px;
		margin-bottom: 20px;
		clear: both;
	}
	/* Links */
	div.news a {
	}
	div.news a:hover {
	}
	/* Überschrift Artikel */
	div.news .headline_advanced h2 {
		margin-bottom: 4px;
		font-size: 14px;
		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: 11px;
		color: #000;
	}
	/* Mehr	*/ 
	div.news .more {
		clear: both;
		text-align: right;
		width: auto;
	}
	div.news .more a {
		font-size: 11px;
		font-style: italic;
		font-weight: bold;
		color: #000;
	}
	div.news .more a:hover {
		color: #93A500;
	}
	/* Seitenzaehler */
	div.news .pageselector {
		clear: left;
		text-align: left;
		background: #ccc;
		height: 18px;
		overflow: hidden;
		margin-top: 20px;
		font-size: 11px;
	}
	div.news .pageselector a,
	div.news .pageselector span.inPage {
		padding: 0 10px;
		float: left;
		display: block;
		height: 20px;
		margin-right: 1px;
		color: #333;
		font-size: 11px;
	}
	div.news .pageselector a:hover {
		background: #93A500;
		color: #fff;
	}
	div.news .pageselector span.inPage {
		font-weight: bold;
		background: #93A500;
		color: #fff;
	}
	div.news .pageselector span.page {
		font-size: 11px;
		padding: 0 15px 0 20px;
		float: left;
	}
	div.news .pageselector span.platzhalter {
		padding: 2px 8px;
		float: left;
		display: block;
		height: 18px;
		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 */
	/* >> >> Allgemeine Angaben */
		div.gallery {
			margin: 5px 20px;
		}
		* html div.gallery {
			width: 100%;
		}
		div.gallery a {
			color: #7D212B;
		}
		div.gallery a:hover {
			color: #E60D2E;
		}
		div.gallery p {
			color: black;
		}
	/* >> >> Übersichtsseite */
		div.gallery div.cont {
			width: 100%;
		}
		div.gallery table.gTable td {
			vertical-align: top;
			padding-bottom: 5px;
			width: 25%;
		}
		div.gallery td.gallery_image div.link {
			/*width: 80px;
			height: 80px;
			overflow: hidden;*/
			text-align: center;
			margin-bottom: 5px;
		}
		div.gallery td.gallery_image div.link a img {
			filter: Gray();
			-moz-opacity:0.5;
		}
		div.gallery td.gallery_image div.link a:hover img {
			filter: none();
			-moz-opacity: 1;
		}
		div.gallery div.medianame {
		}
		div.gallery div.description {
			display: none;
		}
		/* Hover Thumb in der Übersicht */
		div.gallery #trailimageid {
			position: absolute;
			visibility: hidden;
			left: 0;
			top: 0;
			height: 1px;
			z-index: 5000;
		}
	/* >> >> Detailansicht */
		div.gallery div.gallery_detail {
			position: absolute;
			top: 0;
			left: auto;
			width: auto;
			z-index: 900;
		}
		div.gallery div.gallery_detail div.cont {
			position: absolute;
			top: 50px;
			left: -120px;
			width: 797px;
			/width: 799px;
			background-color: white;
			padding-top: 10px;
			border: 1px solid #000;
			text-align: center;
		}
		/* Allgemein Links */
		div.gallery div.gallery_detail a {
		}
		div.gallery div.gallery_detail a:hover {
		}
		div.gallery div.gallery_detail div.image {
			text-align: center;
			margin-bottom: 5px;
		}
		/* Bild */
		div.gallery div.gallery_detail div.image {
		}
		/* Breitenangaben der Container */
		div.gallery div.gallery_detail h3,
		div.gallery div.gallery_detail p.description,
		div.gallery div.gallery_detail div.option,
		div.gallery div.gallery_detail div.back,
		div.gallery div.gallery_detail table.galleryNav {
			text-align: left; /* Nicht entfernen */
			width: 95%;
		}
		/* Überschrift */
		div.gallery div.gallery_detail h3 {
			margin: 10px auto 5px auto;
			color: #7D212B;
			text-align: left;
		}
		/* Beschreibung */
		div.gallery div.gallery_detail p.description {
			margin: 0 auto;
			text-align: left;
		}
		/* Optonen */
		div.gallery div.gallery_detail div.option {
			text-align: left;
			margin: 10px auto;
			display: none;
		}
		/* PopUp Link */
		div.gallery div.gallery_detail span.popup {
		}
		/* Download Link */
		div.gallery div.gallery_detail span.download {
		}
		div.gallery div.gallery_detail span.download span.size {
		}
		/* Navigation Detailansicht */
		div.gallery div.gallery_detail div.gTop,
		div.gallery div.gallery_detail div.gBottom {
			width: 100%;
			background: #000;
			text-align: left;
			padding: 2px 0;
			margin-top: 10px;
		}
		div.gallery div.gallery_detail div.gTop {
			display: none;
		}
		div.gallery div.gallery_detail div.gTop table.galleryNav,
		div.gallery div.gallery_detail div.gBottom table.galleryNav {
			width: 95%;
			margin: 0 auto;
		}
		div.gallery div.gallery_detail div table.galleryNav td.next,
		div.gallery div.gallery_detail div table.galleryNav td.back,
		div.gallery div.gallery_detail div table.galleryNav td.prev {
			width: 33%;
		}
		div.gallery div.gallery_detail div table.galleryNav td.back {
			text-align: center;
		}
		div.gallery div.gallery_detail div table.galleryNav td.next {
			text-align: right;
		}
		div.gallery div.gallery_detail div a {
			color: #dfdfdf;
		}
		div.gallery div.gallery_detail div a:hover {
			color: #E60D2E;
		}
/* << */


/* Login */
	div.LoginBox {
	}
	div.center div.LoginBox {
		margin: 0 auto;
		text-align: center;
		width: 250px;
	}
	/* Login Box */
	div.LoginBox div.login {
	}
	div.center div.LoginBox div.login {
		text-align: left;
		margin: 0 auto;
	}
	div.LoginBox h3 {
		font-size: 12px;
	}	
	div.LoginBox a:hover {
	}
	div.LoginBox form {
	}
	div.LoginBox label {
		display: block;
		font-weight: bold;
	}
	div.LoginBox input {
		width: 100%;
		border: 0;
		margin-bottom: 5px;
		border-bottom: 1px solid #ccc;
		font-size: 11px;
	}
	div.center div.LoginBox input {
		font-size: 12px;
	}
	div.LoginBox input.button {
		width: auto;
	}
	
	/* Logout Box */
	div.LoginBox div.logout {
		text-align: left;
	}
	div.LoginBox div.logout span.username {
		font-weight: bold;
	}
/* << */


/* Teaser */
	/* Teaserhuelle */
	div.teaser {
		width: 100%;
	}
	div.teaser div.inteaser {
	}
	/* Text und Ueberschriften */
	div.teaser p,
	div.teaser h2,
	div.teaser h3,
	div.teaser h4,
	div.teaser ul,
	div.teaser li {
		margin: 0 0 6px 0;
		font-size: 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 {
		margin: 0 10px 20px 10px;
	}
	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: 20px;
	}
	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: 500px;
		float: right;
		margin-left: 20px;
	}
	/* Downloadliste ohne Counter */
	table.downloadlist {
		width: 100%;
	}
	/* Downloadliste mit Counter */
	table.downloadlist_conter {
		width: 100%;
	}
	/* Ueberschift */
	div.downloadlist th {
		color: #000;
		background: #fff;
		padding: 1px 2px;
	}
	/* Download Link */
	div.downloadlist a {
		font-weight: bold;
		color: #000;
	}
	div.downloadlist a:hover {
		color: #BED600;
	}
	/* Beschreibungstext */
	div.downloadlist div.fileDescription {
		font-size: 11px;
		line-height: 1.2em;
	}
	/* Zeilen */
	div.downloadlist td { line-height: 200%; padding: 1px 5px; }
	div.downloadlist tr.row1 td { background: #E0E0E0; }
	div.downloadlist tr.row2 td { background: #F0F0F0; }
	/* Zellen */
	/* Ohne Counter */
	div.downloadlist td.r1 { width: 70%; }
	div.downloadlist td.r2 { width: 15%; }
	div.downloadlist td.r3 { width: 15%; }
	/* Mit Counter */
	div.downloadlist table.downloadlist_conter td.r1 { width: 55%; }
	div.downloadlist table.downloadlist_conter td.r2 { width: 15%; }
	div.downloadlist table.downloadlist_conter td.r3 { width: 15%; text-align: right; }
	div.downloadlist table.downloadlist_conter td.r4 { width: 15%; text-align: right; }
	/* DateiBild */
	div.downloadlist img#m1 { position: relative; top: 3px; margin-right: 5px; }
/* << */


/* Terminkalender */
	/*---------------------------------------------*/
	/*           Termin-sKalender                  */
	/*---------------------------------------------*/
	#mod_sK {
		margin-top: 10px;
	}
	#mod_sK a {
		font-family: sans-serif;
		font-size: 11px;
		text-decoration: none;
		color: #fff;
	}
	#mod_sK a:hover {
		color: #333;
	}
	
	#mod_sK a.tag {
		font-size: 11px;
	}
	#mod_sK td.navl a.tag:hover,
	#mod_sK td.navr a.tag:hover,
	#mod_sK td.navm a.tag:hover {
	}
	#mod_sK table {
		width: 160px;
		border-spacing: 0;
		border-collapse: collapse;
	}
	#mod_sK table td {
		font-size: 11px;
		font-family: sans-serif;
		height: 25px;
		vertical-align: middle;
		line-height: 1.1em;
		background: white;
		border-top: 1px solid #fff;
	}
	* + html #mod_sK table td {
		height: 22px;
	}
	#mod_sK td.navl {
		text-align: left;
		font-weight: bold;
		padding-left: 4px;
		background: #B81212;
		border: 0;
	}
	#mod_sK td.navr {
		text-align: right;
		font-weight: bold;
		padding-right: 4px;
		background: #B81212;
		border: 0;
	}
	#mod_sK td.navm {
		text-align: center;
		font-weight: bold;
		background: #B81212;
		border: 0;
	}
	/* Wochentag Übersicht */
	#mod_sK td.wtag {
		background-color: white;
		text-align: center;
		color: black;
	}
	/* Freie Wochentage */
	#mod_sK td.wochentag {
		color: #333;
		background-color: #fff;
	}
	/* Freie Wochenenden */
	#mod_sK td.wochenende {
		background-color: #fff;
		color: #aaa;
	}
	/* Heutiger Tag (funktioniert nicht) */
	#mod_sK td.heute {
		background-color: #fff;
	}
	/* Belegter Wochentag */
	#mod_sK td.belegt,
	#mod_sK td.tangiert {
		background-color: #B81212;
		color: white;
	}
	/* Belegtes Wochenende */
	#mod_sK td.belegtwe,
	#mod_sK td.tangiertwe {
		background-color: #B81212;
		color: #fff;
	}
	/* Zahlen ausrichtung */
	#mod_sK td.wochentag,
	#mod_sK td.wochenende,
	#mod_sK td.heute,
	#mod_sK td.belegt,
	#mod_sK td.tangiert,
	#mod_sK td.belegtwe,
	#mod_sK td.tangiertwe {
		text-align: right;
		padding-right: 4px;,
	}
	/* Links */
	#mod_sK td.wochentag a,
	#mod_sK td.wochenende a,
	#mod_sK td.heute a,
	#mod_sK td.belegt a,
	#mod_sK td.tangiert a,
	#mod_sK td.belegtwe a,
	#mod_sK td.tangiertwe a {
		display: block;
		color: #333;
	}
	/* Links belegte Tage */
	#mod_sK td.belegt a,
	#mod_sK td.tangiert a,
	#mod_sK td.belegtwe a,
	#mod_sK td.tangiertwe a {
		color: #fff;
	}
	/* Tage ohne Termin */
	#mod_sK td.wochentag a,
	#mod_sK td.wochenende a {
	}
	/* Tage mit weiterfuehrenen Termin */
	#mod_sK td.belegtwe a,
	#mod_sK td.tangiertwe a {
	}
	#mod_sK td.heute a:hover,
	#mod_sK td.belegt a:hover,
	#mod_sK td.tangiert a:hover,
	#mod_sK td.belegtwe a:hover,
	#mod_sK td.tangiertwe a:hover {
	}
	#mod_sK td.belegtwe a:hover,
	#mod_sK td.tangiertwe a:hover {
	}
	/*---------------------------------------------*/
	/*               Terminein/ausgabe             */
	/*---------------------------------------------*/
	#mod_te h1 {}
	#mod_te h2 {}
	#mod_te p {}
	/*---------------------------------------------*/
	/*            Terminliste komplett             */
	/*---------------------------------------------*/
	#mod_tl {
		padding-top: 10px;
	}
	#mod_tl table {
		width: 505px;
		border-collapse: collapse;
	}
	#mod_tl th {
		width:100%;
		text-align: left;
		vertical-align: top;
		line-height: 200%;
		background-color: transparent;
		padding-left: 5px;
		border: 0;
		line-height: 1.3em;
	}
	#mod_tl td {
		text-align: left;
		vertical-align: top;
		line-height: 200%;
		border-right: 1px solid white;
		border-top: 1px solid white;
		padding: 3px 0 3px 5px;
		line-height: 1.3em;
	}
	#mod_tl .hell	{ background-color: #E5E5E5; }
	#mod_tl .dunkel	{ background-color: #f2f2f2; }
	#mod_tl .sp0 { width: 6%; }
	#mod_tl .sp1 { width: 10%; }
	#mod_tl .sp2 { width: 14%; }
	#mod_tl .sp3 { width: 50%; font-weight: bold; }
	#mod_tl .sp4 { width: 20%; }
	#mod_tl .einrueck { }
	
	#mod_tl .sp3 a { }
	#mod_tl .sp3 a:hover { }
	/*---------------------------------------------*/
	/*           Terminliste Montat/Tag            */
	/*---------------------------------------------*/
	#mod_tll {
	}
	#mod_tll .title {
		font-weight: bold;
		padding-bottom: 10px;
	}
	#mod_tll h3 {
			padding: 10px 0;
	}
	#mod_tll .terminlink {
		border-bottom: 1px solid #E5E5E5;
		padding: 7px 0 10px 0;
	}
	/*---------------------------------------------*/
	/*                 Terminteaser                */
	/*---------------------------------------------*/
	#mod_ttl {
		width: 210px;
	}
	#mod_ttl table {
		width: 100%;
	}
	#mod_ttl th {
		text-align: left;
		line-height: 200%;
		font-size: 14px;
		color: #333;
		text-transform: uppercase
	}
	#mod_ttl td {
		text-align: left;
		vertical-align: top;
		line-height: 130%;
		padding: 2px 0;
	}
	#mod_ttl .hell		{ background-color: transparent; }
	#mod_ttl .dunkel	{ background-color:#9F2B36; }
	#mod_ttl .sp1	{ width: auto; }
	#mod_ttl .sp2	{ width: auto; }
	
	#mod_ttl .more { }
	
	p.nodates {
		display: none;
	}
/* << */

/* >> Lightbox */
	#lightbox {
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		z-index: 999;
		text-align: center;
		line-height: 0;
	}
	#lightbox a img { border: none; }
	#outerImageContainer {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#imageContainer {
		padding: 10px;
	}
	#loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#hoverNav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 997;
	}
	#imageContainer>#hoverNav { left: 0; }
	#hoverNav a { outline: none; }
	#prevLink, #nextLink {
		width: 49%;
		height: 100%;
		background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	#prevLink { left: 0; float: left; }
	#nextLink { right: 0; float: right; }
	#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat;	}
	#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
	#imageDataContainer {
		font: 10px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
	}
	#imageData { padding:0 10px; }
	#imageData #imageDetails { width: 70%; float: left; text-align: left; }
	#imageData #caption { font-weight: bold; }
	#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em; }
	#imageData #bottomNavClose { width: 105px; float: right;  padding-bottom: 0.7em; }
	#overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 998;
		width: 100%;
		height: 500px;
		background-color: #000;
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block;
		width: 100%;
	}
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* << */
