/* Start of CMSMS style sheet 'Module: Speisekarte' */
/*********************************
Speisekarte einspaltig
**********************************/
.SpeisekarteArtikel     {
                         height: 100%;
                        }
.SpeisekarteKategorie   {
                         clear:both;
                         font-size: 14pt;
                         width: 99%;
                         border-bottom: 1px solid gray;
                         margin: 20px 0 10px 0;
                         padding-bottom: 5px;
                        }                        
.SpeisekarteTitel       {
                         float:left;
                         font-weight: bold;
                         width: 30%;
                        }		
.SpeisekarteBeschreibung {
                         float:left;
                         font-style: italic;
                         width: 60%;
                        }
.SpeisekartePreis       {
                         float: right;
                         width: 9%;
                        }
.SpeisekarteClear       {
                         clear: both;                        
                        }                        
                      
/*********************************
Speisekarte einspaltig
**********************************/
.SpeisekarteArtikel-2spaltig {
                         width: 48%;
                         float: left;
                         padding-right: 10px;
                        }
.SpeisekarteTitel-2spaltig {
                         font-weight: bold;
                        }		
.SpeisekarteBeschreibung-2spaltig {
                         font-style: italic;
                        }
.SpeisekartePreis-2spaltig {
                         float: right;
                        }
			
/* End of 'Module: Speisekarte' */

