#list1  {
	width: 397px;	
	font-family: verdana;
	margin:  0px;
	padding: 0px;
	border: none;
}

#list1 div { height: 130px;}

#list1 p {
	border: none;
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
	line-height: 1.5em;
	margin: 0px;
	padding: 10px 10px 10px 30px;
	background-color: white;
	overflow: hidden;
}

#list1 h3 {
	cursor:pointer;
	display:block;
	padding: 5px 5px 5px 30px;
	margin: 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-color: #eee;
    background-image: url(../images/pfeil_rechts.gif);
    background-repeat: no-repeat;
    background-position: left center;
	border-bottom: 2px solid white;
}
#list1 h3:hover {
	color: #333;
	background-color: #ddd;
  	background-image: url(../images/pfeil_unten.gif);
  	background-repeat: no-repeat;
  	background-position: left center;
}
#list1 h3.selected {
	color: white;
	background-color: #004494;
	border-bottom: 0;
	font-weight: bold;
  	background-image: url(../images/pfeil_unten.gif);
  	background-repeat: no-repeat;
  	background-position: left center;
}