
body {
	margin-top: 0px;
	background-color: white;
	font-family: Arial, Helvetica;
	font-size: 12px;
}

div#container {
  position: relative;
	width: 1024px;
	margin: 0 auto;
}
div#title1 {	position: absolute;	top: 153px;	left: 73px; }
div#title2 {	position: absolute;	top: 190px;	left: 102px; }
div#notenzeile1 {	position: absolute;	top: 170px;	left: 23px; }
div#notenzeile2 {	position: absolute;	top: 190px;	left: 23px; }
div#notenzeile3 {	position: absolute;	top: 183px;	left: 23px; z-index: -1; }
div#wappen1 {	position: absolute;	top: 117px;	left: 835px; }
div#wappen2 {	position: absolute;	top: 190px;	left: 835px; }

div#menu  {	position: absolute;	top: 219px;	left: 281px; }
div#menu img { border: 0px; }
div#menu1 {	position: absolute;	top: 0px;	left: 0px; }
div#menu2 {	position: absolute;	top: 0px;	left: 102px; }
div#menu3 {	position: absolute;	top: 0px;	left: 179px; }
div#menu4 {	position: absolute;	top: 0px;	left: 273px; }
div#menu5 {	position: absolute;	top: 0px;	left: 343px; }
div#menu6 {	position: absolute;	top: 0px;	left: 414px; }
div#menu7 {	position: absolute;	top: 0px;	left: 509px; }


div#content {
	position: absolute; top: 275px; left: 75px; 
	width: 890px;
}
div#text {
	margin-top: 20px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: black;
}

div#footer {
	margin-top: 30px;
	text-align: left;
}	

h2 {
	font-family: Verdana;
	font-size: 16px;
	color: #781c1c;
}

.tblborder table {
	border: 1px solid black;
}

.tblborder th {
	border-bottom: 1px solid black;
}

.tblborder th {
	text-align: left;
	vertical-align: center;
}

/******************************************************************************/
/* Guestbook */

.gbtable {
  border-top:1px solid darkgray;
  border-left:1px solid darkgray;
  border-right:2px solid black;
  border-bottom:2px solid black;
}

.solidfield {
  font-family:Verdana,Arial,Helvetica;
  font-size:12px;
  color:#000000;

  border-width:1px;
  border-style:solid;
  border-color:#000000;
}

.dashfield {
  font-family:Verdana,Arial,Helvetica;
  font-size:12px;
  color:#000000;

  border-width:1px;
  border-style:dashed;
}

.nothuman {
  display:none;
  visibility:hidden;
}
  


