h1.image {
	clear: both;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
	background-color: #CCCCCC;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 1px 1px;
	padding: 3px;
	orphans: 4;
	widows: 4;
}
div.rahmen {
	margin: 0px;
	orphans: 4;
	widows: 4;
}
div.image {
	margin: 0px 10px 20px 10px;
	orphans: 4;
	widows: 4;
}
div.rahmen div.image {
	text-align: center;
	float: left;
	width: 150px;
}
ul.neues {
	list-style-type: square;
	list-style-image: url(icons/listelem.gif);
	margin-left: 15px;
	vertical-align: middle;
	clear: both;
	display: block;
}
@media print {
  div.neues {
  	display:none;
  }
}
