/* ----------------------------------------------------------- */
/* SPEISEKARTE ----------------------------------------------- */

#speisekarte_kopf{
  float:left;
  height:40px;          
  width:846px;
  background-image:url(../images/layout/speisekarte_kopf.jpg);
}

#speisekarte{
  float:left;
  min-height:365px;          
  height:auto !important;  /* für moderne Browser */                                                     
  height:365px;  /*für den IE */
  width:846px;
  background-image:url(../images/layout/speisekarte_bg.jpg);
  background-repeat:repeat-y;
}

#speisekarte_fuss{
  float:left;
  height:94px;          
  width:846px;
  background-image:url(../images/layout/speisekarte_fuss.jpg);
}


#speisekarte_links{
	float:left;
	width:374px;
	margin-left:30px;
        display:inline;
}

#speisekarte_rechts{
	float:right;
	width:374px;
	margin-right:30px;
        display:inline;
}

.speisekarte_tab{
	width:374px;
	border:0;
}

.speisekarte_tab th{
	line-height:17px;
	text-align:left;
	color:#66822e;
}

.speisekarte_tab th.preis{
	float:right;
	text-align:right;	
}


.speisekarte_tab td{
	width:374px;
	line-height:17px;
	colspan:2;
 	font-style:italic;
	padding-bottom:24px;	
}


