@charset "utf-8"; /* CSS Document *****************************************
*       _________________   ______  __           ________________         *           
*       ___  __ \_  ____/   ___  / / /__________ ___  /_  /___  /_        *
*       __  /_/ /  / _________  /_/ /_  _ \  __ `/_  /_  __/_  __ \       *
*       _  ____// /___/_____/  __  / /  __/ /_/ /_  / / /_ _  / / /       *
*       /_/     \____/      /_/ /_/  \___/\__,_/ /_/  \__/ /_/ /_/        *
*                                                                         *
***************************************************************************            
*        Copyright: PC-Health | www.pc-health.ch | Wolfgang Wahl          *
***************************************************************************

***************************************************************************
*        CSS - Stylesheet: www.naturevit.ch                               *
***************************************************************************		 
		 
/*#########################################################################
---- RollTips -------------------------------------------------------------
#########################################################################*/

div#rolltipDiv {
	position: absolute; 
	visibility: hidden;
	left: 0; 
	top: 0; 
	width: 130px;
	z-index: 100000;
	padding: 5px; 
	font-size: 11px;
	background-color: #d9ecfb; 
	border:1px solid #ccc;
	color: #333;
	opacity: 0.8;
}
  
