/* -------- 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; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }
	* html DIV.csc-textpic DIV.csc-textpic-imagerow { margin-bottom: 10px; }
	*+html DIV.csc-textpic DIV.csc-textpic-imagerow { margin-bottom: 10px; }
	
	/* 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:#666666;
}

.csc-textpic-image dt img {
 border: 0px solid #009FDA;
 padding:0px;
 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;
}


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 -------- */




/* -------- Suche anfang -------- */
div#suche form, div#inhalt form { 
 margin:0px;
 padding:0px;
 border:0px;
}

div#suche form input {
 float:left;
 padding:1px;
 margin:0px;
 width:198px;
 margin-right:5px;
 line-height:130%;
 font-size:1.0em;
 color:#000000;
 border-top: #666666 1px solid;
 border-left: #666666 1px solid;
 border-bottom: #666666 1px solid;
 border-right: #666666 1px solid;
}

div#suche input.suchebutton {
 float:right;
 padding:0px;
 margin:0px 3px 0px 0px;
 width:42px;
 height:21px;
 border:0px;
}

.tx-indexedsearch-searchbox {
 padding:0px;
 margin:0px;
 width:100%;
}

div.tx-indexedsearch-search-submit, div.tx-indexedsearch-form, div.tx-indexedsearch-form label {
 float:left;
 margin-right:15px;
}

div#inhalt form input.tx-indexedsearch-searchbox-sword {
 float:left;
 width:200px;
 padding:1px;
 margin:0px;
 margin-right:15px;
 line-height:140%;
 font-size:1.0em;
 color:#000000;
 border-top: #666666 1px solid;
 border-left: #666666 1px solid;
 border-bottom: #666666 1px solid;
 border-right: #666666 1px solid;
}

.tx-indexedsearch-searchbox-button {
 float:left;
 line-height:140%;
 font-size:1.0em;
 padding:0px;
 margin:0px;
 vertical-align: middle;
 text-align: center;
 width:60px;
 background-color:#C9C9C9;
 color:#000000;
 border-top: #666666 1px solid;
 border-left: #666666 1px solid;
 border-bottom: #666666 1px solid;
 border-right: #666666 1px solid;
}

#tx-indexedsearch-res {
 padding:0px;
 margin:0px;
 margin-bottom:15px;
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
 font-weight:bold;
 font-style:italic;
 color:#FF6A07;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#FF6A07; }

.tx-indexedsearch .tx-indexedsearch-browsebox {
 margin-bottom:15px;
}

#tx-indexedsearch-res a, #tx-indexedsearch-res a:link, #tx-indexedsearch-res a:visited {
 text-decoration:none;
 color:#FF6A07;
 padding:0px;
}

#tx-indexedsearch-res h3 a:focus, #tx-indexedsearch-res h3 a:hover {
 text-decoration:none;
 color:#FF6A07;
 background-color:#FFFFFF;
 border-bottom:0px;
}

#tx-indexedsearch-res a:focus, #tx-indexedsearch-res a:hover {
 text-decoration:none;
 background-color:#FF6A07;
 color:#FFFFFF;
}

/* -------- Suche 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;
}

/* Layout 1 */
div.c3l1d-left{
 float:left;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 width:215px;
 white-space:normal;
 border:0px;
}
div.c3l1d-middle{
 float:left;
 margin:0px 0px 0px 25px;
 padding:0px 0px 0px 0px;
 width:215px;
 border:0px;
 white-space:normal;
}
div.c3l1d-right{
 float:right;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 width:215px;
 border:0px;
 white-space:normal;
}
/* Layout 1 IE */
* html div.c3l1d-left{
 margin:0px 0px 0px 0px;
}
* html div.c3l1d-middle{
 margin:0px 0px 0px 25px;
}
* html div.c3l1d-right{
 margin:0px 5px 0px 0px;
}


/* Layout 2 */
div.c3l2d-left{
 float:left;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 width:32%;
 border:0px;
 white-space:normal;
}
div.c3l2d-middle{
 float:left;
 margin:0px 0px 0px 1%;
 padding:0px 0px 0px 0px;
 width:32%;
 white-space:normal;
 border:0px;
}
div.c3l2d-right{
 float:right;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 width:33%;
 border:0px;
 white-space:normal;
}


/* 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 ----------- */



/* -------- tx_felogin_pi1 anfang ----------- */
.tx-felogin-pi1 label {
 display: block;
}
/* -------- tx_felogin_pi1 ende ----------- */



