/*
'	$Id: scroller_hilfe.css 1481 2007-10-21 18:18:33Z bernd $
'	$Date: 2007-10-21 20:18:33 +0200 (So, 21 Okt 2007) $
'	$HeadURL: svn://server01/Fiat/trunk/meta/inc/scroller_hilfe.css $
'	$Revision: 1481 $
'
'	Name:		
'	Funktion:	css für 
'
'	Aufruf:		-
'				
'	Projekt:	Fiat: CC-Relaunch 2004
'	Copyright:	(C) 2004 Arc Worldwide Frankfurt
'
'	Autor:		Arc Interactive, Hamburg
'				
'	Änderungen:	21.10.2007, BOH
'
'
'*/
/* 
	Styles for SCROLLER (scrolling layers)
	1. Specify width and height, top and left in "hold" and "wn", and in clip for "wn"
	2. Specify width and height, top and left in "scrollbar" and "track"
*/

div#scroller_hilfe_hold
{
	border:0px solid black;
	position:relative; 
	overflow:hidden;
	z-index:100;

	/* #### EDIT BELOW #### */
	top:60px;
	left:25px;
	width:450px; 
	height:600px; 
	/* #### EDIT ABOVE #### */
}

div#scroller_hilfe_wn
{
	border:0px solid black;
	position:absolute;
	overflow:hidden;
	z-index:1; 
	
	/* #### EDIT BELOW #### */
	top:10px;
	
	width:450px;
	height:560px;
	clip:rect(0px, 450px, 600px, 0px);
	/* #### EDIT ABOVE #### */
}

div#scroller_hilfe_scrollbar { 
	border:0px solid black;
	position:relative;
	font-size:1px; 
	z-index:1;

	/* #### EDIT BELOW #### */
	top:50px;
	left:55px;
	width:11px;
	height:560px;
	/* #### EDIT ABOVE #### */
}

div#scroller_hilfe_track { 
	border:0px solid black;
	position:absolute;
	background: url("../../img/pix_hg.gif") repeat;
	z-index:1;
	/* #### EDIT BELOW #### */
	top:3px;
	left:1px;
	width:11px;
	height:554px;
	/* #### EDIT ABOVE #### */
}

/* Ab hier sollte nichts mehr zu editieren sein. */
div.scroller_hilfe_content
{ 
	border:0px solid black;
	position:absolute;
	visibility:hidden;
	left:0px; top:0px;
	z-index:1;
}

div#scroller_hilfe_dragBar {
	border:0px solid black;
	position:absolute; 
	width:9px; 
	height:20px;
	left:-1px; 
	top:1px;
	background-color:#706C4D;
	z-index:1;
}

div#scroller_hilfe_up {
	position:absolute;
	left:0; top:0;
	z-index:2
}

div#scroller_hilfe_down {
	position:absolute;
	left:0; bottom:0;
	z-index:3
}
/*	       END $Id: scroller_hilfe.css 1481 2007-10-21 18:18:33Z bernd $ END   '*/
