html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.3em;
}

div#main {
	width: 99%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: White;
}

div#titel {
	width: 100%;
	margin: 0;
	padding: 0;
}

img#schwein {
	display: none;
}

img#logo {
	width: 424px;
	height: 108px;
	margin: 0;
}

div#seitenleiste {
	display: none;
}

div#seitenleiste img {
	display: none;
}

div#inhalt {
	margin: 10mm 0mm 10mm 0mm;
	padding: 0mm;
}

div#inhalt h1 {
	margin: 0px 0px 0.3em 0px;
	padding-top: 0px;
	font-size: 1.5em;
	line-height: 1.3em;
	font-family: Tahoma;
	color: Black;
}

div#inhalt h2 {
	margin: 0px 0px 0.3em 0px;
	font-size: 1.4em;
	font-family: Tahoma;
	color: Black;
}

div#inhalt h3 {
	margin: 0px 0px 0.3em 0px;
	font-size: 1.2em;
	font-family: Tahoma;
	color: Black;
}

div#inhalt p {
	margin: 1em 0px 1.4em 0px;
}

div#inhalt p.druckadresse {
	margin: 3mm 0mm 7mm 0mm;
	padding: 3mm 0mm 3mm 0mm;
	border-top: 1pt solid Black;
	border-bottom: 1pt solid Black;
	font-size: 12pt;
	line-height: 16pt;
}

/* Anfang Styles für Startseite */
div.bild-mitte {
	margin: 35px auto 0px auto;
	padding: 0px;
	text-align: center;
}

div.bild-links {
	margin: 10px 5px 0px 35px;
	padding: 0px;
}

div.bild-rechts {
	margin: 10px 100px 0px 10px;
	padding: 0px;
	text-align: right;
}

div.bild-links img, div.bild-rechts img , div.bild-mitte img {
	margin: 0px;
	padding: 0px;
}

div.bild-links p, div.bild-rechts p, div.bild-mitte p {
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px !important;
}
/* Ende Styles für Startseite */

/* Anfang Styles für Partyservice */
.links {
	width: 350px;
	margin: 0px auto 0px 0px;
	text-align: left;
}

.rechts {
	width: 350px;
	margin: -50px 0px 0px auto;
	text-align: right;
}

.links p, .rechts p {
	margin-bottom: 20px !important; 
}

.links ul, .rechts ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.links ul li, .rechts ul li {
	margin: 0px;
	padding: 0px;
}

.spezialbox {
	border: 1pt solid Black;
	padding: 2mm;
	margin-bottom: 4mm;
}

.spezialbox#top {
	height: 2pt;
	border: 0pt;
	border-top: 1pt solid Black;
}

.spezialbox p, .spezialbox ul {
	margin-bottom: 0px !important;
}

.spezialbox ul {
	list-style: none;
	margin: 0px auto 20px 0px;
	padding: 0px 0px 0px 10px;
}

.spezialbox ul li {
	margin: 0px;
	padding: 0px;
}
/* Ende Styles für Partyservice */

/* Anfang Styles für Wochenkarte */
table#karte {
	border: 0px;
	border-top: 1px solid Black;
	border-spacing: 0px;
	margin: 40px 0px 40px 0px;
	padding: 0px;
	font-size: 1.2em;
}

/*
table#karte tr.a {
	background-color: #FFDAE1;
	border: 0px;
	padding: 0px;	
}

table#karte tr.b {
	background-color: #FFFFFF;
	border: 0px;
	padding: 0px;
}
*/

table#karte tr td {
	border: 0px;
	border-bottom: 1px solid Black;
	vertical-align: top;
	padding: 10px 2px 10px 0px;
}

table#karte tr td.tag {
}

table#karte tr td.gericht {
	padding-left: 10px;
}

table#karte tr td.preis {
	width: 5em;
	text-align: right;
}
/* Ende Styles für Wochenkarte */

/* Anfang Styles für Impressum */

#biesinet {
	margin: 1mm 0mm 1mm 0mm;
	font-size: 9pt;
	line-height: 12pt;
}

/* Ende Styles für Impressum */

