/***************************************************
CSS Stylesheet by PowerTouch GmbH
websites:	Finanzplatz Zug Magazin
date:		29.12.2009
creator:	thomas hurni
***************************************************/

body {
	margin:0px 0px 0px 0px;
	background-image: url(/images/raster.jpg);
	background-repeat: repeat;
	/*background-image: url(../pics/bg_blau.jpg);
	background-repeat: repeat-x;*/
}
.color {
	background-color: #ffffff;
}
	
.titel {
	font-family:Arial;
	font-size: 11pt;
	color:#555554;
	font-weight:normal;
}
.referenzen {
	font-family:Arial;
	font-size: 8pt;
	color:#9c9e9f;
	font-weight:normal;
}
a:link {
	color: #555554;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #555554;
}
a:hover {
	text-decoration: none;
	color: #555554;
}
a:active {
	text-decoration: none;
	color: #555554;
}


/********************************************/
#lightbox{
	background-color:#000000;
	padding: 10px;
	border-bottom: 0px solid #666;
	border-right: 0px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
/********************************************/
#overlay{ background-image: url(../Scripts/overlay.png); 
}


* html #overlay{
	background-color: #000000;
	background-color: transparent;
	background-image: url(../Scripts/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../Scripts/overlay.png", sizingMethod="scale");
	}
/********************************************/

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-style: bold;
border-bottom:0px dotted ;
}
 
a.tooltip:hover {
background: transparent;
z-index: 100;
}
 
a.tooltip span {
display: none;
text-decoration: none;
}
 
a.tooltip:hover span {
display: block;
position: absolute;
top:0px;
left: 0px;
width: 0px;
z-index: 0;
color: #ffffff;
border: 0px solid;
border-color: #ffffff #ffffff #ffffff #ffffff;
border-left: 0px solid #ffffff;
padding: 0px 0px 0px 0px;
background: transparent;
font-family:  Arial, Helvetica, Sans-serif;
font-style: Normal;
text-align: left;
font-size: 12px;
}
