/* -------- 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-imagerow { margin-bottom: 5px; display: block; }
	*+html DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }

	/* 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:#3D3D3D;
}

.csc-textpic-image dt img {
 border: 0px solid #C8C8C8;
 padding:0px;
 margin: 0px;
}

.csc-textpic-image dt img.noborder {
 border: 0px;
 padding:0px;
 margin:0px;
}

.csc-textpic-border div img {
 border: 1px solid #CCCECF;
 padding:0px;
 margin: 0px;
}

.csc-textpic-border div dl dt img {
 border: 1px solid #CCCECF;
 padding:0px;
 margin: 0px;
}

div.csc-textpic-clear {
 clear:both;
 margin-bottom:10px;
}

.csc-textpic-intext-left div.csc-textpic-imagewrap {
 float:left;
 padding-right:10px;
}

.csc-textpic-intext-right div.csc-textpic-imagewrap {
 float:right;
 padding-left:10px;
}

.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
 float:left;
 padding-right:10px;
}

.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
 float:right;
 padding-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 -------- */





/* -------- 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:300px;
 border:0px;
 white-space:normal;
}
div.c2l1d-middle{
 float:right;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 width:550px;
 white-space:normal;
 border:0px;
}

/* Layout 2 */
div.c2l2d-left{
 float:left;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 width:45%;
 border:0px;
 white-space:normal;
}
div.c2l2d-middle{
 float:right;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 width:45%;
 white-space:normal;
 border:0px;
}

/* Layout 3 embedded */
div.c2l3d-left{
 float:left;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 width:45%;
 border:0px;
 white-space:normal;
}
div.c2l3d-middle{
 float:right;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 width:45%;
 white-space:normal;
 border:0px;
}
/* -------- 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 22px;
 padding:0px 0px 0px 0px;
 width:230px;
 white-space:normal;
 border:0px;
}
div.c3l1d-middle{
 float:left;
 margin:0px 0px 0px 18px;
 padding:0px 0px 0px 0px;
 width:230px;
 border:0px;
 white-space:normal;
}
div.c3l1d-right{
 float:left;
 margin:0px 0px 0px 18px;
 padding:0px 0px 0px 0px;
 width:230px;
 border:0px;
 white-space:normal;
}
/* Layout 1 IE */
* html div.c3l1d-left{
 margin:0px 0px 0px 11px;
}
* html div.c3l1d-middle{
 margin:0px 0px 0px 18px;
}
* html div.c3l1d-right{
 margin:0px 5px 0px 18px;
}


/* 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 ----------- */

#login form fieldset div.feld {
 clear:both;
 width:100%;
 display:block;
}

.tx-felogin-pi1 label {
 display: block;
}

#inhalt form fieldset label {
 clear:both;
 display:block;
 float:left;
 width:8px;
}

#login p {
 margin:0px 0px 10px 5px;
}

#login a {
 color:#484A4D;
 border:0px;
 font-size:11px;
 text-decoration:none;
}

#login div.logintitel {
 color:#FFFFFF;
 font-size:16px;
 font-weight:normal;
 margin:0px 0px 20px 5px;
 border:0px;
}

#login div.logintitel a {
 color:#D4003C;
 font-size:16px;
 text-decoration:none;
}
div.LoginName {
 margin:10px 0px 10px 0px;
 font-size:13px;
 color:#484A4D;
}


#login {
 width:230px;
 color:#484A4D;
 font-size:12px;
 font-weight:normal;
 line-height:140%;
 margin: 0 auto;
 padding:5px 5px 5px 5px;
 border:0px;
}

#login h2 {
 color:#484A4D;
 font-size:14px;
 font-weight:bold;
 margin:0px 0px 15px 0px;
 border:0px;
}

#login form.login_top label { 
 margin:0px 0px 0px 5px;
 padding:0px;
 width:80px;
 color:#484A4D;
 font-size:11px;
}

#login form.login_top input { 
 width:120px;
 background-color:#FFFFFF;
 color:#484A4D;
 font-size:11px;
 font-weight:normal;
 text-align:left;
 margin:0px 0px 5px 0px;
 padding:1px;
 border:1px solid #484A4D;
}

#login form.login_top input.logoutbutton, 
#login form.login_top input.loginbutton { 
 width:120px;
 background-color:#D71048;
 color:#FFFFFF;
 font-size:11px;
 font-weight:normal;
 text-align:center;
 margin:5px 0px 10px 0px;
 padding:2px;
 border:0px solid #FFFFFF;
}


#login form.login_top input.forgotbutton { 
 width:120px;
 background-color:#D71048;
 color:#FFFFFF;
 font-size:11px;
 font-weight:normal;
 text-align:center;
 margin:5px 0px 10px 0px;
 padding:2px;
 border:0px solid #FFFFFF;
}

div.forgotpassword {
 margin:0px 0px 0px 10px;
}
/* -------- tx_felogin_pi1 ende ----------- */



