@media all
{
	ul.tagnav {
		list-style-type: none;
		padding: 0;
		margin: 15px
			0px
			0px
			0px;
	}

	ul.tagnav li {
		float: left;
		display: block;
		list-style-position: inside;
		margin: 0
			0
			12px
			0;
		padding: 0
			0
			0px
			0;
	}

	ul.tagnav li.last {
		float: right;
	}

  table.menu {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	border-collapse: separate;
	border-spacing: 1px 1px;
  }

  table.menu a.anker {
	color: inherit;
	text-decoration: none;
  }

  table.menu td {
  }
	
  table.menu td {
	padding: 4px
		10px
		1px
		10px;
  }

  table.menu td.headline {
	background-color: none;
	padding-right: 0px;
  }

  table.menu td.gericht {
	width: 110px;
	text-align: right;
	padding-right: 15px;
	color: white;
	font-weight: bold;
	background-color: #00548e;

  }

  table.menu td.beschreibung {
	width: 460px;
	background-color: #d7d7d7;
	background-color: #f0f0f0;
  }

  div.zusatzstoffe td span.fleischlos,
  table.zusatzstoffe td span.fleischlos,
  table.menu td span.fleischlos,
  div.zusatzstoffe td span.vegan,
  table.zusatzstoffe td span.vegan,
  table.menu td span.vegan {
	display: block;
	float: left;
	width: 28px;
	height: 17px;
	overflow: hidden;
  }

  table.menu td span.fleischlos,
  table.menu td span.vegan {
	margin-left: 10px;
  }

  div.zusatzstoffe span.fleischlos span,
  table.zusatzstoffe td span.fleischlos span,
  table.menu td span.fleischlos span {
	display: block;
	width: 28px;
	height: 17px;
	background-image: url(../../elemente/speiseplan/fleischlos2.gif);
	background-repeat: no-repeat;
  }

  div.zusatzstoffe span.vegan span,
  table.zusatzstoffe td span.vegan span,
  table.menu td span.vegan span {
	display: block;
	width: 14px;
	height: 17px;
	background-image: url(../../elemente/speiseplan/vegan_14x17.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
  }

  div.zusatzstoffe td span.fleisch,
  table.zusatzstoffe td span.fleisch,
  table.menu td span.fleisch {
	display: none;
	float: left;
	margin-left: 10px;
	width: 28px;
	height: 17px;
	overflow: hidden;
  }

  div.mensamenue {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #d7d7d7;
  }

  div.mensamenue ul {
	list-style-type: none;
	margin: 8px
		0px
		10px
		16px;
	margin-left: 16px;
	padding: 0;
  }

  div.mensamenue ul li {
	list-style-position: inside;
	margin: 0 0 4px 0;
	padding: 0;
  }

  div.mensamenue ul li a {
	/*font-weight: bold !important;*/
	color: #666 !important;
  }

}

