#navigation {
	font-size: 10px;
	width: 178px;
	/*height: 359px;*/
	height: 275px;
	border-right: 1px solid #d8d8d8;
	/*background-image: url('../images/navibg.png');
	background-repeat: repeat-x;*/
	background-color: #f7f7f7;
	overflow: hidden;
}

#navigation li {
	position: relative;
	cursor: pointer;
	background-color: #f7f7f7;
}

#navigation div {
	height: 0;
	overflow: hidden;
	background-image: url('../images/navibg2.png');
	background-repeat: repeat-x;
}

#navigation li:hover div.nojs {
	height: 49px;
}

/* geht nicht ohne js, da menü nicht mehr geschlossen wird */
/*
#navigation div.active {
	height: 49px;
}
*/

#navigation h5 {
	padding: 3px 0 3px 10px;
	font-size: 10px;
	height: 11px;
	border-bottom: 2px solid white;
}

#navigation a {
	display: block;
	text-decoration: none;
	color: #666666;
}

#navigation li.active h5 a, #navigation li:hover h5 a {
	color: #196084;
}

#navigation div a {
	color: #666666;
	padding: 12px 10px 6px 11px;
	height: 29px;
	border-bottom: 2px solid white;
	overflow: hidden;
}