.chapterleftoff {
	background-image: url(../images/navi/off/chapter-left.gif);
	width: 7px;
	height: 32px;
	float: left;
}
.chapterrightoff {
	background-image: url(../images/navi/off/chapter-right.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 32px;
	float: left;
}
.chaptermiddleoff {
	background-image: url(../images/navi/off/chapter-middle.gif);
	background-repeat: repeat-x;
	width: 109px;
	height: 32px;
	float: left;
}
.chapterlefton {
	background-image: url(../images/navi/on/chapter-left.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 32px;
	float: left;
}
.chapterrighton {
	background-image: url(../images/navi/on/chapter-right.gif);
	background-repeat: repeat-x;
	width: 24px;
	height: 32px;
	float: left;
}
.chaptermiddleon {
	background-image: url(../images/navi/on/chapter-middle.gif);
	background-repeat: no-repeat;
	width: 109px;
	height: 32px;
	float: left;
}
.chaptermiddleon a, .chaptermiddleoff a {
	font-size: 14px;
	font-weight: bold;
}

.navitail {
	background-image: url(../images/navi/line-h.gif);
	width: 145px;
	height: 32px;
	background-position: 0 29px;
	background-repeat: repeat-x;
	float: left;
	text-align: right;
}

/* Sprachwechsel-Links: */
.navitail a {
	padding: 0;
	display: inline;
	font-weight: normal !important;
}

.langselect {
	line-height: 36px;
}

#mainnavigation {
	background-image: url(../images/navi/line-h.gif);
	background-position: 0 58px;
	background-repeat: repeat-x;
}

.articlename div {
	padding: 8px 0 0 10px;
}

