@media screen {
	* { font-size: 100%; margin: 0; padding: 0; }
	html, body { text-align: center; }
	body { font-size: 101%; font-family: Georgia, "Times New Roman", Times, serif; background-color: #dedede; text-align: center; margin-right: auto; margin-left: auto; word-wrap: break-word; }
	/*Oben*/
	#gesamt { width: 900px; text-align: left; margin-right: auto; margin-left: auto; }
	#logo { position: absolute; top: 0; left: 50%; width: 150px; height: 177px; z-index: 10; visibility: visible; margin: 0 0 0 295px; padding: 0; display: inline; }
	#kopf, #inhalt, #fuss { margin: 0; padding: 0; }
	#kopf { color: #fff; background-color: #1f124d; text-align: right; vertical-align: bottom; width: 100%; height: 160px; z-index: 1; margin: 0; padding: 0; border-bottom: 1px solid #f4ef6c; }
	#kopf h1 {  }
	/**/
	#Grafik_unten{text-align: right;width: 153px;height: 29px;float: right;margin: 0 11px 0 0;padding: 0;}
	#inhalt { text-align: left; margin-top: 0; margin-bottom: 3%; }
	.speisekarte { color: #fff; width: 144px; height: 25px; float: right; margin: 0 40px 20px 0; padding: 0; }
	.dsR3 /*agl rulekind: base;*/ { width: 150px; height: 177px; }
	#inhalt h1 { color: #e46f31; font-size: 133%; text-align: center; margin: 2em 1em 1em 0; padding: 0; }
	#inhalt h2 { color: #e46f31; font-size: 119%; text-align: left; }
	#inhalt p { color: #020000; line-height: 1.5em; text-align: justify; }
	/**/
	#fuss { color: #fff; background-color: #1e124d; text-align: center; width: 100%; height: 33px; float: left; clear: both; margin: 0; padding: 3px; border-top: 1px solid #f4ef6c; }
	address { font-size: 75%; word-spacing: 0.5em; letter-spacing: 0.2em; margin: 2px; padding: 0; }
	.skip {position: absolute;	left: -1000em; width: 20em;}
}
@media print {
	body {
background: #fff !important;
color: #000;
font: 12pt Georgia, "Times New Roman", serif; /* Zeichensatz auf Serifen umstellen */
text-align: justify; /* Blocksatz */
quotes: "\201E" "\201C" "\201A" "\2018";
}
	#inhalt { text-align: left; width: 100%; height: 100%; margin: 0; padding: 0; }
	/* Seitenbreite */
body {
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}

#logo, #logoN, #kopf, #fuss {
display: none;
}

H1,h2,h3,h4,h5,h6 { font-size: 14pt; font-weight: bold;
/* Hier koennen Sie eintragen wie ihre Ueberschriften in der Druckversion aussehen sollen: Groesse, Farbe, etc. */
}

/* Vermeidung von Seitenumbr?chen direkt nach einer ?berschrift */
h1,h2,h3,h4,h5,h6 { 
page-break-after: avoid; 
}

p, address, li, dt, dd {
font-size: 100%
}

/* Zeichensatz fuer Code Beispiele */
code, pre { font-family: "Courier New", Courier, mono}

ul, ol {
list-style: square; margin-left: 18pt;
}

li {
line-height: 1.6em;
}

a:link, a:visited {
background: transparent;
color: #520;
font-weight: bold;
text-decoration: underline;
}

/* Auszeichnung von Abk?rzungen und Acronymen */
abbr[title]:after, acronym[title]:after { 
content: '(' attr(title) ')';
background-color: inherit;
color: #369; 
font-style: italic; 
}

*[cite]:after {
content:close-quote" (Quelle: "attr(cite)")";
}

q:before, blockquote:before {
content:open-quote;
}

q:after, blockquote:after {
content:close-quote;
}
	.skip {position: absolute;	left: -1000em; width: 20em;}
}

