body {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: Gainsboro;
}
div#page {
	position: relative;
	top: 0px;
	left: 0px;
}
div#header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 78px;
	border-bottom: 2px solid #999;
}
div#header1 {
	position: relative;
	top: 0px;
	left: 0px;
	height: 50px;
	background-color: #666;
	border-bottom: 1px solid #fff;
}
div#header1.editMode {
	background-color: darkblue;
}
div#header1 div#name {
	float: left;
	color: white;
	font-size: 14pt;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 15px;	
}
div#header1 div#date {
	float: right;
	margin-top: 35px;
	margin-right: 5px;
	color: white;
	font-size: 8pt;
}
div#navigation {
	height: 27px;
	background-color: #4682b4;
	border-bottom: 1px solid #555;
	padding-left: 15px;
}
div#navigation.editMode {
	background-color: grey;
}
div#navi_item a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding: 5px;
	margin-right: 20px;
}
div#navi_item a:hover {
	color: #4682b4;
	background-color: #fff;
}
div#container {
	text-align: left;
	position: static;
}
div#ueberschrift {
	margin-top: 5px;
	margin-bottom: 30px;
	font-size: 22pt;
	font-weight: bold;
	text-align: center;
}

table.sheet {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
table.sheet tr {
	background-color: #fff;
}
table.sheet th {
	color: white;
	font-size: small;
	background-color: #4682b4;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-left: 10px;
	padding-right: 10px;
}
table.sheet td {
	font-size: small;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;;
}
table.sheet th.act, table.sheet td.act {
	text-align: center;
}
div#Buttons {
	padding-top: 15px;
	display: block;
	width: 25%;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
}
div#ButtonElement {
	float: left;
	margin: auto;
	width: 40%;
	padding-right: 15px;
}
table#gaestebuch.sheet th {
	border-right: none;
}
table#gaestebuch.sheet th#date {
	text-align: right;
	padding-right: 15px;
}
a#entryLink {
	color: #4682b4;
	background-color: white;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}
a#entryLink:hover {
	background-color: #4682b4;
	color: white;
}
a#fotolink {
	color: black;
	text-decoration: none;
}

div#text-border {
	border-right: 1.5px solid #999;
	border-bottom: 1.5px solid #999;
	border-left: 0.5px solid #bbb;
	border-top: 0.5px solid #bbb;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 15px;
	background-color: White;
}

div#text {
	padding: 20px;
	font-size: 10pt;
	text-align: justify;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}