/* -------- tx_srfeuserregister_pi1 anfang ----------- */
.tx-srfeuserregister-pi1 p { margin-top: .5em; margin-bottom: 0; padding: 0 .3em; text-indent: 0; }
.tx-srfeuserregister-pi1 h4 { margin-top: 0; padding-left: .3em; }
.tx-srfeuserregister-pi1 legend { padding: 0 .5em; font-weight: bold; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { font-style: italic; margin-bottom: 1em; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }
.tx-srfeuserregister-pi1 a { padding-left: 14px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link.gif"); background-repeat: no-repeat; background-position: 0% 60%; text-decoration:none; }
.tx-srfeuserregister-pi1 label { margin: 0; padding: 0;}
.tx-srfeuserregister-pi1 label span { color: #A32F32; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #A32F32; }
.tx-srfeuserregister-pi1 input { margin: 0; padding: 0 .5em 0 0;  border: #666666 1px solid;}
.tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; }
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 1em; }
.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; }
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; }		
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; background-color: transparent; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; }
.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { padding-left: 15px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; }
.tx-srfeuserregister-pi1 ul { margin: 0; padding: 0; list-style-position: inside; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }
.tx-srfeuserregister-pi1 dl { margin: 0; padding: 1em 0 0 0; }
.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { /* margin: 0; padding: 0 0 .5em 0; float: left; */ }
.tx-srfeuserregister-pi1 dl dt { 
 clear: both; 
 float:left;
 width: 190px; 
 text-align: left; 
 padding-right: 1em;
 border: 0px solid #FFFF00;
}
.tx-srfeuserregister-pi1 dl dd { 
 float:left;
 text-align: left;
 width:270px;
 font-size:1.0em;
 color:#666666;
 padding: 0 0 1em 0;
 border: 0px solid #00FF00;
}
.tx-srfeuserregister-pi1 dd { /* text-align: left; width: 50%; */}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { width: auto; padding-right: 0; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { width: auto; }
* html .tx-srfeuserregister-pi1 dd { float: none; }
.tx-srfeuserregister-pi1 dd p { margin-top: 0; margin-bottom: .5em; padding: 0; }

.tx-srfeuserregister-pi1 select { margin: 0; padding: 0;  border: #666666 1px solid;}


/* -------- tx_srfeuserregister_pi1 ende ----------- */


/* -------- macina_searchbox anfang -------- */
form #searchform {
 width:175px;
 height:28px;
 margin:0px 0px 0px 2px;
 padding:1px;
 border:0px solid #00FF00;
}

#suche div.tx-macinasearchbox-pi1 input.suchefeld {
 background-color:#FFFFFF;
 background-image:url(/fileadmin/layout/images/lupe.gif);
 background-repeat:no-repeat;
 background-position:3px 1px;
 float:left;
 width:102px;
 height:17px;
 margin:0px;
 padding:1px 2px 1px 28px;
 border:1px solid #B6B6B6;
}

div.tx-macinasearchbox-pi1 form input.suchebutton {
 float:left;
 width:18px;
 height:17px;
 margin:0px 0px 0px 3px;
 padding:0px;
 border:0px;
}
/* -------- macina_searchbox ende -------- */



/* -------- tx_indexedsearch anfang -------- */
/*
.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:#A32F32; }
.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 */
/*
.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; }
*/
/* -------- tx_indexedsearch ende -------- */



/* -------- slimboxplus anfang -------- */
#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/fileadmin/layout/images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/fileadmin/layout/images/slimbox/am-prev.gif) no-repeat 0% 15%;
	border-bottom: 0;
	outline: none;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/fileadmin/layout/images/slimbox/am-next.gif) no-repeat 100% 15%;
	border-bottom: 0;
	outline: none;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 22px;
	background: transparent url(/fileadmin/layout/images/slimbox/am-close.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCloseLink:hover{ border-bottom: 0; outline: none; }

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#lbPrintLink {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: transparent url(/fileadmin/layout/images/slimbox/am-print.gif) no-repeat center;
	margin:6px 5px 0px 0px; 
	padding:1px;
}

#lbSaveLink {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: transparent url(/fileadmin/layout/images/slimbox/am-save.gif) no-repeat center;
	margin:6px 5px 0px 0px; 
	padding:1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 0px solid #666;
	padding: 1px;
}
/* -------- slimboxplus ende -------- */