/*CSS Datei für die Frame-Inhalte Speisekarte, einzelne Speisen*/
body {
  background-color: 	white;
  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#speise {
	background: 		white;
	/*font-size:			90%;*/
	line-height:		1.5em;
	font-weight:		bold;
	/*padding/margin: 		oben rechts unten links; */	
	/*border:				1px solid green;*/
}

div#item {
	font-weight:		bold;
	text-align:			center;	
	/*padding/margin: 		oben rechts unten links; */	
	margin:				60px 10px 0px 10px;
	/*border:				1px solid red;*/
}

p {
	color:				#993333;
}

a:link {	
	text-decoration:	none;
	color:				#C00;
}

a:active {
	/*text-decoration:	none;*/
	color:				#F30; /*rot*/
}


a:visited {
	text-decoration:	none;
	color:				black;
}

a:hover {
	text-decoration:	underline;
	color:				#C00;/*#F90; /*orange*/
}
