.fenster{
	width:190px;
	background-image:url(img/weiss.png);
background-repeat: repeat;
	margin: 0 10px 10px 10px;
	text-align:left;
	padding:0;
	font-size:90%;
	border: 2px solid #CC9900;

}
.fensterkopf{

	padding: 0 5px;

	font-family:"Times New Roman", Times, serif;

	font-weight:bold;
	color: #02344F;

}
.fensterinhalt{
	
	padding: 5px;

	font-family:"Times New Roman", Times, serif;
	font-size:0.80em;
	font-weight:normal;
		line-height:1.0em;
	color: #000066 ;
}
.fensterinhalt a{

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

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

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

}

