/* >> Basics */
	body {
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
		color: #182261;
		margin: 0;
		padding: 0;
		text-align: center;
		background: url(../images/background.gif);
	}
	.clear {
		clear: both;
	}
	.border {
		border: 1px solid #7D212B;
	}
	.alignright {
		text-align: right;
	}
	.top {
	}
	.bottom {
	}
	.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: 790px;
		text-align: left;
	}
	.wrapper {
		margin: 0 auto;
		width: 980px;
		height: 680px;
		text-align: left;
		background: url(../images/background.png) no-repeat; /* L */
	}
	.wrapperBottom {
		margin: 0 auto;
		width: 790px;
		text-align: left;
	}
	/* Navigation */
	.outer1 {
		margin-left: 0; /* Breite Left Col */
		background: transparent; /* R */
		padding-top: 163px;
	}
	/* Content */
	.outer0 {
		margin-left: 95px; /* Breite Left Col */
		margin-right: 95px; /* Breite Right Col */
		background: #E9E3C9;
		height: 358px;
		overflow: hidden;
	}
	/* Teaser */
	.outer2 {
		margin-right: 0; /* Breite Right Col */
		background-color: transparent; /* C */
	}
	.wrap-cl {
		float: left;
		width: 790px; /* C + L + 1 */
	}
	.center {
		float: right;
		width: 536px;  /* C */
		background: transparent;
	}
	.left {
		float: left;
		width: 254px;  /* L */
		/overflow: hidden;
		background: transparent;
	}
	.right {
		float: right;
		width: 0;  /* R */
		/overflow: hidden;
		background: transparent;
		display: none;
	}
	.outer0 {
		word-wrap: break-word;
	}
	.intop, .inleft, .incenter, .inright, .inbottom {
	}
	.inleft {
		width: 250px;
	}
	/* Content Container */
	.incenter .content {
		margin-top: 4px;
	}
	.incenter .content div.centerCont1,
	.incenter .content div.centerCont2 {
	}
	.incenter .content div.centerCont1 {
		width: 245px;
		float: right;
		margin-right: 4px;
	}
	* html .incenter .content div.centerCont1 {
		margin-right: 2px;
	}
	.incenter .content div.centerCont2 {
		width: 282px;
		margin-bottom: 4px;
	}
	/* Head Container */
	.absolute {
		position: absolute;
		top: 0;
		left: auto;
		z-index: 100;
		width: 799px;
		height: 155px;
	}
	.absolute div {
		width: 100%;
	}
/* << */

/* Format Grundeinstellungen */
	/* Formulare */
	form {
		margin: 0;
	}
	/* Grundeinstellungen  fuer einige Element festlegen */
	th, td, p, ul, li {
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
		color: #182261;
	}
	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-type: square;
		padding-left: 16px;
	}
	* html ul {
		margin-left: 0;
	}
	* + html ul {
		margin-left: 0;
	}

	/* Einstellungen fuer Ueberschriften */
	h1 {
		font-family: "Times New Roman", Times, serif;
		font-size: 18px;
		margin: 0 0 .6em 0;
		color: #FA9600;
		font-weight: normal;
	}
	h2 {
		font-family: "Times New Roman", Times, serif;
		font-size: 14px;
		margin: 0 0 .7em 0;
		color: #FA9600;
	}
	h3 {
		font-family: "Times New Roman", Times, serif;
		font-size: 13px;
		margin: 0 0 .3em 0;
		color: #FA9600;
	}
	h4 {
		color: #FA9600;
		font-size: 12px;
		margin: 0 0 12px 0;
	}
	a {
		color: #FA9600;
	}
	/*Standard Link einstellungen*/
	a:link, a:visited, a:hover {
		text-decoration: none;
	}
	a:hover	{
		color: #182261;
	}
	
	hr {
		color: #ccc; /* IE */
		border: 1px solid #ccc; /* Mozilla */
		height: 1px; /* IE */
		margin-bottom: 10px;
	}
	pre {
		padding: 5px;
		background: #eee;
		white-space: normal;
		font-size: 11px;
	}
	.small,
	p.small,
	span.small {
		font-size: .9em;
		line-height: 1.4em;
		color: #ddd;
	}
