/* Links sollen nicht unterstrichen sein. */
#navLinks a {
	text-decoration: none;
}
/* Links sollen beim Hover fett werden. */
#navLinks a:hover,
#navLinks a.aktiv {
	font-weight: bold;
}

#navLinks div.ueberschrift,
#navLinks div.level3,
#navLinks div.level4 {
	padding: 2px 3px 2px 3px;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: solid; 

	border-right-width: 1px;
	border-right-style: solid;
}

#navLinks div.ueberschrift {
	height: 17px; /* 17 + 2 + 2 = 21 */
	line-height: 17px;
	vertical-align: middle;
	width: 153px; /* 155 + 3 + 3 + Rahmen = 161 */
	white-space: nowrap;
}

#navLinks div.ueberschrift a.level2 {
	font-weight: bold;
	text-decoration: none;
}	

#navLinks div.level4 {
	width: 149px;
	padding: 2px 3px 2px 7px;
}

/* Eine Linie zwischen den Level 3 Einträgen. */
#navLinks div.linie {
	height: 1px;
	overflow: hidden;
	background-image: url(pics/linie.gif);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid; 

	border-right-width: 1px;
	border-right-style: solid; 

}

/* Runde Ecken. */
#navLinks div.unten {
	height: 2px;
	overflow: hidden;
	background-image: url(pics/navi_links_unten.gif);
	background-repeat: no-repeat;
}