/* -------- tx_srfeuserregister_pi1 anfang ----------- */
.tx-srfeuserregister-pi1 p { color:#646464; margin:-5px 0px 5px 0px; padding:0px 0px 0px 0px; text-indent: 0; }
.tx-srfeuserregister-pi1 h4 { 
 color:#484A4D;
 font-size:14px;
 font-weight:bold;
 padding:0px 0px 0px 0px;
 margin:0px 0px 10px 0px; 
}
.tx-srfeuserregister-pi1 legend { padding:0px 0px 0px 0px; font-weight: bold; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { color:#C70000; font-style:italic; margin-top:1em; margin-bottom:1em; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }
.tx-srfeuserregister-pi1 a { text-decoration:none; }
.tx-srfeuserregister-pi1 label { margin:0px 0px 0px 0px; padding: 0;}
.tx-srfeuserregister-pi1 dd label { margin:0px 15px 0px 3px; padding: 0;}
* html .tx-srfeuserregister-pi1 dd label { margin:0px 7px 0px 1px; padding: 0;}
.tx-srfeuserregister-pi1 label span { color: #484A4D; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #D71048; }
.tx-srfeuserregister-pi1 input { margin: 0; padding: 0 .5em 0 0;  border: 1px solid #646464;}
.tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; }
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-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 { border:0px;background-color:transparent; }
*+html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, *+html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { border:0px;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: 200px; 
 text-align: left; 
 padding-right: 10px;
 border: 0px solid #FFFF00;
}
.tx-srfeuserregister-pi1 dl dd { 
 float:left;
 text-align: left;
 width:290px;
 font-size:12px;
 color:#484A4D;
 padding: 0 0 1em 0;
 border: 0px solid #00FF00;
}
#inhalt form fieldset dl dt label {
 display:block;
 float:left;
 width: 200px;
 border:0px solid #FF0000;
}
#inhalt form fieldset dl dd.anrede label{ 
 display:inline; 
 padding:0px;
 margin:0px;
 margin-right:20px;
 float:none;
 border:0px solid #FF0000;
}
#inhalt form fieldset dl dd.anrede input.tx-srfeuserregister-pi1-radio { 
 padding:0px;
 margin:0px;
 margin-right:5px;
 padding:0px;
 float:none;
 border:0px solid #000000;
}
.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; }
*+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: 1px solid #646464;}
.tx-srfeuserregister-pi1-textarea {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size:12px;
 width:268px;
 display:block;
 float:left;
 margin-top:0.25em;
 margin-bottom:0.5em;
 border:1px solid #646464;
}
input.tx-srfeuserregister-pi1-submit {
 float:left;
 width:130px;
 font-size:12px;
 font-weight:normal;
 padding:2px;
 margin: 0px 15px 5px 0px;
 color: #FFFFFF;
 background-color:#D4003C;
 border:0px solid #595959;
}
input.tx-srfeuserregister-pi1-submit-long {
 float:left;
 width:160px;
 font-size:12px;
 font-weight:normal;
 padding:2px;
 margin: 0px 15px 5px 0px;
 color: #FFFFFF;
 background-color:#D4003C;
 border:0px solid #595959;
}

/* -------- tx_srfeuserregister_pi1 ende ----------- */


/* -------- jQuery Submenu anfang ----------- */

#submenu {
  clear:both;
  width: 950px;
	height: 144px;
	margin: 0px auto;
	padding:0px 0px 0px 0px;
	overflow: hidden;
	background: url(/fileadmin/layout/images/slider/bg.png) repeat-x;
}

#slider {
  width: 700px;
  margin: 0px auto;
  position: relative;
}

/* Vertical Lines */

.verticalLine {
	position: absolute;
	top: 0px;
}

.verticalLine-left {
	left: -80px;
}

.verticalLine-right {
	right: -80px;
}

/* Arrow Buttons */

.scrollButtons {
  position: absolute;
  top: 47px;
  cursor: pointer;
	width: 21px;
	height: 42px;
	overflow: hidden;
	text-indent: -999px;
}

.scrollButtons.left {
  left: -88px;
	background: url(/fileadmin/layout/images/slider/arrow-left.png) no-repeat;
}

.scrollButtons.right {
  right: -88px;
	background: url(/fileadmin/layout/images/slider/arrow-right.png) no-repeat;
}

/* Scroll Area */

.scroll {
	overflow: hidden;
	width: 660px;
  margin: 0 auto;
  position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
  padding: 0px;
  width: 143px;
	height: 144px;
	overflow: hidden;
}

/* Shadow */

.shadow {
	position: absolute;
	bottom: 51px;
	left: 5px;
	width: 70px;
	height: 62px;
}

/* Inside */

.inside {
	padding: 15px;
}

.inside a img.thumb {
	border: 0px;
	position: absolute;
	left: 10px;
	bottom: 52px;
	display: block;
	width: 57px;
	height: 57px;
}

.inside img.mirror {
	border: 0px;
	position: absolute;
	left: 10px;
	top: 93px;
	display: block;
	width: 57px;
	height: 57px;
	opacity: 1.0;
}

.inside img.mirror-mask {
	opacity: 1;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside a.txt {
	position: absolute;
	display: block;
	left: 9px;
	right: 5px;
	top: 100px;
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: left;
	line-height:110%;
}

.inside a.txt span {
	color: #484a4d;
}

.hide {
  display: none;
}

/* -------- jQuery Submenu ende ----------- */
