@charset "utf-8";
/* CSS Document */

#mycustomscroll {
/* percentage width without the fix*/
width: 433px;
height: 460px;
font-size: inherit;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}
.inner_textfield #mycustomscroll {
width: 595px;
}
* html .inner_textfield #mycustomscroll {
width: 99.9%;
}

#mycustomscroll-search {
	margin-top:25px;
	width: 100%;
	height: 350px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}

#mycustomscroll-dirnav {
	margin-top:25px;
	margin-left:-13px;
	width: 185px;
	height: 177px;
	font-size: 14px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}

#mycustomscroll-gal-thumb {
padding-top:17px;
width: 99%;
height: 405px;
font-size: inherit;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

#mycustomscroll-imp, #mycustomscroll-smap {
width: 390px;
height: inherit;
font-size: inherit;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}
#mycustomscroll-imp_contentwrapper p, #mycustomscroll-smap_contentwrapper p {
	padding-right:10px;
}

#mycustomscroll-res {
width: 430px;
height: 274px;
font-size: inherit;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

#mycustomscroll-wk {
width: 290px;
height: 360px;
font-size: inherit;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

#mycustomscroll-aktionen {
background:url(/fileadmin/gfx/color_015da8.gif) repeat-y right;
width: 552px;
height: 378px;
font-size: inherit;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}
#mycustomscroll-aktionen .mcontentwrapper,
#mycustomscroll-aktionen .scrollwrapper {
	margin-right:2px;
}

#mycustomscroll_2 {
/* percentage width without the fix*/
width: 99%;
height: 100%;
font-size: inherit;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding:0 14px 0 0;
}

#mycustomscroll_events {
/* percentage width without the fix*/
width: 99.9%;
height: 100%;
font-size: inherit;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding:0 0 0 0;
}

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0px; left: 0;}

/* force fleXcroll to always display the vertical scrollbase */
/* fleXcroll adapts to this CSS setting and sets positions correctly */

/* And style your scrollbar like you normally do */
.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 15px;
left: 0px;

}


.hscrollerbar {
top: 0px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(/fileadmin/scripts/flexcroll/vscroller.png) 0px -10px;
width: 15px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(/fileadmin/scripts/flexcroll/vscroller.png);
width: 15px;
height: 10px;
}

.hscrollerbarbeg {
background: url(/fileadmin/scripts/flexcroll/hscroller.png) -10px 0px;
height: 15px;
width: auto;
left: 0;
}

.hscrollerbarend {
background: url(/fileadmin/scripts/flexcroll/hscroller.png);
height: 15px;
width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-image: url(/fileadmin/scripts/flexcroll/scrollbaseback.png);

}

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 15px;
background: url(/fileadmin/scripts/flexcroll/scrollbases.png) -22px 0px no-repeat;
}

.hscrollerbaseend {
top: 0px;
height: 15px;
width: 7px;
background: url(/fileadmin/scripts/flexcroll/scrollbases.png) 0% 0% no-repeat;
}

.vscrollerbasebeg {
top: 0px;
width: 15px;
background: url(/fileadmin/scripts/flexcroll/scrollbases.png) -7px -8px no-repeat;
}

.vscrollerbaseend {
height: 7px;
width: 15px;
background: url(/fileadmin/scripts/flexcroll/scrollbases.png) -7px 0px no-repeat;
}

.scrollerjogbox {
width: 15px;
height: 15px;
bottom: 0px;
right: 0px;
background: white url(/fileadmin/scripts/flexcroll/scrolljog.png) 50% 50%;
}

