/* Dropdown Button */
.dropbtn {
  background-color: #000;
  color: white;
  height: 30px;
  font-size: 1em;
  border: none;
  cursor: pointer;
  padding: 5px 20px 3px 5px;
  text-transform: uppercase;
  font-weight: bold; 
}

/* Dropdown button on hover & focus */
.dropbtn:hover {
  background-color: #F00;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  font-size: 12px;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding-right: 5px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

#navcontainer { 
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 5px;
	list-style-type: none;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}

#navcontainer a, span {
	display: block;
	padding: 3px;
	padding-left: 5px;
	background-color: inherit;
	border-bottom: 1px solid #42432d;
	border-right: 1px solid #42432d;
	border-left: 1px solid #42432d;
	text-transform: uppercase;
	font-weight: bold;
}

#navcontainer a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
}

#navcontainer a:hover, span:hover {
	background-color: #F00;
	color: #fff;
	text-decoration:none;
	cursor:pointer;
	font-weight: bold;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

dd {
	position: absolute;
	z-index: 100;
	margin-left: 165px;
	margin-top: -21px;
	width: 350px;
	background-color: #f1f1f1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.oben {
	border-top: 1px solid #42432d;
}

#smenu3 {
	position: absolute;
	z-index: 100;
	margin-left: 165px;
	margin-top: -220px;
	width: 350px;
	background-color: #f1f1f1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	/* border-left: 1px solid #42432d; */
}
.XulMenu li {
	z-index: 200;
}
