#contentlist .item {
  width:39.42em;
  padding:0;
  margin:0em 0em 2.2em 0em;
}

#contentlist .item-download {
    width: 39.42em;
    padding: 0;
    margin: 0.5em 0;
}

#contentlist .item-download a {
  background: url('/gfx/rightbox_arrow.gif') left center no-repeat;
  text-decoration:none;
  margin:0.25em 0.50em 0.25em 0em;
  padding-left:1.5em;
  color:#C00F0F;
}

#contentlist .item-download a:hover {
    text-decoration: underline;
    }

#contentlist .item h3 {
  font-size:1em;
  font-weight:bold;
  color:#C00F0F;
  margin:0.50em 0.50em 0.25em 0em;
  padding:0em;
}

#contentlist .item img {
  display:block;
}
#contentlist .item p {
  margin:0.25em 0.50em 0.25em 0em;
  padding:0em;
  text-align:left;
}
#contentlist .item a {
  background-image:url('/gfx/rightbox_arrow.gif');
  background-repeat:no-repeat;
  background-position:left center;
  text-decoration:none;
  margin:0.25em 0.50em 0.25em 0em;
  padding-left:1em;
  color:#C00F0F;
}
#contentlist .item a:hover {
	text-decoration: underline;
}
#contentlist .item a:hover h3 {
	text-decoration: underline;
}

/* Klasse fuer verlinkte Bilder, Ueberschriefte, etc. */
#contentlist .item a.empty {
	background-image: none;
	margin: 0;
	padding: 0;
}
#contentlist .item a.empty img {
	border: 0;
}
