/* Speisekarten */

body {
	background-color: white;
	margin: 20pt 20pt 0 30pt;
	overflow: visible;
}

#speisekartenausgabe {
	display: block;
	visibility: visible;
	padding: 0;
	margin: 0;
}

.ku {
	page-break-after: avoid;
}

.speisenheader1 {
	padding: 0 0 30pt 0;
	margin: 0;
	font-family: 'times new roman', times;
	font-style: italic;
	font-size: 24pt;
	font-weight: bold;
	text-decoration: underline;
	color: black;
	page-break-after: avoid;
}

.speisenheader {
	padding: 0 0 30pt 0;
	margin: 0;
	font-family: 'times new roman', times;
	font-style: italic;
	font-size: 24pt;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

.speisenlinks {
	padding: 0 0 30pt 0;
	margin: 0;
	font-family: 'times new roman', times;
	font-style: italic;
	font-size: 15pt;
	color: black;
}

.speisenlinks strong {
	page-break-after: avoid;
}

.speisen {
	width: 100pt;
	padding: 0 0 30pt 0;
	margin: 0;
	font-family: 'times new roman', times;
	font-style: italic;
	font-size: 15pt;
	color: black;
	orphans: 0;
	widows: 0;
	page-break-before: avoid;
}

/* Webseitenausdruck */

.print {
	display: none;
}

#content:before {
	content:url(/pics/logo/joes-hasen-logo.png);
}

#content
{
	display: block;
	padding: 20pt 0 0 0;
}

.texte
{
	color: black;
	font-family: "times new roman", times;
	padding: 0;
	font-size: 13pt;
}