UL     {
	cursor: hand;
	left : 0;
	margin-left : 0;
	margin-bottom : 0;
	margin-top : 0;
	font-family : inherit;
	font-size : 11;
	color: #1F65E2;
}
LI {
	list-style: none;
	display:none;
	cursor : text;
	color: #1F65E2;
}
UL.showList  LI {
	display: block;
	list-style: none;
	font-weight : lighter;
	color : #1F65E2;
}

.defaultStyles UL    {
	color: #1F65E2;
	}
UL.defaultStyles LI { display: none; 
 		font-weight : lighter;
		color: #1F65E2;
}
A {
	font-family : inherit;
	font-size : 11;
	color : #1F65E2;
	text-decoration : none;
}
A:HOVER {
	text-decoration : underline;
}

.image_bericht {
  border-width : 1;
  border-left: solid #000000 1px;
  border-right: solid #333333 1px;
  border-top: solid #000000 1px;
  border-bottom: solid #333333 1px;
}
