/* default styles for extension "tx_indexedsearch" */
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
/* default styles for extension "tx_newloginbox_pi3" */
	.tx-newloginbox-pi3-listrow TH { background:#ccc; padding:0 .5em; white-space:nowrap; }
	.tx-newloginbox-pi3-listrow TD { background:#eee; padding:0 .5em; }
	.tx-newloginbox-pi3-singleView TH { background:#ccc; padding:0 .5em; text-align:right; white-space:nowrap; }
	.tx-newloginbox-pi3-singleView TD { background:#eee; padding:0 .5em; }
/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
	
	/* Browser fixes: */
	
	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; height: 1%; }
DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }
/* default styles for extension "tx_srfreecap_pi2" */
		.tx-srfreecap-pi2-image { margin-left: 1em; }
		.tx-srfreecap-pi2-cant-read { font-size: .9em; color:#35006d; }
		.tx-srfreecap-pi2-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }
/* default styles for extension "tx_pxangebotsteaser" */
		.herbstangebote { padding: 5px 0px 0px 10px; float: left; }
		
		.tx-pxangebotsteaser { font-size: 11px; }
		.tx-pxangebotsteaser UL { list-style-type: square; list-style-image: none; }
		.tx-pxangebotsteaser #twocols { width: 778px; }
		.tx-pxangebotsteaser #colp1 { width: 360px; float: left; margin: 0px; }
		.tx-pxangebotsteaser #colp1 div.csc-header h1.csc-firstHeader { margin-bottom: 0px; }
		.tx-pxangebotsteaser #colp2 { width: 416px; float: left; margin: 0px 2px 0px 0px; }
		.tx-pxangebotsteaser #colp1 div.csc-header { width: 358px; }
		.tx-pxangebotsteaser #colp2 div.csc-header h1.csc-firstHeader { margin: 0px; border: 0px; background: url(/typo3conf/ext/px_angebotsteaser/images/bg_firstheader_orange.gif) repeat-x bottom left; border-bottom: 0px; width: 100%; height: 16px; font-family:Arial, Helvetica, Verdana, sans-serif; font-size: 14px; font-weight: bold; color: #da8e03; text-indent: 10px; padding-top: 3px; padding-bottom: 3px; }
		*+html .tx-pxangebotsteaser #colp2 div.csc-header h1.csc-firstHeader { height: 17px; } 
		.tx-pxangebotsteaser .winter #colp2 div.csc-header h1.csc-firstHeader { background: url(/typo3conf/ext/px_angebotsteaser/images/bg_firstheader_blue.gif) repeat-x bottom left; color: #2d9db4; }				
		.fullwidth { height: 75px !important; }
		.fullwidth #path_infos { top: 7px !important; }
		
		.tx-pxangebotsteaser TABLE.listtable { width: 360px; table-layout: fixed; }
		.tx-pxangebotsteaser TABLE.listtable TH { color: #6F6F57; font-weight: bold; border-bottom: 1px solid #6F6F57; padding: 4px 0px 2px 10px; }
		.tx-pxangebotsteaser TABLE.listtable TD { border-bottom: 1px solid #6F6F57; padding: 4px 0px 4px 10px;  }
		.tx-pxangebotsteaser TABLE.listtable TD.noborder { border-bottom: 0px; padding: 0px; }
		.tx-pxangebotsteaser TABLE.listtable TH.noborder { border-bottom: 0px; padding: 0px; }
		.tx-pxangebotsteaser TABLE.listtable TD.left { color: #6F6F57; width: 210px; }		
		.tx-pxangebotsteaser TABLE.listtable TD.right { color: #000000; width: 128px; }
		.tx-pxangebotsteaser TABLE.listtable TD.right .regionWrapper .region { padding: 0px 14px 0px 0px; }
				
		.tx-pxangebotsteaser tr.row { cursor: pointer; }
		.tx-pxangebotsteaser tr.active { }		
		.tx-pxangebotsteaser tr.active TD.left { background: #F2F2EF; }
		.tx-pxangebotsteaser tr.active TD.right { background: #F2F2EF url(/typo3conf/ext/px_angebotsteaser/images/listactbg.gif) no-repeat center right; }
		.tx-pxangebotsteaser tr.active TD.noborder { background: #F2F2EF; }
		.tx-pxangebotsteaser tr.active TD.right .regionWrapper .region { font-weight: bold; }		
		.tx-pxangebotsteaser tr.row .imageWrapper { width: 65px; float: left; }
		.tx-pxangebotsteaser tr.row .image { padding: 2px 0px 0px 0px; }
		.tx-pxangebotsteaser tr.row .categpriceWrapper { width: 145px; float: left; }
		.tx-pxangebotsteaser tr.row .categpriceWrapper .categprice SPAN.price { color: #af0e1b; font-weight: bold; padding: 10px 0px 0px 0px; float: left; }
				
		.tx-pxangebotsteaser .filterWrapper { width: 360px; float: left; padding: 10px 0px 0px 0px; }
		.tx-pxangebotsteaser .filterWrapper .filter { padding: 0px 0px 0px 10px; color: #6F6F57; float: left; height: 25px; }
		.tx-pxangebotsteaser .filterWrapper .filter  .filterdrop { float: left; }
		.tx-pxangebotsteaser .filterWrapper .filter  .filterdrop SELECT { color: #6F6F57; border: 1px solid #c0beb2; }
		
		.tx-pxangebotsteaser .listWrapper { with: 360px; float: left; }
		
		.tx-pxangebotsteaser .pagenavWrapper { float: left; padding: 0px 10px; }
		.tx-pxangebotsteaser .pagenavWrapper .pagenav { float: left; padding: 5px 0px 0px 0px; width: 340px; color: #817e65; }
		.tx-pxangebotsteaser .pagenavWrapper .pagenav .navleft { float: left; }
		.tx-pxangebotsteaser .pagenavWrapper .pagenav .navleft SPAN.brighter { color: #c0beb2; }
		.tx-pxangebotsteaser .pagenavWrapper .pagenav .navright { float: right; color: #af0e1b; }
		.tx-pxangebotsteaser .pagenavWrapper .pagenav .navright .navtobegin { float: left; width: 15px; cursor: pointer; padding: 2px 0px 0px 0px; }
		.tx-pxangebotsteaser .pagenavWrapper .pagenav .navright .navback { float: left; width: 10px; cursor: pointer; padding: 2px 0px 0px 0px; }
		.tx-pxangebotsteaser .pagenavWrapper .pagenav .navright .navto { float: left; padding: 0px 5px; cursor: pointer; background: transparent url(/typo3conf/ext/px_angebotsteaser/images/navbg.gif) no-repeat center right; text-decoration: underline; }
		.tx-pxangebotsteaser .pagenavWrapper .pagenav .navright .act { color: #817E65; cursor: default; text-decoration: none; }
		.tx-pxangebotsteaser .pagenavWrapper .pagenav .navright .last { background: none; }
		.tx-pxangebotsteaser .pagenavWrapper .pagenav .navright .navfoward { float: left; width: 15px; cursor: pointer; padding: 2px 0px 0px 0px; }
		.tx-pxangebotsteaser .pagenavWrapper .pagenav .navright .navtoend { float: left; width: 15px; cursor: pointer; padding: 2px 0px 0px 0px; }
		.tx-pxangebotsteaser .pagenavWrapper .pagenav .navright .ia { cursor: default; }
		
		.tx-pxangebotsteaser .detailWrapper { background: #f2f2ef; width: 416px; float: left; }
		.tx-pxangebotsteaser .detailWrapper .image_desc { float: left; padding: 0px 0px 10px 0px; width: 400px; }
		.tx-pxangebotsteaser .detailWrapper .detail { padding: 10px; }
		.tx-pxangebotsteaser .detailWrapper .detail .mainimage { position: relative; float: left; width: 230px;}
		.tx-pxangebotsteaser .detailWrapper .detail .mainimage_shape { width: 220px; height: 144px; position: absolute; top: 0px; left: 0px; background: transparent url(/typo3conf/ext/px_angebotsteaser/images/shape220.png) no-repeat top left; }
		.tx-pxangebotsteaser .detailWrapper .detail .title { float: left; font-weight: bold; padding: 0px 0px 0px 0px; width: 166px; }
		/*.tx-pxangebotsteaser #colp2 .detailWrapper .detail .description_right { width: 166px; float: left; }*/
		.tx-pxangebotsteaser #colp2 .detailWrapper .detail .description_right P { padding-left: 0px; padding-right: 0px; margin-top: 3px; margin-bottom: 0px; }
		.tx-pxangebotsteaser #colp2 .detailWrapper .detail .description { width: 397px; float: left; padding: 0px 0px 10px 0px; }
		.tx-pxangebotsteaser #colp2 .detailWrapper .detail .description P { margin-bottom: 3px; }
				
		.tx-pxangebotsteaser .detailWrapper .detail .thumbs { float: left; width: 398px; padding: 0px 0px 25px 0px; }
		.tx-pxangebotsteaser .detailWrapper .detail .thumbs .thumbimageWrapper { float: left; width: 122px; margin: 10px 0px 0px 0px; position: relative; }
		.tx-pxangebotsteaser .detailWrapper .detail .thumbs .thumbimageWrapper .thumb_shape { position: absolute; top: 0px; left: 0px; width: 112px; height: 73px; background: transparent url(/typo3conf/ext/px_angebotsteaser/images/shape_small.png) no-repeat top left; }
		.tx-pxangebotsteaser .detailWrapper .detail .thumbs .thumbimageWrapper .thumbimage { cursor: pointer; }
		
		.tx-pxangebotsteaser .detailWrapper .detail .priceWrapper { float: left; width: 398px; padding: 0px; }
		.tx-pxangebotsteaser .detailWrapper .detail .priceWrapper .priceheaderWrapper { color: #706e59; font-size: 14px; font-weight: bold; background: transparent url(/typo3conf/ext/px_angebotsteaser/images/priceheaderbg.gif) no-repeat bottom left; height: 19px; }
		.tx-pxangebotsteaser .detailWrapper .detail .priceWrapper .price { border-bottom: 1px solid #ccc9bf; width: 398px; float: left; padding: 3px 0px; }
		.tx-pxangebotsteaser .detailWrapper .detail .priceWrapper .price TABLE TD.price_booking_dates { width: 125px; }
		.tx-pxangebotsteaser .detailWrapper .detail .priceWrapper .price TABLE TD.price_booking { font-weight: bold; color: #af0e1b; width: 272px; }
		.tx-pxangebotsteaser .detailWrapper .detail .priceWrapper .price TABLE TD.price_booking .link { cursor: pointer; }
		.tx-pxangebotsteaser .detailWrapper .detail .priceWrapper .last { border-bottom: 0px; }
		.tx-pxangebotsteaser .detailWrapper .detail .priceWrapper .price .priceleft { float: left; }		
		.tx-pxangebotsteaser .detailWrapper .detail .priceWrapper .price .priceright { float: right; color: #af0e1b; }
		.tx-pxangebotsteaser .detailWrapper .detail .priceWrapper .price .bold { font-weight: bold; }	
		
		.tx-pxangebotsteaser .detailWrapper .detail .linkWrapper { width: 398px; float: left; padding: 20px 0px 20px 0px; }
		.tx-pxangebotsteaser .detailWrapper .detail .linkWrapper .link { cursor: pointer; width: 104px; height: 25px; float: right; background: transparent url(/typo3conf/ext/px_angebotsteaser/images/buchen_de.png) no-repeat top left; }
				
		.tx-pxangebotsteaser .header_rightWrapper { width: 198px; color: #706e59; font-size: 14px; font-weight: bold; background: transparent url(/typo3conf/ext/px_angebotsteaser/images/priceheaderbg.gif) no-repeat bottom left; height: 22px; }
		.tx-pxangebotsteaser .header_rightWrapper .header_right { padding: 3px 0px 0px 11px; }
		
		.tx-pxangebotsteaser .advertiseteaserWrapper { padding: 0px 0px 15px 0px; float: left; }
		.tx-pxangebotsteaser .advertiseteaserWrapper .advertiseteaser .imagetext { float: left; padding: 10px 0px 0px 0px; }
		.tx-pxangebotsteaser .advertiseteaserWrapper .advertiseteaser .imagetext .advertiseImage { float: right; width: 100px; height: 100px; }
		.tx-pxangebotsteaser .advertiseteaserWrapper .advertiseteaser .imagetext .advertiseImage IMG { float: left; display: block; }
		.tx-pxangebotsteaser .advertiseteaserWrapper .advertiseteaser .imagetext .text1Wrapper {  }
		.tx-pxangebotsteaser .advertiseteaserWrapper .advertiseteaser .linkWrapper { width: 198px; float: left; padding: 5px 0px 0px 0px; }
		.tx-pxangebotsteaser .advertiseteaserWrapper .advertiseteaser .linkWrapper .link { cursor: pointer; width: 104px; height: 25px; float: left; background: transparent url(/typo3conf/ext/px_angebotsteaser/images/buchen_de.png) no-repeat top left; }
						
		.tx-pxangebotsteaser .welcomegreetingWrapper { float: left; width: 198px; position: relative; }
		.tx-pxangebotsteaser .welcomegreetingWrapper .image { padding: 0px; position: absolute; top: 28px; right: 0px; }
		.tx-pxangebotsteaser .welcomegreetingWrapper .textbox { position: absolute; top: 0px; left: 0px; float: left; }
		.tx-pxangebotsteaser .welcomegreetingWrapper .titletext { padding: 10px 0px 0px 10px; }
		.tx-pxangebotsteaser .welcomegreetingWrapper .titleWrapper { color: #af0e1b; font-weight: bold; }
		.tx-pxangebotsteaser .welcomegreetingWrapper .welcomegreeting { float: left; }
		#colp3 .welcomegreetingWrapper .titletext P { padding: 0px; }
		
		.tx-pxangebotsteaser .cardWrapper { float: left; padding-top: 160px; } 		
		.tx-pxangebotsteaser .cardWrapper .cardtext { padding: 10px; }
		
		.tx-pxangebotsteaser #bookingLayer { position: absolute; top: 0px; left: 0px; width: 100%; height: 1200px; background: transparent url(/typo3conf/ext/px_angebotsteaser/images/bookinglayerbg.png) repeat top left; z-index: 9999; display: none; }
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper { width: 428px; height: 279px; margin: 400px auto 0px auto; background: transparent url(/typo3conf/ext/px_angebotsteaser/images/bookinglayerboxbg.png) no-repeat top left; }
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper .bookingBoxWrapper { padding: 17px; }
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper .bookingBoxWrapper .bookingBoxHeaderWrapper { padding: 3px 0px 0px 10px; }
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper .bookingBoxWrapper .bookingBoxHeaderWrapper .bookingBoxHeader { color: #706e59; font-weight: bold; font-size: 14px; float: left; }
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper .bookingBoxWrapper .bookingBoxHeaderWrapper .close { float: right; cursor: pointer; }
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper .bookingBoxWrapper .bookingBoxInner { float: left; padding: 10px 10px 0px 10px; width: 374px; }
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper .bookingBoxWrapper .bookingBoxInner .bookingBoxAddressWWW { float: left; width: 100%; }
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper .bookingBoxWrapper .bookingBoxInner .bookingBoxAddress { float: left; }
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper .bookingBoxWrapper .bookingBoxInner .bookingBoxAddress P { margin: 0px; padding: 0px; }
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper .bookingBoxWrapper .bookingBoxInner .bookingBoxWWW { float: right; }
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper .bookingBoxWrapper .bookingBoxInner .bookingBoxphone { width: 100%; float: left; height: 33px; }
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper .bookingBoxWrapper .bookingBoxInner .bookingBoxfax { width: 100%; float: left; height: 29px; }
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper .bookingBoxWrapper .bookingBoxInner .bookingBoxemail { width: 100%; float: left; height: 29px; }
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper .bookingBoxWrapper .bookingBoxInner .phonefaxmailpad { padding: 13px 0px 0px 28px; }
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper .bookingBoxWrapper .bookingBoxInner .label { float: left; width: 90px; font-weight: bold; } 
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper .bookingBoxWrapper .bookingBoxInner .value { float: left; font-weight: bold; }
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper .bookingBoxWrapper .bookingBoxInner .value A { font-weight: bold; color: #af0e1b; }
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper .bookingBoxWrapper .bookingBoxInner .bookingBoxcodeWrapper { float: left; width: 100%; }
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper .bookingBoxWrapper .bookingBoxInner .bookingBoxcodeWrapper .bookingBoxcode { padding: 15px 0px 0px 0px; }
		.tx-pxangebotsteaser #bookingLayer .bookingLayerWrapper .bookingBoxWrapper .bookingBoxInner .bookingBoxtext { float: left; width: 100%; }		
		
		/* PI1 */
		#col1 .tx-pxangebotsteaser-pi3 div.csc-header h1.csc-firstHeader { margin-bottom: 0px; }
		
		#colp3 .teaserWrapper { background-color: #f2f2f2; float: left; }
		#colp3 .teaserWrapper .teaser div.csc-header h1 { background-color: white; margin-top: 0px; width: 198px; }
		#colp3 .teaserWrapper .teaser .teaserImageWrapper { float: left; margin: 5px 0px 0px 0px; position: relative; }
		#colp3 .teaserWrapper .teaser .teaserImageWrapper .teaserImage { height: 144px; }
		#colp3 .teaserWrapper .teaser .teaserImageWrapper .shape { width: 198px; height: 144px; position: absolute; top: 0px; left: 0px; background: transparent url(/typo3conf/ext/px_angebotsteaser/images/shape198.png) no-repeat top left;  }
		#colp3 .teaserWrapper .teaser .teaserImageWrapper .price { position: absolute; bottom: 10px; right: 10px; background: #b2101f; color: white; padding: 0px 5px; cursor: pointer; }
		#colp3 .teaserWrapper .teaser .teaserContent { background-color: #fae5b8; float: left; width: 198px; }
		#colp3 .teaserWrapper .teaser .teaserContent .teaserHeaderWrapper { color: #d79000; font-weight: bold; font-size: 14px; background: transparent url(/typo3conf/ext/px_angebotsteaser/images/teaserHeaderbg.gif) no-repeat bottom left; width: 198px; height: 22px; float: left; }		
		#colp3 .teaserWrapper .teaser .teaserContent .teaserHeaderWrapper .teaserHeader { padding: 3px 9px 0px 10px; }
		#colp3 .teaserWrapper .teaser .teaserContent .teaserTextWrapper { padding: 6px 0px 9px 0px; float: left; cursor: pointer; }
		#colp3 .teaserWrapper .teaser .teaserContent .teaserTextWrapper .teaserText { float: left; padding-left: 10px; padding-right: 1px; }
		#colp3 .teaserWrapper .teaser .teaserContent .teaserTextWrapper .teaserText SPAN.morelink { }
		#colp3 .teaserWrapper .teaser .teaserContent .teaserTextWrapper .teaserText SPAN.morelink A { color: #af0e1b; }
		
		.tx-pxangebotsteaser .filterWrapper .filter  .filterlabel { float: left; padding: 4px 7px 0px 0px; width: 60px; }