/* Start of CMSMS style sheet 'Binder : Menü' */
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	display: inline;
}

#navigation ul a {
	text-decoration: none;
	display: block;
	padding: 0.6em 1em;
	color: #221b25;
	border-top: 5px solid #e4cfed;
	font-size: 1.05em;
	background: #efe3f5;
	vertical-align: bottom;
}

#navigation ul a:hover {
	background-color: #f4edf8;
}

#navigation ul li.currentpage a, #navigation ul li.currentpage a:hover, #navigation ul ul li.currentpage a {
	background-color: #fff;
}

#navigation ul ul a, #navigation ul li.currentpage ul a {
	margin-left: 1em;
	padding: 0.2em 0.5em 0.2em 15px;
	background: #f4edf8 url("uploads/pfeil.png") no-repeat 5px center;
	font-size: 0.9em;
	border-top-width: 2px;
}

#navigation ul ul a:hover, #navigation ul li.currentpage ul a:hover {
	background: #f7f2fa url("uploads/pfeil.png") no-repeat 5px center;
}

#navigation ul ul ul a, #navigation ul ul li.currentpage ul a {
	margin-left: 2em;
	padding: 0.1em 0.5em 0.1em 20px;
	background: #f4edf8 url("uploads/kasten_hover.png") no-repeat 5px center;
	border-top-width: 1px;
}

#navigation ul ul ul a:hover, #navigation ul ul li.currentpage ul a:hover {
	background: #f7f2fa url("uploads/kasten_hover.png") no-repeat 5px center;
}

#navigation li.activeparent > a {
	font-style: italic;
}

#navigation h2 {
	padding: 0.6em 1em;
	margin: 0;
	font-size: 1em;
	font-family: sans-serif;
	font-weight: bold;
	border-bottom: 1.5em solid #e4cfed;
	background: #efe3f5 url("uploads/blatt_klein.png") no-repeat center right;
}
/* End of 'Binder : Menü' */

