/** *********************************************************************
 * Beschreibung:
 *
 * @example /pfad/datei.php Beispiel
 *
 * @package
 * @todo
 *
 * @version $$Revision$$
 * @author MM
 *
 * @modifiedby    $$User$$
 * @lastmodified  $$Date$$
 *
 * Erstellt am: 14.03.2009 13:05:51
 * Erstellt von: MM
 *
 * @copyright Copyright 2003-2009 cReal. Alle Rechte vorbehalten.
 *
 * ********************************************************************** */

div#topScrollBar	{display:none;}

/* below in external file */
#topScrollWindow		{overflow:hidden;}
/* position:absolute;left:50%;top:0px;width:606px;margin-left:-303px;height:152px; */

div#topScrollBar	{position:absolute;height:19px;display:block; /* display:none initially */ font-size:1px;  /* so no gap or misplacement due to image vertical alignment */width:606px;}
div#left_top 		{position:absolute;width:31px;left:0px; top:0;height:19px;z-index:1;}
div#right_top 		{position:absolute;width:31px;right:0; top:0;height:19px;z-index:1;}
div#track_top 		{position:absolute;left:31px;top:0;background-image:url(../img/layout/scrollbar_produkte/elements/scrollbar.png);height:19px;background-repeat:repeat-x;z-index:0;width:558px;}
div#track_area_top	{position:absolute;left:24px;top:0;height:19px;z-index:2;}
div#dragBar_top		{position:absolute;height:15px;width:141px;background-image:url(../img/layout/scrollbar_produkte/elements/scroller.png);background-repeat:no-repeat;z-index:2;}
#lyr1 td            {padding-top:13px;}

/* for safari, to prevent selection problem  */
div#topScrollBar, div#track_top, div#dragBar_top, div#left_top, div#right_top {-moz-user-select: none; -khtml-user-select: none;}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#topScrollBar img {display:block;}