/* << */

/* Sontige Layout Einstellungen */
	img {
		border: 0;
	}
	div.logo {
		position: absolute;
		top: 180px;
		left: 30px;
		width: auto;
		margin: 30px 0 20px 0;
		text-align: center;
	}
/* << */

/* Hauptnavigation */
	div.HauptNav {
		margin-top: 130px;
	}
	/* Alle Links */
	div.HauptNav a {
		display: block;
		color: #182261;
	}
	div.HauptNav a:hover {
		color: #FA9600;
	}
	div.HauptNav div {
		text-align: center;
	}
	
	/* Ebene 1 */
		/* Hauptcontainer */
		div.HauptNav div.NavFirstIn {
			background: url(../images/navBg.gif) center center no-repeat;
		}
		/* Alle Links */
		div.HauptNav div.NavFirstOff,
		div.HauptNav div.NavFirstOn,
		div.HauptNav div.NavFirstOpen {
			padding: 20px 0;
			margin: 0 auto;
			width: 150px;
			border-bottom
		}
		div.HauptNav div.NavFirstOn,
		div.HauptNav div.NavFirstOpen {
		}
		/* Alle Links */
		div.HauptNav div.NavFirstOff a,
		div.HauptNav div.NavFirstOn a,
		div.HauptNav div.NavFirstOpen a {
			font-weight: bold;
			font-size: 16px;
		}
		/* 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 {
			color: #FA9600;
		}
	/* Ebene 2 */
		/* Hauptcontainer */
		div.HauptNav div.NavSecondIn {
		}
		div.HauptNav div.NavSecondOff,
		div.HauptNav div.NavSecondOn,
		div.HauptNav div.NavSecondOpen {
			padding: 3px 0;
		}
		div.HauptNav div.NavSecondOff a,
		div.HauptNav div.NavSecondOn a,
		div.HauptNav div.NavSecondOpen a {
			font-size: 14px;
			padding: 2px 0 2px 25px;
			font-weight: bold;
		}
		/* Alle Links beim ueberfahren*/
		div.HauptNav div.NavSecondOff a:hover,
		div.HauptNav div.NavSecondOn a:hover,
		div.HauptNav div.NavSecondOpen a:hover {
		}
		/* Link hier, Im Pfad */
		div.HauptNav div.NavSecondOn a,
		div.HauptNav div.NavSecondOpen a {
			background: url(../images/navButt.gif) 10px 6px no-repeat;
		}
	/* Ebene 3 */
		/* Hauptcontainer */
		div.HauptNav div.NavThirdIn {
		}
		/* Alle Links */
		div.HauptNav div.NavThirdOff a,
		div.HauptNav div.NavThirdOn a,
		div.HauptNav div.NavThirdOpen a {
			padding: 1px 0;
			font-size: 12px;
		}
		/* 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 {
		position: absolute;
		top: 145px;
		color: white;
		width: 99%;
		font-size: 11px;
		text-align: right;
	}
	div.HilfsNav a {
		color: white;
		font-size: 12px;
		margin: 0 10px;
	}
	div.HilfsNav a:hover {
		color: #FA9600;
	}
/* << */

/* BottomNavigation */
	div.BotNav {
		font-size: 12px;
		padding: 2px 0;
		text-align: center;
		color: #7D212B;
		margin-top: 5px;
		display: none;
	}
	div.BotNav a {
		font-size: 12px;
		padding: 0 10px;
		margin: 0 10px;
		text-transform: uppercase;
		color: #7D212B;
	}
	div.BotNav a:hover {
		color: #E60D2E;
	}
	div.BotNav a.Erotik-Modell {
	}
	div.BotNav a.Privat {
	}
	div.BotNav a.Escort {
		display: none;
	}
	div.BotNav a.Promotion {
	}
