/* CSS Dokument */

/**************************************************************************************************
 * 
 * Standard-Layouts
 * 
 *************************************************************************************************/
/*@import "/templates/tmpl_std/tmpl_std_start.css";*/
/*@import "/templates/tmpl_std/tmpl_std.css";*/
@import "/templates/css/skeleton/layout.css";



/**************************************************************************************************
 * 
 * Modul-Layouts
 * 
 * Generell alle Module die unter "Installierte Module" erscheinen.
 * Wenn es Probleme mti den Designs gibt => prüfen ob alle Module mit "#MODUL .CLASS" gemacht wurden.
 * 
 *************************************************************************************************/
@import "/modules/Bistroteam/bistroteam.css";
@import "/modules/Downloads/downloads.css";
@import "/modules/DynamicContent/dynamiccontent.css";
@import "/modules/Kopfbilder/kopfbilder.css";
@import "/modules/Kuechenleitung/kuechenleitung.css";
@import "/modules/Links/links.css";
@import "/modules/News/news.css";
@import "/modules/Speisekarten/speisekarten.css";
@import "/modules/Standard/standard.css";
@import "/modules/Suche/suche.css";
@import "/modules/Team/team.css";



/**************************************************************************************************
 * 
 * Main
 * 
 *************************************************************************************************/
#container_menu,
#wrapper_left,
#wrapper_right
{
	display: none;
}

#print_adresse
{
	display: block
}

#container,
#inhalt
{
	width: 100%;
}

h1,h2,.h2{
	text-align: left;
}
