body {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/background.jpg);
	font-family: Palatino Linotype;
	font-size: 14px;
}
#kopf {
	position: relative;
	width: 90%;
	margin-left: 5%;
	margin-top: 1.5%;
	overflow:hidden;
}

#mitte {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#ueberschrift{
	position: relative;
	width: 70.5%;
	height: 40px;
	left: 5%;
	background-image: url(../images/transparent.png);
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#inhalt {
	position: absolute;
	top: -40px;
	width: 90%;
	height: 40px;
	margin-left: 5%;
	margin-right: 2%;

}
#links {
	background-image: url(../images/transparent.png);
	position: relative;
	left: 5%;
	right:5%;
	padding: 0 0 0 5px;
	width: 70.5%;
	height: 400px;
	overflow: auto;
	font-size: 16px;
	font-weight: bold;
}
#rechts {
	position: absolute;
	top: 0%;
	right: 5%;
	width: 200px;
	height: 440px;
	background-image: url(../images/transparent.png);
}
#footer {
	position: relative;
	background-image: url(../images/transparent.png);
	text-align: center;
	margin: 0% 5% 0% 5%;
	font-weight: bold;
}
.bild{
	width: 24%;
	height: 140px;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 7px;
	
}
textarea {
	overflow: auto;
	font-family: Arial;
	font-size: 14px;
}
input{
	font-family: Arial;
	font-size: 14px;
}
a{
	text-decoration:none;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	color: #FF8C00;
}
a:hover{
	color: #FF4500;
}
.guestbook{
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 5px;
}