/* << */

/* Navigationspfad */
	div.NavPath {
		color: #2b3d0c;
		font-size: 12px;
		display: none;
	}
	div.NavPath div.cont {
	}
	div.NavPath a {
		font-size: 12px;
	}
	div.NavPath a:hover {
	}
/* << */

/* Illustration */
	div.illustration {
		width: 798px;
		/width: 799px;
		height: 180px;
		overflow: hidden;
		padding: 1px 0 0 1px;
		display: none;
	}
/* << */

/* Sitemap */
	div.sitemap {
		width: 100%;
	}
	div.sitemap a.sitemap_level1 {
		display: block;
		border-bottom: 1px solid #333;
		color: #ff8c00;
		background: url(../images/navi_pfeil_rechts.gif)  right no-repeat;
		font-weight: bold;
	}
	div.sitemap a.sitemap_level2 {
		color: #666;
		background: url(../images/navi_pfeil_rechts.gif) 180px 4px no-repeat;
		display: block;
	}
	div.sitemap a.sitemap_level3 {
		color: #666;
		background: url(../images/navi_pfeil_rechts.gif) 180px 4px no-repeat;
		display: block;
	}
	div.sitemap div.sitemap_level2_container {
		float: left;
		width: 49%;
		padding-top: 5px;
	}
	div.sitemap div.sitemap_level3_container {
		float: right;
		width: 49%;
		padding-top: 5px;
	}
	
	div.sitemap a.sitemap_level1:hover,
	div.sitemap a.sitemap_level2:hover,
	div.sitemap a.sitemap_level3:hover {
		color: white;
	}
/* << */

/* Suche */
	/* Sucheingabe */
	div.searchbox {
		position: absolute;
		left: 770px;
		top: 65px;
		width: auto;
		z-index: 150;
		white-space: nowrap;
	}
	div.searchbox div.cont {
	}
	div.searchbox p {
		margin-bottom: 5px;
		font-size: 11px;
		padding-left: 1px;
	}
	div.searchbox a {
		color: #ccc;
		font-size: 11px;
	}
	div.searchbox a:hover {
		color: #ff8000;
	}
	div.searchbox label {
		font-size: 12px;
		font-weight: bold;
		color: #ccc;
		padding-left: 1px;
		display: none;
	}
	div.searchbox input {
		background: #333;
		border: 0;
		font-size: 10px;
		color: white;
		width: 90px;
	}
	/* Sucheausgabe */
	div.search {
	}
	div.search div.message {
		margin-bottom: 10px;
	}
	div.search div.cont {
		margin-bottom: 10px;
	}
	div.search div.cont h2 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	div.search div.cont h2 span.num {
		font-size: 11px;
		color: #666;
	}
	div.search div.cont strong {
		color: #000;
		background: #fff;
	}
	div.search div.browsing {
		text-align: center;
	}
/* << */

/* Kontaktformular */
	div.KontaktForm {
		margin-top: 10px;
		height: 345px;
	}
	div.KontaktForm table.Kontakt {
		width: auto;
	}
	div.KontaktForm td {
		padding-bottom: 5px;
	}
	div.KontaktForm td.left {
		display: block;
		width: 100px;
	}
	div.KontaktForm td.right {
		display: block;
		width: 170px;
	}
	div.KontaktForm td.submit {
		padding-left: 103px;
	}
	div.KontaktForm input,
	div.KontaktForm textarea {
		font-size: 11px;
		border: 1px solid #182261;
		background: white;
		width: 170px;
		font-family: "Times New Roman", Times, serif;
	}
	div.KontaktForm textarea {
		height: 50px;
	}
	div.KontaktForm label {
		width: 80px;
		display: block;
	}
	div.KontaktForm label.plz {
		display: inline;
	}
	div.KontaktForm label.ort {
		display: inline;
	}
	div.KontaktForm input.plz {
		display: inline;
		width: 25%;
		float: left;
	}
	div.KontaktForm input.ort {
		width: 70%;
		float: right;
	}
	div.KontaktForm input.button {
		width: auto;
	}
	div.KontaktForm input.checkbox {
		width: auto;
		border: 0;
		background: transparent;
	}
