body {
	margin: 0;
	padding: 0;
	background: black url(bglinks.png) repeat-y;
	color: silver;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	
}
#menu h1 {
	margin: 0;
	padding: 0;
}
#menu img, #header img {
	border: 0px;
}
#header {
	position: absolute;
	left: 350px;
	top:0;
}

#main {
	position: absolute;
	left: 300px;
	top: 300px;
	width: 650px;
}

a {
	color: #54523C;
}

div#main h1 {
	text-align: center;
}

/*   NEWS   */

div.newsheadline {
	height: 30px;
	text-align: center;
	background: url(hr.gif) no-repeat;
	background-position: center bottom;
	font-size: 11pt;
}

div.newsbody {
	margin-bottom: 40px;
}


/*   GÄSTEBUCH     */

div.gbentry {
  width: 98%;
  margin-top: 20px;
}

div.gbname {
	float: left;
  font-weight: bold;
  background-color: #white;
}

div.gbdate {
	float: right;
}

div.gbcontent {
	padding-top: 20px;
}

img.button {
  vertical-align: bottom;
}