/* Stylesheet für Kunden des clicktocall24 - Systems */
.openbox{ /* <div>-Tag für den Berater-iFrame, versteckt, wird per click mittels Javascript sichtbar */
	border: 1px solid #311B0E; 
	background-color: #EEEEEE;
	display: none;
	position: absolute; 
	left: 1px; top: 1px;
	box-shadow: 5px 5px 20px #5C8DB6;
	-moz-box-shadow: 5px 5px 20px #5C8DB6;
	-webkit-box-shadow: 5px 5px 20px #311B0E;

	/* ------------ For IE 8 ----------------------------------------------------------------------- */
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#5C8DB6);
	/* ------------ For IE 5.5 - 7 ----------------------------------------------------------- */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=150, Color=#5C8DB6);
}
.obh1{ /* Höhe <div>-Tag für den Berater-iFrame img-Lösung */
	width:585px;
	height: 395px;	
}
.obh2{ /* Höhe <div>-Tag für den Berater-iFrame span-Lösung */
	width:585px;
	height: 420px;	
}
.headSolImg{
	position:absolute; 
	left:540px; top:5px;	
}
.headSolSpan{
	text-align:right; 
	height:15px; 
	padding:5px 5px 5px 0px; 
	background-color:#5C8DB6;
}
.clickImg {
	width: 100px;
	height: 45px;
	border: none;
	cursor: pointer;
}
.clickImg_gross {
	width: 200px;
	height: 90px;
	border: none;
	cursor: pointer;
}
.clickSpan {
	text-decoration: underline;
	cursor:pointer;
}

.weiss {
	font-size: 1.0em;
	color: #FFFFFF;
}
.blau_fett {
	font-size: 1.0em;
	font-weight: 900;
   color: #264c7b;
}
.rot_fett {
	font-size: 1.0em;
	font-weight: 900;
   color: #ff0000;
}
.gruen_fett {
	font-size: 1.0em;
	font-weight: 900;
   color: #006600;
}