/* << */

/* Newsliste */
	/* DIV-Bereich für die gesamte Artikelliste */ 
	div.news {
	}
	div.news .teaser_advanced {
		margin-bottom: 20px;
		clear: both;
	}
	/* Links */
	div.news a {
		color: white;
	}
	div.news a:hover {
		color: #E60D2E;
	}
	/* Überschrift Artikel */
	div.news .headline_advanced {
	}
	div.news .headline_advanced h2 {
		margin-bottom: 4px;
	}
	/* Titelzeile Datum */
	.created {
		font-size: 12px;
		color: #666;
	}
	/* Einstellung der Bilder fortlaufende Zählung, beginnend mit 0	*/ 
	div.news .img_advanced0 {
		float: left;
		margin: 0 10px 3px 0;
		width: 90px;
		height: 55px;
		overflow: hidden;
		border: 1px solid white;
	}
	div.news .img_advanced0 a img {
	}
	/* Einstellung für Text fortlaufende Zählung, beginnend mit 0 */ 
	div.news .text_advanced0 {
		font-size: 11px;
	}
	/* Mehr	*/ 
	div.news .more_advanced {
		clear: both;
		text-align: left;
		width: auto;
		display: none;
	}
	div.news .more_advanced a {
		font-size: 11px;
	}
	div.news .more_advanced a:hover {
	}
	/* Seitenzaehler */
	div.news .pageselector {
		clear: left;
		text-align: center;
	}
	div.news .pageselector span.inPage {
		font-weight: bold;
	}
	div.news .pageselector a,
	div.news .pageselector span.inPage {
		padding: 2px 4px;
	}
	div.news .pageselector span.page {
		font-size: 11px;
	}
/* << */

/* >> Newsletter */
	div.newsletterbox {
		width: 100%;
		margin-bottom: 10px;
	}
	div.newsletterbox div.cont {
	}
	div.newsletterbox a {
		color: #dfdfdf;
		font-weight: bold;
	}
	div.newsletterbox a:hover {
		color: #E60D2E;
	}
	div.newsletterbox form {
	}
	div.newsletterbox label {
		font-weight: bold;
		margin-top: 5px;
		display: block;
	}
	div.newsletterbox input {
		background-color: white;
		font-size: 11px;
		border: 0;
		width: 100%;
		margin-bottom: 5px;
	}
	div.newsletterbox select {
		border: 1px solid white;
		font-size: 11px;
		margin-top: 8px;
	}
/* << */

