html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
html, body {
    height: 100%;
    min-height: 100%;
}
body {
	margin: 0;
}
.page {
	background-image: url("/img/bg1-Tiling.jpg");
	background-repeat: repeat-y;
	background-size: 100%;
	width: 100%;
	font-size: 16px;
	text-align: center;
}
.page-main {
	height: 100%;
}
.page-bg {
	background-image: url("/img/bg1-Tiling_50.jpg");
	background-repeat: repeat-y;
	background-size: 100% auto;
	opacity: 1;
	width: 100%;
	font-size: 16px;
	text-align: center;
}
.page-impressum {
	opacity: 1;
	height: 100%;
}
.page-menu {
	opacity: 1;
/*
	text-shadow: 1px  1px 1px white,
                  1px -1px 1px white,
                 -1px  1px 1px white,
                 -1px -1px 1px white;
*/
}
.impressum {
	width: 600px;
	text-align: left;
}
.table_alergene td {
	vertical-align: top;
}
.table_alergene td:not(:first-child) {
	text-align: left
}
.table_alergene th {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
.table_speisen td {
	white-space: nowrap;
	vertical-align: top;
	padding-left: 3px;
	padding-right: 3px;
}