/* -------- Text / Bild org anfang -------- */

	/* 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; }

	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: 5px;
	}

	/* 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: 5px;
	}

	/* 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: 5px;
	}
	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; }
	* html DIV.csc-textpic-imagerow { margin-bottom: 5px;}
	*+html DIV.csc-textpic-imagerow { margin-bottom: 5px;}
	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: 5px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 5px !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 */
/* -------- Text / Bild org ende -------- */




/* -------- Text / Bild custom anfang -------- */
.csc-textpic {
 margin-bottom:15px;
 border:0px solid #FFFFFF;
}

dl.csc-textpic-image {
 float:left;
 margin-left:3px;
 margin-right:3px;
}

dd.csc-textpic-caption {
 margin:1px; /* wg. bildrahmen */
 margin-top:-7px;
 font-size:0.85em;
 color:#333333;
}

.csc-textpic-image dt img {
 border: 1px solid #D3D3D3;
 padding:4px;
 margin:0px;
}

.csc-textpic-image dt img.noborder {
 border: 0px;
 padding:0px;
 margin:0px;
}

div.csc-textpic-clear {
 clear:both;
 margin-bottom:10px;
}

.csc-textpic-intext-left div.csc-textpic-imagewrap {
 float:left;
 margin-right:10px;
}

.csc-textpic-intext-right div.csc-textpic-imagewrap {
 float:right;
 margin-left:10px;
}

.csc-textpic-intext-left div.csc-textpic-imagewrap dl {
 float:right;
 padding:0px 0px 0px 10px;
 margin:0px 10px 0px 0px;
}

.csc-textpic-intext-right div.csc-textpic-imagewrap dl {
 float:right;
 padding:0px 10px 0px 0px;
 margin:0px 0px 0px 10px;
}

.csc-textpic-caption-r div.csc-textpic-imagewrap dl {
 float:right;
 padding:0px 10px 0px 0px;
 border:0px;
}

.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
 float:right;
 padding:0px 0px 0px 10px;
 border: 0px;
}

.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
 float:right;
 padding:0px 10px 0px 0px;
 border: 0px;
}

div.csc-textpic-above div.csc-textpic-text { 
 clear: both;
}

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 */ 
}

div.csc-textpic-right div.csc-textpic-imagewrap { 
 float: right; 
}
div.csc-textpic-right div.csc-textpic-text { 
 clear: right; 
}

div.csc-textpic-left div.csc-textpic-imagewrap { 
 float: left; 
}
div.csc-textpic-left div.csc-textpic-text {
 clear: left;
}

.align-left {
 text-align:left;
}

.align-center {
 text-align:center;
}

.align-right {
 text-align:right;
}
/* -------- Text / Bild custom ende -------- */






/* -------- captcha anfang -------- */
div.captchafeld img {
 margin:0px 0px 0px 0px;
 width:120px;
 height:25px;
 padding:0px;
 border:0px;
}
/* -------- captcha ende -------- */




/* -------- tx_fdfx2cols_pi1 anfang ----------- */

/*  Layout 1 */
.c2l1-left{
 padding-right: 5px;
 width:50%;
 white-space:normal;
}
.c2l1-middle{
 padding-left: 5px;
 width:50%;
 white-space:normal;
}
/*  Layout 2 */
.c2l2-left{
 padding-right: 5px;
 width:50%;
 white-space:normal;
}
.c2l2-middle{
 padding-left: 5px;
 width:50%;
 white-space:normal;
}
/* Layout 2 */
.c2l3-left{
 padding-right: 5px;
 width:70%;
 white-space:normal;
}
.c2l3-middle{
 border:0px;
 padding-left: 5px;
 width:30%;
 white-space:normal;
}

.csc-fdfx_2cols_pi1-header {
 clear:both;
}

/* Styles 2 Column DIV Section */
div.tx-fdfx2cols-pi1{
 clear:both;
 padding:0px 0px 0px 0px;
 margin-bottom:10px;
}

