html, body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/static/hintergrund_1024.gif);
	background-position: top center;
	background-repeat: repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.3em;
}

div#main {
	width: 990px;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: none;
	background-color: White;
	background-image: url(../img/static/main-back_1024.gif);
	background-repeat: repeat-y;
}

div#titel {
	width: 990px;
	height: 229px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/static/rund_1024.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

img#schwein {
	width: 151px;
	height: 99px;
	margin: 25px 0px 0px 12px;
}

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

div#seitenleiste {
	height: auto;
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
	float: left;
}

div#seitenleiste img {
	width: 153px;
	height: 33px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: none;
}

div#seitenleiste div.menue {
	margin: 0px;
	padding: 10px 0px 20px 0px;
	border-top: 1px dotted White;
}

div#inhalt {
	margin: 0px 25px 0px 200px;
	padding: 0px;
}

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

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

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

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

div#inhalt p.druckadresse, div#inhalt p#biesinet {
	display: none;
}

/* 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: -50px 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 {
	background-color: #EEA7B5;
	background-image: url(../img/static/spezialbox_550.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin-bottom: 70px;
	padding: 10px;
}

.spezialbox#top {
	height: 10px; 
	margin-bottom: 20px;
}

.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 {
	width: 760px;
	border: 0px;
	border-top: 1px solid Black;
	border-spacing: 0px;
	margin: 40px 0px 40px 0px;
	padding: 0px;
	font-size: 1.0em;
}

/*
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 */
