﻿body {
	background-color: white;
}

div.page {
	background-color: white;
	/* background-image: url('../img/hintergrund.png'); */
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 900px;
	text-align: left;
	padding-top:0px;
	padding-bottom:0px;
	position: relative;
	z-index: 1;
}

div.pagepanel {
	/* background-image: url('../img/Stimmungsbilder/stimmungsbild_1.png');
	background-position: 0px 0px;
	background-repeat: no-repeat; */
}	

div.popup {
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px; height: 550px;
	z-index: 10;
}

div.imglinkpanel {
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px; height: 360px;
	padding: 0px;
	z-index: 2;
}

div.imglink {
	display: block;
	width: 900px; height: 360px;
}

div.imgstamp {
	background-color: Transparent;
	position: absolute;
	left: 150px;
	top: 195px;
	z-index: 5;
}

div.logo {
	position:absolute;
	right:36px;
	top:220px;
	z-index:3;
}

table.mastertable {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	border-style: none;
	width: 900px;
	border-collapse: collapse;
	border-width: 0px;
	/* border: solid 1px red; */
	/* border-width: 2px;
	border-top-width: 0px;
	border-color: Black;
	border-style: inset; */
}

td.index, td.content, td.contact {
	vertical-align: top;
	/*
	border-width: 1px;
	border-color: #F1ECE7;
	border-style: solid;
	*/
	border-style: none;
	border-width: 0px;
	border-collapse: collapse;
}

/*
.index input {
	margin-bottom: 7px;
}
*/

td.content {
}

td.contact {
}

td.index {
	padding:  7px 7px 7px 0px;
	width: 166px;
}

td.content {
	padding: 7px 7px 7px 7px; 
	width: 528px;
}

td.contact {
	padding: 7px 24px 7px 1px;
	width: 206px; /* 181 ohne padding*/
}

table.indexmenu {
	border: none 0px white;
	/* line-height: 40px; */
}

table.indexmenu td {
	vertical-align: top;
	padding-top: 0px;
	padding-left: 0px;
	/*background-color: Green;*/
}

table.indexmenu p.index {
	padding-left: 0px;
	margin-left: 0px;
}

table.indexmenu input.indexbutton {
	margin: 0px 0px 3px 0px;
	padding: 0px;
	/*background-color: Green;*/
}

div.adresse img {
	margin-right: auto;
	margin-left: auto;
}

div.menuplan, div.adresse {
	width: 180px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

div.menuplan {
	margin-top:15px;
}

.dinnermenu div{
	text-align:left;
}

#myscrollcontent {
	padding: 7px;
	width: 506px;
	height: 385px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	z-index: 2;
	text-align: justify;
}

.fixedwidthcontent {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 490px;
	height: auto;
	position: relative;
	z-index: 2;
	padding: 1px;
}

#mycontent {
	padding: 7px;
	width: 506px;
	height: 385px;
	text-align: justify;
}

div.admin {
	width: 900px;
	font-size: 7pt;
	text-align: center;
	color: black;
}

.content div.title {
	width:100%;
	height:100px;
}

img.address {
}

.logo { }