
body {
	background-color:black;
}

img {
	min-width:100%;
}

.float-left {
	float:left;
}

.titel {
	text-align:center;
}

.trennlinie {
	border-top:1px solid white;
	height:1px;
	width:100%;
}

/*Neu*/

.karte {
	color:white;
}

.ueberschrift {
	padding-top:25px;
	padding-bottom:25px;	
	font-size:x-large;
	text-align:center;
	color:white;
}

.gericht {
	font-size:large;
	color:white;
}

.gerichtbeschreibung {
	font-size:small;
	color:#999999;
	margin-bottom:10px;
}

.tabelle_rechts {
	text-align:right;
	color:white;
	white-space: nowrap;
}

.gruppe {

}

.zusatz {
	color:white;
	font-style:italic;
	margin-bottom:25px;
}