@charset "utf-8";
/* CSS Document */

/* alle ausser Internet Explorer */
.infotext
{
	position:absolute;
	top:660px;
	left:50%;
	width:810px;
	margin-left:-405px;
	font-family:Arial,Verdana,Helvetica;
	color:#584638;

}	
/* Im Internet Explorer anders: */
#ie .infotext
{

}	
	
.infotext h1
{
	color: #584638;
	font-size : 12px;	
	font-weight : bold;
	
}

.infotext p
{
	
	text-decoration: none;
	color: #584638;
	font-size: 12px;
}
