/*****************/
/*   SIDE MENU   */
/*****************/
.sideMenu {
	clear:both;
	float: left;
	width: 15.8em;
	height: 60em; /** Höhe der Seite **/
	margin:0em;
	padding: 0em;
	border-right: solid 0.1em rgb(200,200,200);
}

.sideMenu ul {	
	width: 15.8em;
	float: left;
	list-style: none;
	margin: 0em;
	padding: 0em;	
}	

.sideMenu li {
	margin: 0em;
	padding: 0em;
}

.sideMenu li.left-nav-buffer_top {
	display: block;
	text-align: left;	
	margin: 0em;
	padding: 0.3em 0.7em 0.9em 0.6em;
	background-color: inherit;
	color: rgb(50,50,50);
	text-transform: none;
	font-weight: bold;
	height: 5em;
}

.sideMenu li.left-nav-buffer_bottom {
	display: block;
	text-align: left;	
	margin: 0em;
	padding: 0.3em 0.7em 0.9em 0.6em;
	border-bottom: 0.3em solid #FFFFFF;
	background-color: inherit;
	color: rgb(50,50,50);
	text-transform: none;
	font-weight: bold;
	height: 5em;
}

.sideMenu li a {
	display: block;
	text-align: left;	
 	padding: 0.7em 0.7em 0.2em 0.6em;
	background-color: inherit;
	color:#5F5F5F;
	text-decoration: none;
	height: 1.5em;
	font-size: 1.1em;
}

.sideMenu a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}
