#downloads { 
  width:100%;
  margin-top: 10px;
}

#downloads div.outerCatWrap  {
  padding: 0;
  margin: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

#downloads div.catWrap  {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #f5f5f5;
}

#downloads div  {
	padding: 8px;
}

#downloads p {
  padding-left: 12px;
  padding-bottom: 3px;
}

#downloads img {
  padding-right: 3px;
  height: 16px;
  width: 16px;
}

#downloads a.head {
	cursor:pointer;
	margin:0px;
	padding:2px 0px 0px 20px;
	text-decoration: none;
	font-weight: bold;
  background: url(../images/pfeil_runter.jpg) no-repeat top left;
}
#downloads a.head:hover {
}
#downloads a.selected {
	background: url(../images/pfeil_hoch.jpg) no-repeat top left;
}
.mittig  { vertical-align:middle; }


