@charset "utf-8";
/* CSS Document */
div.f-container {max-width: 670px; display: flex; flex-wrap: wrap;}
div.f-box {flex: 1 1 120px; border: 1px gray solid; margin: 5px;}
body
{	*text-align: center;
	height: 100%;
/*	background-color: #48F; */
	background-image: url(images/body-verlauf.jpg);
	background-repeat: repeat-x;
}
h3
{	margin: 10px 5px 5px 5px;	}
table.fs-anw-menue a
{	text-decoration: none;
}
table.fs-anw-menue td.selected a
{	color: white;
}
table.fs-menue a:link, table.fs-menue a:active, table.fs-menue a:visited
{	color: #440;
	text-decoration: none;
}
table.fs-menue td a
{	text-decoration: none;	}
table.fs-menue td.aktiv 
{	background-color: #B11;	}
table.fs-menue td.aktiv a
{	color: white;	}
div#fs_mnu_termine_bearbeiten
{	height: 21px;	}
div#fs_uns_anschauen
{	height: 100%;
}
div.innenAnsicht.ANSfs_feinschmecker_anschauen
{	width: 450px;	}
div.Ansicht.fs_personen_anschauen p
{	text-align: center;	}
div#fs_rzpt_vorher, div#fs_rzpt_anfang
{	float: left;
}
div#fs_rzpt_nachher, div#fs_rzpt_ende
{	float: right;
}
div.innenAnsicht.ANSfs_rzpt_details h2, div.innenAnsicht.ANSfs_rzpt_details1 h2
{	clear: both;
}