/* kein IE */
.infowrap
	{
	color: #000000;
	font-size: 10px;
	font-family: Verdana;
	/*text-align: justify;
	text-decoration: none;*/	
	
	position: absolute;
	width: 755px;
	left: 20px;
	top:850px;
	background-color:#ffffff;
	
	}
	
/* IE */
#ie .infowrap
{	
		color: #000000;	
	font-size: 10px;
	font-family: Verdana;
/*text-align: justify;
	text-decoration: none;*/	
	
	position: absolute;
	
	width: 780px;	
	left: 20px;	
	top:830px;

	background-color:#ffffff;
	}
.infotext
	{
	display:block;

	}
.infotext h1
	{
  font-size : 10px;	
  font-weight : bold;
  
	}
.infotext p
	{
  font-size : 10px;	
  font-weight : bold;
  margin-bottom:2px;
  margin-top:2px;
  font-weight: normal;
	}	
	
.infotext a:link, .infotext a:visited
	{
	font-family: Verdana;
  text-decoration: none;
  color: #000000;
    margin-bottom:2px;
  margin-top:2px;
	}
.infotext a:hover, .infotext a:active
	{
	font-family: Verdana;
  text-decoration: underline;
  color: #000000;
    margin-bottom:2px;
  margin-top:2px;
	}

.infolink
	{
	font-family: Verdana;
  font-size : 10px;
  font-weight : normal;
  text-decoration: none;  
  color: #000000;
    margin-bottom:2px;
  margin-top:2px;
	}
