li {
	list-style:none;
}



/* ====  MENÜBEREICH =========================================   */


.menu {
	background-color: #2a2a2a;
	width:300px;
	height:100%;
	padding-top:15px;
}



a {
	color: #fff;
	text-decoration: none;
}

.menu a:hover {
	color: #fff;
	text-decoration: none;
}



/* ============= überschrift ============================== */

.menu-header ul {
height:40px;

}


.menu-header ul {
	margin-top:-20px;
	border-bottom: 1px solid #2a2d2f;
	padding: 30px 0 30px 0;
	background-color:#3f3f3f;
}

/* menueueberschrift */

.menu-header a {
	margin-left:85px;
	font-size:150%;
	font-weight:600;
	color:#fff;
}

.menu-header li a:hover {
	color:#3ad14d;
}

.menu-section-list {
	margin-top:10px;
	padding:0;
	margin-left: 0px;
	list-style:none;
	overflow:hidden
}

.menu-section-list img {
	margin-left:-5px;
}


/* ============= hauptmenu ============================== */
.menu-section-list li {
	list-style:none;
	background: #3f3f3f;
	border-bottom: 1px solid #525252;
}


.menu-section-list ul li:last-child {
	border-bottom:0px solid;
}

.menu-section-list a {
	padding:0 0 0 5px;
	margin:0;
	line-height:28px;
	font-size:17px;
	color: #fff;
	display: block;
}


.menu-section-list li a:hover {
	background-position: 100px 50%;
	background:#A0A0A0;
	color:red;
}




/* ============= Submenu ============================== */
.menu-section-list li ul li a {
	font-size:14px;
	color: #fff;
	padding-left:30px;
}

.menu-section-list li ul li {
	margin-left:-55px;
	list-style:none;
	background: #525252;
	border-bottom: 1px solid #444444;
}


.menu-section-list li ul li :hover{
	background: #C8C8C8;
}



