.fenster{
	width:150px;
	background-color: #ffffff; 
	margin: 10px 5px 0 5px;
	text-align:left;
	padding:0;


}
.fensterkopf{
	background-color: #ffffff; 
	padding: 0 5px;

	font-family:arial,sans-serif;

	font-weight:bold;
	color: #A3B48C;

}
.fensterinhalt{
	background-color: #ffffff; 
	padding: 5px;

	font-family:Helvetica,sans-serif;
	font-size:0.90em;
	font-weight:normal;
		line-height:1.0em;
	color: #707070 ;
}
.fensterinhalt a{

	/*background-image: url("img/linkpfeil.gif");
	background-position: 3px 5px;
  background-repeat: no-repeat;
  padding-left: 16px;
  */
	text-Decoration: underline;
	color: #707070 ;
	
}

.fensterinhalt a:hover{
	text-Decoration: underline;
	font-weight:bold;
	color: #707070 ;
}
.fensterinhalt a:visited{
	text-Decoration: underline;
	color: #707070 ;}

.fensterinhalt img{
	width:60px;
	margin:0 4px 0 0;
	float:left;
}
.fensterinhalt p{
	line-height:1.1em;
	padding:0;
	margin:0 0 8px 0;

}
