body {
	background-color: #ffc;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.01%;
}
img {
	border-width: 0;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
table {
	width: 100%;
	margin: 3em 0;
	padding: 0;
	text-align: left ! important;
	line-height: 1.5em;
	font-size: 1em;
	font-weight: bold;
}
table.r2w15 td + td, table.r3w15 td + td + td {
	text-align: right;
	width: 15%;
}
td {
	padding: 0.1em 0.5em 0.1em 0.5em;
	vertical-align: top;
	border-width: 1px;
	border-style: outset;
}
.notop {
	border-top: 0 none;
}
.nobottom {
	border-bottom: 0 none;
}
.cright {
	text-align: right;
}
.cw15 {
	width: 15%;
}
table.fc3, table.gbentry, table.gbentry_b {
	color: #5F5C59;
	background: #fc3;
	border-width: 1px;
	border-style: outset;
}

table.gbentry, table.gbentry_b {
	margin: 1em 0;
}

.gbcontent {
  background: #ffc!important;
  font-weight: normal!important;
}

#navibox {
	position: fixed;
	left: 0;
	top: 0;
	text-align: center;
	width: 21%;
	height: 100%;
	background: #fc3;
	border-right: 1px #660000 solid;
}
* html #navibox {
	position: absolute;
}
#menu {
	padding: 0 0 1em 0;
	background: transparent;
}
#menu2 {
	padding: 1em 0 0 0;
	background: transparent;
}
#menu ul, #menu2 ul, li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#menu a, #menu a:link, #menu2 a, #menu2 a:link {
	display: block;
	padding-left: 1em;
	margin-right: 0;
	border-top: 1px #ffcc33 solid;
	border-bottom: 1px #ffcc33 solid;
	color: #5F5C59;
	font-size: 110%;
	text-decoration: none;
	outline: none;
	text-align: left;
	line-height: 1.5em;
	font-weight: bold;
	height: 1.5em;
}
* html #menu a, #menu a:link, #menu2 a, #menu2 a:link {
	height: 1.5em;
}
#menu a:hover, #menu a:active, #menu a.selected, #menu2 a:hover, #menu2 a:active, #menu2 a.selected {
	margin-right: -1px;
	color: #000;
	background: #ffc;
	border-top: 1px #660000 solid;
	border-bottom: 1px #660000 solid;
	border-right: 1px #ffc solid;
}
#content {
	width: 69%;
	background: #ffc url('../media/Hintergrund_g.gif');
	margin: 2em 2em 2em 25%;
	text-align: left;
}
#content .left {
	float: left;
	padding: 1em 3em 1em 0;
}
#content .right {
	float: right;
	padding: 1em 0 1em 3em;
}
#content .newLine {
	clear: both;
}
#content .pageup {
	clear: both;
	margin-bottom: 4em;
	border-bottom: medium #36f dotted;
	text-align: right;
	width: 100%;
	line-height: 3em;
}
#content a, #content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content ul {
	margin: 0;
	padding: 1% 0;
}
#content a {
	font-weight: bold;
	text-decoration: none;
	outline: none;
	color: #f50;
}
#content p, #content ul {
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
}
#content ul {
	padding-left: 1em;
}
#content h1 {
	font-size: 1.8em;
	line-height: 1.8em;
	color: #600;
	text-align: left;
}
#content h2 {
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: left;
}
#content h3 {
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: left;
}
#content h4, #content .h4like {
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: left;
}
#content h5 {
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: center;
}
#content h6 {
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: center;
}
#content sup {
	vertical-align: baseline;
	font-size: 75%;
}
.maison {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color: #600;
	font-size: 108%;
	line-height: normal;
}
/* Gästebuch
table.gbentry, table.gbentry_b {
  width: 98%;
  border: 1px solid #DCDCDC;
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.gbentry td.gbtitle, table.gbentry td.gbtitle_b {
  font-weight: bold;
  padding: 0 5px 0 5px;
  background-color: #DCDCDC;
  color: #000000;
}

table.gbentry td.gbcontent, table.gbentry td.gbcontent {
  padding: 5px; 
  background-color: #FFFFFF;
  color: #000000;
}

img.button {
  vertical-align: bottom;
}
*/