/* >> Gallery */
	/* >> >> Allgemeine Angaben */
		div.ifgallery {
			margin: 5px 0;
			width: 100%;
		}
		div.ifgallery a {
			color: #7D212B;
		}
		div.ifgallery a:hover {
			color: #E60D2E;
		}
		div.ifgallery p {
			color: black;
		}
	/* >> >> Übersichtsseite */
		div.ifgallery div.cont {
			width: 100%;
		}
		div.ifgallery table.gTable td {
			vertical-align: top;
			padding-bottom: 5px;
			width: 20%;
		}
		div.ifgallery td.gallery_image div.link {
			width: 80px;
			height: 80px;
			overflow: hidden;
			text-align: center;
			margin-bottom: 5px;
		}
		div.ifgallery td.gallery_image div.link a img {
			filter: Gray();
			-moz-opacity:0.3;
		}
		div.ifgallery td.gallery_image div.link a:hover img {
			filter: none();
			-moz-opacity: 1;
		}
		div.ifgallery div.medianame {
			display: none;
		}
		div.ifgallery div.description {
			display: none;
		}
		/* Hover Thumb in der Übersicht */
		div.ifgallery #trailimageid {
			position: absolute;
			visibility: hidden;
			left: 0;
			top: 0;
			height: 1px;
			z-index: 5000;
		}
	/* >> >> Detailansicht */
		div.ifgallery div.gallery_detail {
			position: absolute;
			top: 0;
			left: auto;
			width: auto;
			z-index: 500;
		}
		div.ifgallery div.gallery_detail div.cont {
			position: absolute;
			top: 175px;
			left: -265px;
			width: 797px;
			/width: 799px;
			background-color: white;
			padding-top: 10px;
			border: 1px solid #7D212B;
			text-align: center;
		}
		/* Allgemein Links */
		div.ifgallery div.gallery_detail a {
		}
		div.ifgallery div.gallery_detail a:hover {
		}
		div.ifgallery div.gallery_detail div.image {
			text-align: center;
			margin-bottom: 5px;
		}
		/* Bild */
		div.ifgallery div.gallery_detail div.image {
		}
		/* Breitenangaben der Container */
		div.ifgallery div.gallery_detail h3,
		div.ifgallery div.gallery_detail p.description,
		div.ifgallery div.gallery_detail div.option,
		div.ifgallery div.gallery_detail div.back,
		div.ifgallery div.gallery_detail table.galleryNav {
			text-align: left; /* Nicht entfernen */
			width: 95%;
		}
		/* Überschrift */
		div.ifgallery div.gallery_detail h3 {
			margin: 10px auto 5px auto;
			color: #7D212B;
			text-align: left;
		}
		/* Beschreibung */
		div.ifgallery div.gallery_detail p.description {
			margin: 0 auto;
			text-align: left;
		}
		/* Optonen */
		div.ifgallery div.gallery_detail div.option {
			text-align: left;
			margin: 10px auto;
			display: none;
		}
		/* PopUp Link */
		div.ifgallery div.gallery_detail span.popup {
		}
		/* Download Link */
		div.ifgallery div.gallery_detail span.download {
		}
		div.ifgallery div.gallery_detail span.download span.size {
		}
		/* Navigation Detailansicht */
		div.ifgallery div.gallery_detail div.gTop,
		div.ifgallery div.gallery_detail div.gBottom {
			width: 100%;
			background: #7D212B;
			text-align: left;
			padding: 2px 0;
			margin-top: 10px;
		}
		div.ifgallery div.gallery_detail div.gTop {
			display: none;
		}
		div.ifgallery div.gallery_detail div.gTop table.galleryNav,
		div.ifgallery div.gallery_detail div.gBottom table.galleryNav {
			width: 95%;
			margin: 0 auto;
		}
		div.ifgallery div.gallery_detail div table.galleryNav td.next,
		div.ifgallery div.gallery_detail div table.galleryNav td.back,
		div.ifgallery div.gallery_detail div table.galleryNav td.prev {
			width: 33%;
		}
		div.ifgallery div.gallery_detail div table.galleryNav td.back {
			text-align: center;
		}
		div.ifgallery div.gallery_detail div table.galleryNav td.next {
			text-align: right;
		}
		div.ifgallery div.gallery_detail div a {
			color: #dfdfdf;
		}
		div.ifgallery div.gallery_detail div a:hover {
			color: #E60D2E;
		}
/* << */

/* Login */
	div#LoginBox {
	}
	
	/* Login Box */
	div#LoginBox div.login {
	}
	
	div#LoginBox h3 {
		font-size: 12px;
		color: #000;
	}
	
	div#LoginBox a {
		color: white;
		font-weight: bold;
	}
	
	div#LoginBox a:hover {
		color: #ff6000;
	}
	
	div#LoginBox form {
	}
	
	div#LoginBox label {
		display: block;
	}
	
	div#LoginBox input {
		color: white;
		border: 0;
		font-size: 10px;
		background-color: #333;
		width: 95%;
		margin-bottom: 5px;
	}
	
	/* Logout Box */
	div#LoginBox div.logout {
	}
	
	div#LoginBox div.logout span.username {
		font-weight: bold;
	}

