/* @group Speisen */

div.speisekarte_menue {
	box-shadow: 0px 0px 5px #ccc;
	margin: 25px 25px;
	overflow: auto;
	float: left;
	width: 230px;	
}

div.speisekarte_menue div a,
div.speisekarte_menue div a:hover {
	display: block;
	border-left: 10px solid #59291D;
	margin: 0 0 1px 0;
	padding: 0 13px;	
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	background: rgba(255,255,255, 0.1);
	color: #333333;
}

div.speisekarte_menue div a:hover {
	background: rgba(255,255,255, 0.8);
}

div.speisekarte_menue div.speisekarte_active a,
div.speisekarte_menue div.speisekarte_active a:hover {
	background: rgba(255,255,255, 0.8);
	color: #59291D;
}


div.speisekarte_content {
	box-shadow: 0px 0px 5px #ccc;
	padding: 50px;
	margin: 25px 25px;
	overflow: auto;
	float: left;
	width: 570px;	
}




table.speisen tr td {
	vertical-align: top;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 1px dashed #6d1517;
	color: #6d1517;
}



table.speisen tr:first-child td {
	/*border: none;*/
}

table.speisen tr td:first-child {
	width: 50px;
}

table.speisen tr td.empty {
	width: 1px;
}

table.speisen tr td:nth-of-type(3) {
	white-space:nowrap;
	padding-left: 20px;
	
}

table.speisen tr td span,
table.speisen tr td sup {
	font-weight: normal;
	color: #000;
}

table.speisen tr td span {
	margin-right: 8px;
}

p.speisen_hinweis {
	font-size: 10px;
	margin: 20px 0 0;
}

p.speisen_zusatzstoffe {
	font-size: 10px;
}