#sitemap{
margin-bottom: 50px;
border: 0;
border-collapse: collapse;
}

#sitemap a{ text-decoration: none; color: #F05B20;}
#sitemap a:hover{ text-decoration: underline;}
#sitemap td{vertical-align: top; width: 180px;  text-align: left}
#sitemap h2 { font-size: 115%;   background: #99CC00; 
padding-left: 15px;	
background-image: url('../images/pfeil_orange.gif');
background-position: 5px 50%;
background-repeat: no-repeat;  
margin: 0 0 5px 0;
}
#sitemap h2 a{color: #fff}
#sitemap .item {border: 1px solid #B3B3B3; padding: 3px; margin: 0px 10px 10px 0; width: 180px;}
#sitemap th{	
	background: #5E8F1F;
	text-align: center;
height: 140px;
width: 170px;
padding: 10px;
vertical-align: bottom;
}

td .entry{
padding: 10px 5px 10px 5px;
border-bottom: 1px dashed #B3B3B3;
}

#sitemap .entry a{
display: block;
	text-align: right;	
	margin: 5px 0px 5px 0;
	
padding-left: 10px;	
background-image: url('../images/pfeil_orange.gif');
background-position: 40px 50%;
background-repeat: no-repeat;

}

