/* alle ausser IE */
.infotext
	{
	color: #7DC1F8;
	padding: 4px;
	font-size: 10px;
	font-family: Arial,Helvetica,Univers,Zurich BT;
	text-align: justify;
	text-decoration: none;
	border-color: #999999; border-width:1px; border-style:solid;
	position: absolute;
	left: 4px;
	top: 1000px;
	width: 700px;
	height: 390px;
	overflow: auto; 
	}

/* IE */
#ie .infotext
{
	color: #7DC1F8;
	padding: 4px;
	font-size: 10px;
	font-family: Arial,Helvetica,Univers,Zurich BT;
	text-align: justify;
	text-decoration: none;
	border-color: #999999; border-width:1px; border-style:solid;
	position: absolute;
	left: 4px;
	top: 1000px;
	width: 700px;
	height: 450px;
	overflow: auto; 
}
	
 .infotext h1
	{
	/*color: #0099FF;*/
	color: #0033cc;
  font-size : 12px;	
  font-weight : bold;
  font-family: Arial,Helvetica,Univers,Zurich BT;
	}

.infotext p
	{
	font-family: Arial,Helvetica,Univers,Zurich BT;
  text-decoration: none;
  color: #666666;
  font-size: 10px;
	}