/*************************************************************************
**
** Copyright (c) by jeff (jeff@lipsia.de)
**
** Author:  jeff
**
** File:    $Date: 2022-01-14 16:17:10 +0100 (Fr, 14. Jan 2022) $
**
** Purpose: the scrollbar css
**
** Created: 2019/12/09
**
** Update:  $Date: 2022-01-14 16:17:10 +0100 (Fr, 14. Jan 2022) $
**
** Notes:
**
************************************************************************/

.scrollbar
{
	width:            15px;
	height:           50px;
	position:         relative;
	float:            right;
	margin-left:      10px;
	display:          none;
}

.scrollbar_top
{
	background-image: url(/images/scrollbar/background_top.png);
	height:           5px;
	width:            15px;
}

.scrollbar_content
{
	background-image: url(/images/scrollbar/background_middle.png);
	height:           40px;
	width:            15px;
}

.scrollbar_bottom
{
	background-image: url(/images/scrollbar/background_bottom.png);
	height:           5px;
	width:            15px;
}

.scrollbar_handle
{
	width:            15px;
	height:           30px;
	cursor:			  pointer;
}

.scrollbar_handle_top
{
	background-image: url(/images/scrollbar/handle_top.png);
	height:           3px;
	width:            15px;
}

.scrollbar_handle_content
{
	background-image: url(/images/scrollbar/handle_middle.png);
	height:           24px;
	width:            15px;
	position:		  relative;
	float:            left;
	clear:            both;
}

.scrollbar_handle_bottom
{
	background-image: url(/images/scrollbar/handle_bottom.png);
	height:           3px;
	width:            15px;
	position:		  relative;
	float:            left;
	clear:            both;
}
