body, html{
	margin-left: 3.6em;
	margin-top: 0;
    text-decoration: none;
	vertical-align: center;
	font-family: Roboto, Arial, sans-serif;
    line-height: 1.5;
	font-size:12px;
}

a {
	text-decoration:none;
	color: black;
	margin-right:5px;
}


ul, li {
	list-style: none;
	margin-top: 0;
	background: #ececec;
	/*list-style-image: url('../gif/b2.gif');*/
}
#nav li {
	padding: 2px 2px 2px 15px;
	cursor: default;
}
#nav ul {
	display: none;
}

#nav li.gruppe  {
	padding-right:1px;
}

.aufgeklappt {
	display: block;
}

.aktiv {
	font-weight: bold;
}

a {
    color: #000000;
    text-decoration: none;
}
#nav a:hover {
	 color: #a40000;
	
}

#nav a:focus,
#nav a:active {   
  font-weight: bold;
  color: #a40000;
}

a.kw {
    color: #a40000;
    font-size:14px;
    font-weight: bold;
    text-decoration: none;
}

li.gruppe > ul {
padding-left:20px;
} 
 