#subnav ul {
	border: 0;
}

#subnav ul ul, #subnav ul.visible {
	border-top: 1px solid #ccc;
}

#subnav .subnav-title {
}

#subnav li {
	padding: 0;
	border-bottom: 0;
}

#subnav ul ul li, #subnav ul.visible li {
	padding: 4px 0;
	border-bottom: 1px solid #ccc;
}

#subnav ul a, #subnav ul .a {
	display: none;
}

#subnav ul ul a, #subnav ul.visible a, #subnav ul ul .a, #subnav ul.visible .a {
	display: block;
}


/* PROJEKTÜBERSICHT */

table tbody th {
	font-weight: normal;
}

table tbody th a {
	background: none;
	padding: 0;
	font-weight: bold;
}

table tbody th a:hover {
	background: none;
}

span.status {
	color: #666;
}


/* PROJEKTDETAILSEITE */

div.ort {
	margin-top: 0.3em;
}