/*CSS Datei für die Frame-Inhalte Getraenkekarte, einzelne Getraenke*/
body {
  background-color: 	white;/*#FFC; /*helles gelb*/
  color:				black;
  font-family:      	Georgia, "Times New Roman", Times, serif;
  font-size:        	normal;
  margin:           	0px;
}

h1, h2, h3 {	
	color:				#993333;
	padding-top:		10px;
	font-size:			130%;
	white-space:		nowrap;
}

div#getraenkekarte {
	background: 		white;
	line-height:		2em;
	font-weight:		bold;
	/*padding/margin: 		oben rechts unten links; */
	/*border:				1px solid silver;*/
}
