/*
 * -----------------------------------------------------------
 * @section Navigation
 * -----------------------------------------------------------
 */
#containerNavi {
	height: 44px;
	width: 1002px;
}
#navLevel1,
#navLevel2 {
	height: 21px;
	width: 1002px;
	border-top: 1px dotted #666666;
}

#navLevel1 ul,
#navLevel2 ul {
	list-style-image: none;
	list-style-type: none;
}

/* Level 1 */
#navLevel1 ul li {
	float: left;
	height: 22px;
	width: 184px;
	border-left: 1px dotted #666666;
	padding-left: 5px;
	margin-left: 10px;
}
#navLevel1 ul li div {
	position: absolute;
	height: 23px;
}
#navLevel1 ul li div a {
    line-height: 20px;
}
#navLevel1 ul li div a:hover {
    color: #000000 !important;
}

/* Level 2 */
#navLevel2 {
	line-height: 20px;
}
.subNav {
	display: none;
	height: 20px;
	width: 970px;
	padding-left: 16px;
}

#navLevel2 a:hover {
	color: #000000;
}

/* Auszeichnungen und anderes */
.block {
	display: block;
}

.highlightBold {
	font-weight: bold;
}

.highlightColorBlack {
	color: #000000 !important;
}
