div#flex_content {
	position: relative;
	font-family: "Comic Sans MS", Arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: transparent;
	width: auto;
	height: auto;
}

div#speisetitel-1 {
	position: relative;	
	z-index: 5;	
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	color: #245a94;
	background-color: transparent;
	padding: 0px;
	width: auto;
}

div#speisetitel-2 {
	position: relative;	
	z-index: 5;
	float: left;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	color: #245a94;
	padding: 2px 8px;
	width: 350px;
}

div#bild {
	z-index: 0;
	position: relative;
	margin-top:-70px;
	margin-left: 0px;
	text-align: center;
	float: left;
	width: 230px;
	height: auto;
}

div#preis {
	z-index: 5;	
	position: relative;	
	top: -1px;
	float: right;
	font-size: 18px;
	font-weight: bold;
	color: #245a94;
	background-color: transparent;
	width: auto;
}


div#clear {
	position: relative;
	height: 30px;
	clear: both;
	}