/* Layout 1 */
div.c2l1d-left{
 float:left;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 width:340px;
 white-space:normal;
 border:0px;
}
div.c2l1d-middle{
 float:right;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 width:340px;
 border:0px;
 white-space:normal;
}

/* Layout 2 */
div.c2l2d-left{
 float:left;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 width:48%;
 border:0px;
 white-space:normal;
}
div.c2l2d-middle{
 float:right;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 width:49%;
 white-space:normal;
 border:0px;
}

/* Layout 3 embedded */
div.c2l3d-left{
 position:absolute;
 left:0px;
 padding: 0px;
 width:515px;
 white-space:normal;
 border:1px solid red;
}
div.c2l3d-middle{
 float:right;
 margin:5px;
 padding: 0px;
 width: 200px;
 height: 100px;
 overflow:auto;
 white-space:normal;
 border:1px solid blue;
}
/* -------- tx_fdfx2cols_pi1 ende ----------- */


/* -------- tx_fdfx3cols_pi1 anfang ----------- */

/* Layout 1 */
.c3l1-left{
 padding-right: 5px;
 width:33%;
 white-space:normal;
}
.c3l1-middle{
 padding-left: 5px;
 padding-right: 5px;
 width:33%;
 white-space:normal;
}
.c3l1-right{
 padding-left: 5px;
 width:33%;
 white-space:normal;
}

/* Layout 2 */
.c3l2-left{
 padding-right: 5px;
 width:25%;
 white-space:normal;
}
.c3l2-middle{
 padding-left: 5px;
 padding-right: 5px;
 width:50%;
 white-space:normal;
}
.c3l2-right{
 padding-left: 5px;
 width:25%;
 white-space:normal;
}

/* Layout 3 */
.c3l3-left{
 padding-right: 5px;
 width:40%;
 white-space:normal;
}
.c3l3-middle{
 padding-left: 5px;
 padding-right: 5px;
 width:40%;
 white-space:normal;
}
.c3l3-right{
 padding-left: 5px;
 width:20%;
 white-space:normal;
}

/* Styles 3 Column DIV Section */
div.tx-fdfx3cols-pi1{
 position:relative;
 left:0px;
 margin:0px 0px 10px 0px;
 padding:0px 0px 0px 0px;
}

div.tx-fdfx3cols-pi1 img {
 text-align:center;
 background-color:#FFFFFF;
 margin:0px 0px 0px -4px;
 padding:4px;
 border:1px solid #D3D3D3;
}

/* Layout 1 */
div.c3l1d-left{
 float:left;
 text-align:left;
 background-color:#FAF4E9;
 margin:0px 0px 0px 0px;
 padding:0px 7px 0px 7px;
 width:230px;
 min-height:275px;
 white-space:normal;
 border:0px;
}
div.c3l1d-middle{
 float:left;
 text-align:left;
 background-color:#FAF4E9;
 margin:0px 0px 0px 6px;
 padding:0px 7px 0px 7px;
 width:230px;
 min-height:275px;
 border:0px;
 white-space:normal;
}
div.c3l1d-right{
 float:left;
 text-align:left;
 background-color:#FAF4E9;
 margin:0px 0px 0px 6px;
 padding:0px 7px 0px 7px;
 width:230px;
 min-height:275px;
 border:0px;
 white-space:normal;
}
/* Layout 1 IE */
* html div.c3l1d-left{
 margin:0px 0px 0px 0px;
 padding:0px 3px 0px 6px;
 width:230px;
 height:275px;
}
* html div.c3l1d-middle{
 margin:0px 0px 0px 5px;
 padding:0px 3px 0px 6px;
 width:230px;
 height:275px;
}
* html div.c3l1d-right{
 margin:0px 0px 0px 5px;
 padding:0px 3px 0px 6px;
 width:230px;
 height:275px;
}


/* Layout 2 */