/* << */

/* Teaser */
	div.teaser {
		color: #dfdfdf;
		width: 100%; /* IE */
		margin: 30px 0 10px 0;
	}
	div.teaser div.cont {
		margin-left: 25px;
	}
	/* Gegenstueck zu klasse darueber (nicht entfernen) */
	div.teaser div.cont div.cont {
		margin: 0;
		padding: 0;
	}
	div.teaser div.inteaser {
	}
	div.teaser p,
	div.teaser h2,
	div.teaser h3,
	div.teaser h4,
	div.teaser ul,
	div.teaser li {
		color: #dfdfdf;
		margin: 0 0 6px 0;
		font-size: 11px;
	}
	div.teaser th,
	div.teaser td {
		font-size: 11px;
	}
	div.teaser h2 {
		font-size: 13px;
		color: white;
	}
	div.teaser h3 {
		font-size: 12px;
		color: white;
	}
	div.teaser a {
		color: #dfdfdf;
	}
	div.teaser a:hover {
		color: #E60D2E;
	}
	
	/* Border Teaser  */
	div.teaser div.border {
		border: 1px solid #333;
		width: 100%;
	}
	div.teaser div.border div.inteaser {
		margin: 7px;
	}
	div.teaser div.border h3 {
		color: #000;
	}
	div.teaser div.border a {
		color: #000;
	}
	div.teaser div.border a:hover {
		color: white;
	}
	/* Borderles */
	div.teaser div.borderles {
	}
	div.teaser div.borderles h3 {
		color: #ff8c00;
	}
	
	/* >> >> 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%;
		}
		div.teaser div.newsletterbox input {
			background-color: #9F2B36;
			font-size: 10px;
			color: #dfdfdf;
		}
		div.teaser div.newsletterbox select {
			border: 0;
			background-color: #9F2B36;
			color: #dfdfdf;
			margin-top: 3px;
		}
		/* Einstellung für Text fortlaufende Zählung, beginnend mit 0 */ 
		div.teaser div.news .text_advanced0 {
		}
	/* << << */
/* << */

/* Filetypes an Buttons */
	.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;
	}
	.extern {
		padding-right: 10px;
		background: url(../images/button_externen_link.gif) right no-repeat;
	}
	.weiter {
		padding-right: 10px;
		background: url(../images/navi_pfeil_rechts.gif) right no-repeat;
	}
/* << */

/* >> Navigationspfad */
	div.NavPath {
		position: absolute;
		top: 101px;
		width: 100%;
		display: none;
	}
	div.navPath div.cont {
		padding: 5px 0 5px 10px;
		height: 18px;
		/height: 28px;
	}
/* << */

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

/* Back-Button */
	div.back {
		margin-top: 20px;
	}
	div.back a {
		background: url(../images/back.gif) left center no-repeat;
		padding-left: 15px;
	}
/* << */

/* moo.fx */
	div#container {}
	div#content {}
	div#content h3.toggler {
		background: #402000 url(../images/mooNavBg.gif) top left no-repeat;
		height: 22px;
		padding: 4px 0 0 20px;
		margin-bottom: 4px;
		font-size: 13px;
	}
	div#content h3 a {
		display: block;
		color: white;
	}
	div#content h3 a:hover {
		color: #FA9600;
	}
	div#content div.accordion div.inStretcher {
		height: 251px;
		padding: 5px 5px 0 5px;
		overflow: hidden;
	}
	div#container p:first-letter {
		font-size: 30px;
	}
	* html div#container p:first-line {
		line-height: 22px;
	}
	*+ html div#container p:first-line {
		line-height: 22px;
	}
	div.dauniprodukte {
		overflow: auto;
		height: 246px;
	}
/* << */