
	/* ----------------------------------------------------------

		General

	---------------------------------------------------------- */

	/*@import url(csc.css);*/
	
	body {
		margin: 0;
		padding: 0;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		color: #737373;
		background: #f5ecc1;
		font-size: 11px;
	}
	.moved {
		position: absolute;
		display: block;
		height: 1px;
		width: 1px;
		left: -3000px;
	}
	.clearfix:after {
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	    line-height: 0;
	    height: 0;
	}
	.clearfix {
	    display: inline-block;
	}
	html[xmlns] .clearfix {
	    display: block;
	}
	* html .clearfix {
	    height: 1%;
	}
	.clear {
		clear: both;
	}
	.spacer {
		margin-top: 25px;
		margin-bottom: 35px;
	}
	.ce-spacer {
		clear: both;
	}
	input, textarea, .pngfix {
		behavior: url("fileadmin/templates/iepngfix.htc");
	}


	/* ----------------------------------------------------------

		Flexible elements (color)

	---------------------------------------------------------- */


	#content {
		background: #f4eece; /* Home */
	}
	.content-element {
	}
	.content-box ul {
		list-style-type: bullet;
	}
	.content-box li {
		margin: 5px 0 5px 0;
	}
	.content-box {
		margin: 35px 0 38px 0;
		background: #DDD8BB;
	}
	.content-box-image {
		float: left;
		padding: 0 0 15px 17px;
		margin: -10px 0 0 0;
	}
	.content-box-image img, .content-box-image a {
		border: none;
		text-decoration: none;
	}
	.content-box-image img {
		padding: 6px;
		border: 1px solid #E3DCC1; /*#9D916F;*/
		background: #fff9e6;
	}
	.content-box-text {
		float: left;
		width: 470px;
	}
	.content-box p {
		padding: 0 20px 5px 20px;
	}
	.content-box h1, .content-box h2, .content-box h3 {
		padding-top: 25px;
		padding-left: 20px;
	}
	
	.pdf {
		background: url(images/icons/pdf.png) left center no-repeat;
		height: 31px;
		padding: 17px 0 0 50px;
		display: block;
		color: #646464;
	}
	.pdf-small {
		background: url(images/icons/pdf_small.png) left center no-repeat;
		height: 22px;
		padding: 10px 0 0 40px;
		display: block;
		color: #646464;
	}
	.highlight {
		font-weight: bold;
	}



	/* ----------------------------------------------------------

		Default tags

	---------------------------------------------------------- */

	h1, h2, h3, h4, h5, h6,
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		font-family: Times, Georgia, serif;
		color: #047d1b;
		font-weight: 600;
		margin-top: 0;
		margin-bottom: 0;
		text-decoration: none !important;
	}
	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
		text-decoration: underline !important	;
	}
	
	
	h1 {
		font-size: 20px;
	}

	h2 {
		font-size: 14px;
		text-transform: uppercase;
		padding: 10px 0 4px 0;
	}
	
	.csc-header-n1 {
	}
	
	p {
		color: #646464;
		font-size: 11px;
		line-height: 170%;
		margin-top: 0;
	}
	p.justify {
	}
	.container ul {
		font-size: 11px;
		padding-left: 15px;
		margin: 4px 0 4px 35px;
	}
	.container li {
		border: none !important;
	}
	.container a {
		text-decoration: underline;
	}
	.container a:hover {
		text-decoration: none;
	}
	.additional a {
		color: #646464;
	}
	
	.linkBox a,
	a.linkBox {
		border: 2px solid #fff9e6;
		background: #fff;
		text-decoration: none;
		padding: 3px;
	}
	.linkBox a:hover,
	a.linkBox:hover {
		border: 2px solid #737373;
		background: #737373;
		color: #fff;
		text-decoration: none;
		padding: 3px;
	}
	span.highlight {
		font-style: italic;
		font-weight: bold;
	}
	a {
		color: #646464;
	}

	
	

	/* ----------------------------------------------------------

		The (Main)Navigation

	---------------------------------------------------------- */


	#mainNav {
		list-style-type: none;
		color: #fff;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #fff;
	}
	#mainNav li {
		border-top: 1px solid #fff;
		margin: 0;
		padding: 0;
	}
	a.mainNav {
		text-decoration: none;
		cursor: pointer; /* IE seems to forget to change the pointer-style on hovering an anchor element - damn it! */
	}
	a.mainNav-ACT {
		display: block;
		height: 70px;
	}
	span.mainNav {
		display: block;
		margin: 0 auto;
		padding: 10px 0 9px 0;
		width: 760px;
		width: 732px;
		height: 41px;
		color: #fff;
	}
	.mainNavRenderedTitle {
		display: block;
		width: 500px;
		height: 33px;
		margin: 0;
		padding: 0;
		background-repeat: no-repeat;
		background-position: left top;
	}
	.mainNav .title {
		display: block;
		font-family: "Feta";
		font-size: 25px;
	}
	.mainNav .subtitle {
		display: block;
		color: #fff;
		font-size: 11px;
		padding: 0 0 0 64px;
		margin-top: -5px;
	}
	.mainNav img {
		border: none;
	}



	/* mainNav morph effects */
	.mainNavNO {
		opacity: 1.0;
	}
	.mainNavHOV {
		opacity: 0.85;
	}


	/* the colors */
	.red {
		background-color: #962c14;
		background-color: #9c341d;
	}
	.orange {
		background-color: #df803a;
	}
	.gold {
		background-color: #c7983e;
	}
	.ocher {
		background-color: #7c6837;
	}
	.green {
		background-color: #00662e;
	}








	/* ----------------------------------------------------------

		The (Sub)Navigation

	---------------------------------------------------------- */
	
	
	#subNav {
		position: relative;
		padding: 0 0 0 0;
		bottom: 20px;
	}
	#subNav ul {
		list-style-type: none;
		padding: 4px 0 0 44px;
		margin: 0 0 0 0;
		height: 20px;
	}
	#subNav li {
		float: left;
		margin: 0 24px 0 0;
	}
	#subNav li a {
		text-transform: uppercase;
		font-size: 10px;
		text-decoration: none;
	}
	#subNav li a:hover {
		text-decoration: underline;
	}
	#quicklinks {
		margin: 0 0 10px 0;
	}
	#quicklinks ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#quicklinks li {
		margin: 0 0 2px 0;
		padding: 0;
	}
	#quicklinks li a {
		text-decoration: underline;
	}
	#subNav li span,
	#quicklinks li span {
		font-size: 10px;
	}
	#subNav h3,
	#quicklinks h3 {
		font-family: Times, Georgia, serif;
		text-transform: uppercase;
		color: #646464;
		margin: 0 0 4px 0;
		font-size: 16px;
	}
	#quicklinks h3 {
		margin: 6px 0 3px 0;
		font-size: 16px;
	}
	#subNav a,
	#quicklinks a {
		color: #047d1b;
		font-size: 11px;
		margin-left: 5px;
	}
	#subNav ul ul {
		margin-left: 12px;
	}
	#subNav a.CUR {
		font-weight: bold;
	}







	/* ----------------------------------------------------------

		Sections

	---------------------------------------------------------- */


	#eventBadge {
		position: absolute;
		display: block;
		margin: 0;
		padding: 0;
		width: 403px;
		width: 248px;
		height: 100px;
		
		bottom: 0px;
		left: -8px;
		left: 40px;
				
		cursor: pointer;
		z-index: 1000;
	}
	.eventBadgeNO {
		height: 120px;
		height: 100px;
	}
	.eventBadgeHOV {
		height: 124px;
	}


	

	a#home {
		position: absolute;
		display: block;
		width: 312px;
		height: 66px;
		top: 94px;
		right: 0px;
		background: url(images/freisederLogo.png) center no-repeat;
		
		z-index: 1000;
		cursor: pointer;
	}

	#header {
		height: 247px;
		background: #fbeeb9 url(images/headerFade.jpg) bottom repeat-x;
		background-color: #fbeeb9;
		background-position: bottom;
		background-repeat: repeat-x;
	}
	#headerImageWrapper {
		position: relative;
		height: 247px;
		width: 737px;
		margin: 0 auto;
	}

	#headerImage,
	#headerImage2 {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 247px;
		width: 737px;
	}


	.container {
		width: 760px;
		width: 732px;
		padding: 0;
		margin: 0 auto;
		background: transparent;
	}
	.bottom {
		padding: 25px 0 0 0;
	}


	
	
	
	

	/* ----------------------------------------------------------

		Layout Columns

	---------------------------------------------------------- */



	/* used by every Layout-Option */
	.top {
		padding: 0 0 0 0;
	}
	
	


	/* -----------------------------------
	
	1 Spalte (section_frame)

	----------------------------------- */
	
	.layout-1column {
		margin: 0;
		padding: 0 0 25px 0;
	}
	
	

	
	/* -----------------------------------
	
	2 Spalten (section_frame)

	----------------------------------- */

	.layout-2columns-wrapper {
		position: relative;
	}
	.layout-2columns-leftColumn {
		float: left;
		margin: 0;
		padding: 0 17px 25px 0;
		width: 454px;
	}
	.layout-2columns-rightColumn {
		float: right;
		margin: 0;
		padding: 0 17px 25px 17px;
		width: 210px; /* 244px */
	}


	
	
	/* -----------------------------------
	
	3 Spalten (section_frame)

	----------------------------------- */

	.layout-3columns-wrapper {
		position: relative;
	}
	.layout-3columns-leftColumn,
	.layout-3columns-centerColumn,
	.layout-3columns-rightColumn {
		position: relative;
		float: left;
		padding: 0 17px 25px 17px;
		width: 210px;
	}
	.layout-3columns-rightColumn {
		float: right;
		margin: 0;
	}







	
	
	
	
	
	
	
	
	
	/* 1 Column, 2 Colums and 3 Columns on Startpage */
	.bottom .layout1-leftColumn {
		width: 488px;
		padding: 0 0 0 0;
	}
	.bottom .layout2-leftColumn {
		width: 244px;
		width: 227px;
		padding: 0 17px 0 0;
	}
	.bottom .layout3-columns {
		padding: 0;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	






	/* ----------------------------------------------------------

		Goodies

	---------------------------------------------------------- */

	
	/* Goodiebox Wrapper Elements */

	#goodies {
		position: relative;
		margin-top: 35px;
		height: 102px;
	}
	#goodiesInnerWrapper {
		position: relative;
		margin: 0 auto;
		height: 102px;
	}
	#goodiesBorder {
		background: transparent url(images/goodiesBorder.png) bottom repeat-x;
		position: absolute;
		bottom: 0px;
		display: block;
		height: 5px;
		width: 100%;
	}



	/* The Goodiebox itself */

	.goodieBox {
		width: 210px;
		height: 102px;
		position: absolute;
		bottom: 0px;
	}
	.goodieBox h3 {
		font-family: Times, Georgia, serif;
		color: #505050;
		color: #646464;
		text-transform: uppercase;
		margin-bottom: 0;
		font-size: 14px;
		font-weight: 600;
	}
	.goodieBox p {
		line-height: 140%;
		margin: 0;
		color: #646464;
	}
	.goodieLinkBox {}
	.goodieLinkBox a {
		position: absolute;
		display: block;
		bottom: 0px;
		height: 58px;
		margin-left: -11px;
		cursor: pointer;
	} 


	

	/* Hover Effects (for morphing the goodieBoxLinks) */
	.goodieLinkNO {
		height: 58px;
	}
	.goodieLinkHOV {
		height: 65px;
	}


	/*  The Gallery GoodieBox */
	#galleryBox {	
		left: 0px;
	}
	#galleryLink {
		width: 235px;
		margin-left: -20px;
		background: transparent url(images/gdGalleryLink.png) top left no-repeat;
	}


	/* The Recipe GoodieBox */
	#recipeBox {
		left: 260px;
	}
	#recipeLink {
		width: 235px;
		background: transparent url(images/gdRecipeLink.png) top left no-repeat;
	}


	/* The Voucher GoodieBox */
	#voucherBox {
		right: 17px;
	}
	#voucherLink {
		width: 235px;
		background: transparent url(images/gdVoucherLink.png) top left no-repeat;
	}











	/* ----------------------------------------------------------

		The Footer

	---------------------------------------------------------- */


	#footer {
		border-top: 1px solid #9d9574;
	}
	#footerInnerWrapper {
		background:	#f5ecc1 url(images/footerLogo.jpg) bottom right no-repeat;
		width: 760px;
		width: 732px;
		margin: 0 auto;
		padding: 0;
		height: 250px;
	}
	#footerInnerWrapper address {
		clear: both;
		font-size: 10px;
		font-style: normal;
		line-height: 150%;
	}
	#footerInnerWrapper address a {
		color: #737373;
	}
	#footerNav {
		float: left;
		list-style-type: none;
		margin: 0;
		padding: 25px 0 18px 0;
	}
	#footerNav li {
		float: left;
		margin: 0;
		padding: 0 10px 0 0;
	}
	#footerNav a {
		color: #048a1e;
		text-decoration: none;
		text-transform: lowercase;
		font-size: 11px;
	}
	#footerNav a:hover {
		text-decoration: underline;
	}
	#spotlight {
		padding: 25px 46px 0 0;
		float: right;
	}
	#spotlight input {
		background-color: #f5ecc1;
		border: 2px solid #dacfa1;
		color: #737373;
		font-size: 10px;
	}
	#spotlight input:focus {
		background-color: #fff;
	}
	
	
	
	
	
	/* Linz09 and Hotspots */
	#friends {
		margin: 62px 0 0 0;
		opacity: 0.9;
	}
	
	.friends-link img,
	#liferadio img,
	#hotspots img,
	#genussland img {
		vertical-align: top;
		border-left: 0px;
		border-right: 0px;
		border: none;
		margin-right: 5px;
	}
	.friendsNO {
		border: 0px solid #fff;
	}
	.friendsHOV {
		border-bottom: 4px solid #000;
	}

	
	
	
	
	
	
	
	/* ----------------------------------------------------------

		Mailforms

	---------------------------------------------------------- */	
	
	/* mailform + forms in general */
	.csc-form,
	.csc-mailform {
		border: none;
	}
	.csc-form-field,
	.csc-mailform-field {
		padding: 5px 0 5px 0;
	}
	.csc-form-field label .required {
		
	}
	.csc-form-field label,
	.csc-mailform-field label {
		display: block;
		width: 170px;
		float: left;
		padding: 2px 4px 2px 0;
		text-align: right;
		font-size: 11px;
	}
	.even {
	}
	.csc-form-field .radiolbl {
		width: auto;
		margin-right: 15px;
		text-align: left;
	}
	.radiogroup {
		border: 2px solid #dacfa1;
		margin-left: 175px;
		padding: 0 0 0 12px;
		width: 540px;
	}
	.csc-form-field textarea,
	.csc-form-field input,
	.csc-mailform-field textarea,
	.csc-mailform-field input {
		width: 290px;
		padding: 2px;
		color: #444;
		background-color: #f5ecc1;
		border: 2px solid #dacfa1;
		color: #737373;
		font-size: 11px;
	}
	.csc-form-field textarea {
		background: #f5ecc1 url(images/icons/bubbles.png) bottom right no-repeat !important;
	}
	.csc-form-field input.radio {
		width: auto;
		float: left;
	}
	.csc-form-field textarea:focus,
	.csc-form-field input:focus,
	.csc-mailform-field textarea:focus,
	.csc-mailform-field input:focus {
		background-color: #fff;
	}
	.captcha-element {
		padding: 2px 0 2px 0;
		margin-left: 86px;
	}
	.captcha-element img {
		margin: 4px 0 4px 0;
	}
	.csc-form-submit,
	.csc-mailform-submit {
		margin: 0;
	}
	.csc-mailform-submit {
		margin-left: 190px;
	}
	div.csc-required {
		color: #ff8700;
		font-weight: bold;
		margin-left: 125px;
	}
	.required {
		color: #a72306;
		font-weight: bold;
	}
	input.checkbox {
		margin-left: 84px;
		margin-right: 6px;
		width: auto;
	}
	input.checkboxNoMargin {
		width: auto;		
	}
	input.csc-mailform-prev {
		width: 70px;
		margin-right: 23px;
	}
	input.csc-mailform-next {
		width: 202px;
	}
	.tx-thmailformplus-pi1 .csc-form-field {
		margin: 10px 0 10px 0;
	}
	.radiogroup2 {
		width: 295px;
		margin-left: 175px;
		border: 2px solid #dacfa1;
	}
	.radiogroup2.csc-form-error-group {
		background-position: right center;
	}	
	
	
	/* ----------------------------------------------------------

		Mailforms (Voucherform)

	---------------------------------------------------------- */	
	
	.mailformSteps {
		margin: 25px 0 75px 175px;
	}
	.stepOneInactive, .stepTwoInactive, .stepThreeInactive,
	.stepOneActive, .stepTwoActive, .stepThreeActive {
		display: block;
		width: auto;
		height: 20px;
		color: #7f7f7f;
		border-bottom: 3px solid #dacfa1;
		background-repeat: no-repeat;
		background-position: left center;
		padding: 3px 2px 0px 18px;
		margin-right: 25px;
		float: left;
	}
	.stepOneActive, .stepTwoActive, .stepThreeActive {
		border-bottom: 3px solid #047d1b;
		color: #000;
	}
	.stepOneInactive {
		background-image: url(images/mailformStepOneInactive.png);
	}
	.stepTwoInactive {
		background-image: url(images/mailformStepTwoInactive.png);
	}
	.stepThreeInactive {
		background-image: url(images/mailformStepThreeInactive.png);
	}

	.stepOneActive {
		background-image: url(images/mailformStepOneActive.png);
	}
	.stepTwoActive {
		background-image: url(images/mailformStepTwoActive.png);
	}
	.stepThreeActive {
		background-image: url(images/mailformStepThreeActive.png);
	}
	
	

	/* ----------------------------------------------------------

		pi-list-browsebox

	---------------------------------------------------------- */

	.pi-list-browsebox {
		clear: both;
		border: 6px solid #fff9e6;
		background: #E3DCC1;
		margin-top: 25px;
		margin-bottom: 25px;
		padding: 6px 6px 12px 6px;
	}
	.pi-list-browsebox a {
		border: 2px solid #fff9e6;
		background: #fff;
		text-decoration: none;
		padding: 3px;
	}
	.pi-list-browsebox a:hover,
	.pi-list-browse-active a {
		border: 2px solid #737373;
		background: #737373;
		color: #fff;
		text-decoration: none;
		padding: 3px;
	}



	
	/* ----------------------------------------------------------

		Plugin FeAdmin

	---------------------------------------------------------- */

	.csc-form-error, .csc-form-error-group {
		position: relative;
	}
	.csc-form-error-group {
		background: #fff url(images/icons/exclamationmark.png) left center no-repeat;
		border-color: #a72306;
	}
	.csc-form-error input {
		background: #fff url(images/icons/exclamationmark.png) left center no-repeat;
		padding: 2px 2px 2px 20px;
		width: 272px;
		border-color: #a72306;
	}
	.csc-form-errormsg {
		position: absolute;
		padding: 1px 3px;
		width: 350px;
		border: 2px solid #a72306;
		background: #fff;
		right: -150px;
		
	}
	



	/* ----------------------------------------------------------

		Plugin Map

	---------------------------------------------------------- */	
	
	
	#map {
		width: auto;
		height: 350px;
		border: 3px solid #dacfa1;
		padding: 10px;
		margin-bottom: 25px;
	}
	
	
	/* ----------------------------------------------------------

		Plugin Photogallery

	---------------------------------------------------------- */	
	
	.tx-photogallery-pi1 h2 a {
		text-decoration: none;
	}
	.tx-photogallery-pi1 h2 a:hover {
		text-decoration: underline;
	}
	.tx-photogallery-pi1-date {
		margin-top: 6px;
		margin-bottom: 6px;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 90%;
	}
	.thumbnail {
		float: left;
		width: 160px;
		height: 150px;

		width: 115px;
		height: 115px;

		text-align: center;
	}
	.thumbnails {
		margin: 25px 0 25px 0;
	}
	.thumbnail img {
		padding: 4px;
		background: #fff9e6;
		border: 1px solid #E3DCC1;
	}
	.thumbnailview-spacer {
		margin: 25px 0 0 0;
	}
	.tx-photogallery-pi1-thumbnailview-description {
		border-bottom: 2px solid #fff9e6;
	}



	/* ----------------------------------------------------------

		Plugin PhotogallerySlider

	---------------------------------------------------------- */

	.tx-photogallery-pi2 {
		margin: -40px 0 60px 0;
		background: #d2832e;
		padding: 10px 0 10px 0;
		height: 50px;
		border-bottom: 14px solid #e99133;
	}
	.tx-photogallery-pi2 img {
		border: none;
		padding: 0 5px 0 0;
	}
	.tx-photogallery-pi2 a {
		text-decoration: none;
	}
	.tx-photogallery-pi2 ul {
		list-style-type: none;
		margin: 0 0 0 17px;
		padding: 0;
	}
	.tx-photogallery-pi2 li {
		display: block;
		float: left;
	}

	
	/* ----------------------------------------------------------

		Plugin Ratings

	---------------------------------------------------------- */	
	
	.tx-ratings-star-1,
	.tx-ratings-star-2,
	.tx-ratings-star-3,
	.tx-ratings-star-4,
	.tx-ratings-star-5 {
		behavior: url("fileadmin/templates/iepngfix.htc");
	}
	.tx-ratings { position: relative; left: 0; top: 0; padding-top: 16px; margin: 5px 5px; }
	.tx-ratings-display { position: absolute; left: 0; top: 0; height: 12px; }
	.tx-ratings-grey-bar {
		position: absolute;
		left: 0;
		top: 0;
		width:
		55px;
		height:
		12px;
		background: url(images/ratingStars.png) repeat-x;
		font-size: 1px;
	}
	.tx-ratings-gold-bar {
		position: absolute;
		left: 0;
		top: 0;
		width: 0px;
		height: 12px;
		background: url(images/ratingStars.png) repeat-x 0 -12px;
		font-size: 1px;
		font-size: 1px;
	}
	.tx-ratings-vote-bar { position: absolute; left: 0; top: 0; width: 55px; height: 12px; font-size: 1px; }
	.tx-ratings-vote-bar DIV A { position: absolute; left:0; top: 0; width: 11px; height: 12px; border: none; text-decoration: none; }
	.tx-ratings-vote-bar DIV A:hover {
		background-image: url(images/ratingStars.png); background-position: 0 -24px;
	}
	.tx-ratings-vote-bar DIV A.tx-ratings-star-1 { left: 0px; width: 11px; z-index: 5; }
	.tx-ratings-vote-bar DIV A.tx-ratings-star-2 { left: 0px; width: 22px; z-index: 4; }
	.tx-ratings-vote-bar DIV A.tx-ratings-star-3 { left: 0px; width: 33px; z-index: 3; }
	.tx-ratings-vote-bar DIV A.tx-ratings-star-4 { left: 0px; width: 44px; z-index: 2; }
	.tx-ratings-vote-bar DIV A.tx-ratings-star-5 { left: 0px; width: 55px; z-index: 1; }
	.tx-ratings-cleaner { clear: left; }
	.tx-ratings-text { color: #606060; font-size: 11px; font-family: Helvetica,Arial; }
	.tx-rating-display-wrap { position: absolute; left: 0; top: 0; font-size: 12px; visibility: hidden; z-index: 1; }
	.tx-rating-display-wrap IMG { float: left; margin-right: 5px; }
	
	
	
	
	
	
	
	/* ----------------------------------------------------------

		Plugin lightbox

	---------------------------------------------------------- */	
	
	#lbOverlay {
		position: absolute;
		left: 0;
		width: 100%;
		background-color: #000;
		cursor: pointer;
		z-index: 1000;
	}

	#lbCenter, #lbBottomContainer {
		position: absolute;
		left: 50%;
		overflow: hidden;
		background-color: #fff;
		z-index: 1000;
	}

	.lbLoading {
		background: #fff url(../images/sb_loading.gif) no-repeat center;
		z-index: 1000;
	}

	#lbImage {
		border: 10px solid #fff;
		z-index: 1000;
	}


	.photos {
		padding: 3px;
		border: 1px solid #fff;
	}

	a:hover .photos {
		border: 1px solid #999;
	}

	.lightboxDesc a {
		color: #999999;
		text-decoration: none;
	}

	.lightboxDesc a:hover {
		color: #000000;
		text-decoration: none;
	}

	/***************************

		styles for hidden next & previous buttons

	***************************/
	
	#lbPrevLink, #lbNextLink {
		display: block;
		width: 63px;
		height: 32px;
		outline: none;
		z-index: 1000;
	}
	#lbPrevLink {
		float: left;
		background: transparent url(ext/pmkslimbox/images/sb_prevlabel.gif) no-repeat left;

	}
	#lbPrevLink:hover {
		background: transparent url(ext/pmkslimbox/images/sb_prevlabel.gif) no-repeat left;
	}
	#lbNextLink {
		float: right;
		background: transparent url(ext/pmkslimbox/images/sb_nextlabel.gif) no-repeat right;
	}
	#lbNextLink:hover {
		background: transparent url(ext/pmkslimbox/images/sb_nextlabel.gif) no-repeat right;
	}
	#lbControls {
		display: block;
		height: 32px;
		z-index: 1000;
	}


	/**********************************/


	#lbBottom {
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 10px;
		color: #666;
		line-height: 1.4em;
		text-align: left;
		border: 10px solid #fff;
		border-top-style: none;
		z-index: 1000;
	}

	#lbCloseLink {
		clear: both;
		display: block;
		float: right;
		width: 66px;
		height: 22px;
		background: transparent url(ext/pmkslimbox/images/sb_closelabel.gif) no-repeat center;
		margin: 0px 0px 0px 0px;
		z-index: 1000;
	}

	#lbCaption, #lbNumber, #lbDescription {
		margin-right: 71px;
		z-index: 1000;
	}

	#lbCaption {
		font-weight: bold;
	}

	#lbPrintLink {
		display: block;
		float: right;
		width: 22px;
		height: 22px;
		background: transparent url(ext/pmkslimbox/images/sb_printicon.gif) no-repeat center;
		margin:15px 5px 0 0; padding:1px;
	}

	#lbSaveLink {
		display: block;
		float: right;
		width: 22px;
		height: 22px;
		background: transparent url(ext/pmkslimbox/images/sb_saveicon.gif) no-repeat center;
		margin:15px 5px 0 0; padding:1px;
	}

	#lbSaveLink:hover,
	#lbPrintLink:hover {
		border: 1px solid #666;
		padding: 0px;
	}

	.lightboxDesc {
		display: none;
	}
	
	
	
	/***************************

		default styles of exts

	***************************/
	
	
	/* default styles for extension "tx_thmailformplus_pi1" */
	.tx-thmailformplus-pi1 H2 { margin-top: 0px; margin-bottom: 0px; }
	/* 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_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.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		padding: 6px;
		border: 1px solid #E3DCC1;
		background: #fff9e6;
	}




	/* 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 */
	DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }
