/* ---- [ Allgemeine Einstellungen ] ---- */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#FCF1BB;	
	background-color:#991E20;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	text-align:center;
	background-image:url(grafiken/background.jpg);
	background-attachment:fixed;
	background-position:50% 155px;
	background-repeat:no-repeat;
}

a {
	color:#FCF1BB;
}
a img {
	border-width:0px;
}
acronym, abbr, span.abbr {
	border-bottom: 1px dotted;
	cursor: help;
}
hr {
	border-top: 1px solid #FCF1BB;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	height: 1px;
	width:75%;
	color: #FCF1BB;
}
.DisplayNone {
	display:none;
}
/* ---- [ Kopfzeile ] ---- */

/* ---- [ Navigation ] ---- */
#navigation img {
	border:0px;
}

/* ---- [ Positionierung ] ---- */
#main {
	width:780px;
	height:574px;
	padding:0px;
	margin-top:20px;
	margin-bottom:auto;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}
#content {
	height:439px;
	overflow:hidden;
}
#content_left {
	text-align:center;
	height:100%;
	float:left;
	overflow:auto;
	width:auto;
	
	margin-top:5px;
}
#content_right {
	height:99%;
	overflow:auto;
	text-align:center;
	
	padding-right:5px;
	margin-top:5px;
	width:auto;
}

/* XXXXX [ DEBUGGIN ] XXXXX */


/* ---- [ Subnavigation ] ---- */
#subnavigation {
	text-align:left;
	font-weight:bold;
	font-size:90%;
}

/* ---- [ Content Left ] ---- */
#content_left ul {
	list-style-type:none;
	padding:10px;
	margin: 5px;
}

/* ---- [ Content Right ] ---- */
#content_right img {
	border:1px solid #000000;
}

/* ---- [ Text Seiten ] ---- */
.img_float {
	float:left;
}

/* ---- [ Speisekarten ] ---- */
.speisekarte {
	/*vertical-align:top;*/
	width:auto;
}
.speisekarte_left {
	text-align:left;
	font-weight:bold;
	width:40%;
}
.speisekarte_middle {
	padding-left:10px;
	text-align:left;
	font-size:80%;
	width:50%;
}
.speisekarte_right {
	padding-left:10px;
	text-align:right;
	width:10%;
}
.mittagstisch_left {
	text-align:left;
	font-weight:bold;
}
.mittagstisch_middle {
	padding-left:10px;
	text-align:left;
	font-size:80%;
}
#mittagstischTable td {
	padding-left:.7em;
	padding-right:.7em;
}

/* ---- [ Formulare ] ---- */
fieldset {
	border: none;
	margin: 0 0 0 0;
	padding:0;
}
#kontaktformular input, #kontaktformular textarea {
	background-color:#FF4828;
	border:1px solid #000000;
	margin-bottom:.5em;
}
#kontaktformular label  {
	display:block;
	font-size:.8em;
}
#kontaktformular input#submit {
	float:none;
	width:auto;
}