div.c3l2d-left{
 float:left;
 text-align:left;
 margin:0px 0px 0px 0px;
 padding:0px 3px 0px 3px;
 background-color:#FCF8F1;
 width:236px;
 white-space:normal;
 border:0px;
}
div.c3l2d-middle{
 float:left;
 text-align:left;
 margin:0px 0px 0px 9px;
 padding:0px 3px 0px 3px;
 background-color:#FCF8F1;
 width:236px;
 border:0px;
 white-space:normal;
}
div.c3l2d-right{
 float:left;
 text-align:left;
 margin:0px 0px 0px 9px;
 padding:0px 3px 0px 3px;
 background-color:#FCF8F1;
 width:236px;
 border:0px;
 white-space:normal;
}
/* Layout 1 IE */
* html div.c3l2d-left{
 margin:0px 0px 0px 0px;
}
* html div.c3l2d-middle{
 margin:0px 0px 0px 3px;
}
* html div.c3l2d-right{
 margin:0px 0px 0px 3px;
}


/* Layout 3 Startseite */
div.c3l3d-left{
 background-image:url(/fileadmin/bilder/start/hg-inhalt-links.jpg);
 background-repeat:no-repeat;
 float:left;
 margin:0px 0px 0px 12px;
 padding:0px 0px 0px 0px;
 width:215px;
 white-space:normal;
 border:0px;
}
div.c3l3d-middle{
 background-image:url(/fileadmin/bilder/start/hg-inhalt-mitte.jpg);
 background-repeat:no-repeat;
 float:left;
 margin:0px 0px 0px 25px;
 padding:0px 0px 0px 0px;
 width:215px;
 border:0px;
 white-space:normal;
}
div.c3l3d-right{
 background-image:url(/fileadmin/bilder/start/hg-inhalt-rechts.jpg);
 background-repeat:no-repeat;
 float:right;
 margin:0px 12px 0px 0px;
 padding:0px 0px 0px 0px;
 width:215px;
 border:0px;
 white-space:normal;
}
/* Layout 1 IE */
* html div.c3l3d-left{
 margin:0px 0px 0px 6px;
}
* html div.c3l3d-middle{
 margin:0px 0px 0px 25px;
}
* html div.c3l3d-right{
 margin:0px 6px 0px 0px;
}

/* -------- tx_fdfx3cols_pi1 ende ----------- */



/* -------- css_filelinks anfang ----------- */
div.filelinks {
 padding:0px;
 margin:-15px 0px 25px 0px;
 border-bottom:0px solid #CCCCCC;
}
/* -------- css_filelinks ende ----------- */




/* -------- perfectlightbox anfang ----------- */

#prevLink, #nextLink {
	display:block;
	position:absolute;
	top:0;
	width:35%;
	height:100%;
	background:transparent url(/fileadmin/layout/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
}

#prevLink {
	left:0;
	float:left;
}

#nextLink {
	right:0;
	float:right;
}

#prevLink:hover {
	/* Edit here for a different image!*/
	background: transparent url(/fileadmin/layout/images/slimbox/lamm-prev.gif) no-repeat 0% 15%;
	border-bottom: 0;
	outline: none;
}

#nextLink:hover {
	/* Edit here for a different image!*/
	background:transparent url(/fileadmin/layout/images/slimbox/lamm-next.gif) no-repeat 100% 15%;
	border-bottom: 0;
	outline: none;
}

#playLink,#pauseLink {
	display:block;
	float:right;
	/* Set these two to the actual dimensions of your images! If they differ in size you have to set them seperately!*/
	width:26px;
	height:26px;
	/* End*/
	margin-left:1.0em;
}

#playLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(/fileadmin/layout/images/lightbox/play.gif) no-repeat center;
}

#pauseLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(/fileadmin/layout/images/lightbox/pause.gif) no-repeat center;
}

#saveLink {
	display: block;
	float: right;
	width: 16px;
	height:16px;
	background: transparent url(/fileadmin/layout/images/slimbox/lamm-save.gif) no-repeat center;
	margin:8px 5px 0px 0px; 
	padding:1px;
}

