/* alle ausser Internet Explorer */
.infotext
{
	padding: 20px;
	font-size: 10px;
	font-family: Arial;
	text-align: left;
	text-decoration: none;
	border-color:#aaaaaa; border-width:1px; border-style:solid;
	position: absolute;
	left: 50%;
	top: 700px;
	width: 600px;
	margin-left:-322px;

	overflow: auto; 
	margin-bottom:20px;
}	
/* Internet Explorer */
#ie .infotext
{
	top: 800px;


	overflow: auto; 
	margin-bottom:20px;
}	
	
.infotext h1
{
	color: #990000;
	font-size : 12px;	
	font-weight : bold;
	font-family: Arial;
}

.infotext p
{
	font-family: Arial;
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}

.infotext strong
{
	font-style:italic;
}
