.menu {
  background-color: #F6F6F0;
  border: 1px solid;
  border-color: #5DAE9A;
  padding: 0px;
  position: absolute;
  text-align: left;
  visibility: hidden;
}

a.menuItem {
  background-color: transparent;
  color: #333333;
  cursor: ;
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  margin: 6px;
  padding: 2px;
  padding-left: 7px;
  padding-right: 3px;
  text-decoration: none;
  white-space: nowrap;
}

a.menuItem:hover {
  background-color: #E9E9D9;
  color: #5DAE9A;
}

.menuItemSep {
  border-bottom: 0px solid #f0f0f0;
  border-top: 0px solid #808080;
  margin: 3px 4px 3px 4px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	line-height: 16px;
}
.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5DAE9A;
	font-style: normal;
	line-height: 16px;
	text-transform: uppercase;
}
.angebot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C01A1A;
	font-style: normal;
	line-height: 16px;
	text-transform: uppercase;
}