#saveLink:hover {
	border: 0px solid #666;
	padding: 1px;
}

#closeLink {
	display: block;
	float: right;
	width: 80px;
	height: 22px;
	background: transparent url(/fileadmin/layout/images/slimbox/lamm-close.gif) no-repeat center;
	margin:5px 0px 5px 0px;
	outline: none;
}

#closeLink:hover{ border-bottom: 0; outline: none; }




/* Slimbox-only*/
#sbOverlay {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	cursor:pointer;
	z-index:90;
}

#sbCenter, #sbBottomContainer {
	position:absolute;
	left:50%;
	overflow:hidden;
	background-color:#fff;
	z-index:100;
}

#sbCenter a, #sbBottomContainer a {
	text-decoration:none;
	border:none;
	outline:none;
}

.sbLoading {
	background:#fff url(/fileadmin/layout/images/lightbox/loading.gif) no-repeat center;
}

#sbImage {
	position:absolute;
	left:0;
	top:0;
	border:10px solid #fff;
	background-repeat:no-repeat;
}

#sbBottom {
	font-family:tahoma, arial, sans-serif;
	font-size:11px;
	color:#666;
	line-height:1.4em;
	text-align:left;
	padding:0 10px 10px 10px;
}

#sbCaption {
	width:66%;
	font-weight:bold;
	margin-bottom:0.1em;
}

#sbNumber {
	width:66%;
	margin-bottom:0.1em;
}

#sbPresent {
	width:66%;
	margin-bottom:0.1em;
}

#sbPresent a {
	position:relative;
	float:left;
	color:#777;
	border-right:0.3em solid #fff;
	border-bottom:0.1em solid #fff;
	border-left:0.4em solid #fff;
	margin-right:0.2em;
}

#sbPresent a.act {
	/*font-weight:bold;*/
	color:#fff;
	background:#777;
	border-color:#777;
}



/* Lightbox-only*/
#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:90;
}

#lbLightbox {
	position:absolute;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:0;
}

#lbLightbox #closeLink {
	margin-bottom:10px;
}

#lbLightbox a {
	text-decoration:none;
	border:none;
	outline:none;
}

#lbLightbox img {
	width:auto;
	height:auto;
	border:none;
}

#lbOuterImageContainer {
	position:relative;
	background-color:#fff;
	width:250px;
	height:250px;
	margin:0 auto;
}

#lbImageContainer {
	padding:10px;
}

#lbLoading {
	position:absolute;
	z-index:110;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
	background:#fff url(/fileadmin/layout/images/lightbox/loading.gif) no-repeat center;
}

#lbHoverNav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}

#lbImageContainer>#lbHoverNav {
	left:0;
}

#lbImageDataContainer {
	font-family:tahoma, arial, sans-serif;
	font-size:11px;
	background-color:#fff;
	margin:0 auto;
	line-height:1.4em;
	overflow:auto;
	width:100%;
}

#lbImageData {
	padding:0 10px;
	color:#666;
}

#lbImageDetails {
	width:66%;
	float:left;
	text-align:left;
	padding-bottom:10px;
}

#lbCaption {
	display:block;
	font-weight:bold;
	margin-bottom:0.1em;
}

#lbNumberDisplay {
	display:block;
	margin-bottom:0.1em;
}

#lbPresent {
	display:block;
	margin-bottom:0.1em;
}

#lbPresent a {
	position:relative;
	float:left;
	color:#777;
	border-right:0.3em solid #fff;
	border-bottom:0.1em solid #fff;
	border-left:0.4em solid #fff;
	margin-right:0.2em;
}

#lbPresent a:hover {
	color:#000;
}

#lbPresent a.act {
	/*font-weight:bold;*/
	color:#fff;
	background:#777;
	border-color:#777;
}

/* -------- perfectlightbox ende ----------- */

