/* alle ausser Internet Explorer */
.infotext
{
	padding: 20px;
	font-size: 10px;
	font-family: Arial,Helvetica,Univers,Zurich BT;
	text-align: left;
	text-decoration: none;
	border-color:#999999; border-width:1px; border-style:solid;
	position: relative;
	
	top: 30px;

}	
/* Im Internet Explorer anders: */
#ie .infotext
{

	left: 0%;
	top: 20px;

	margin-left:-0px;
}	
	
.infotext h1
{
	color: #999999;
	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;
}