body {
	font-family: sans-serif;
	background: url(../images/bg.gif)  repeat-x #79996a;
	margin: 0;
	padding: 0;
}
div.bgimages {
  position:relative;
  width:800px;
  height: 800px;
  background-image:url(../images/header2.png);
  background-repeat:no-repeat;
  margin: auto;
  border: 0;
}
#nav_home {
	font-size: 15px;
	font-weight: bolder;
	position: absolute;
	top: 150px;
	left: 75px;
	border: 0;
}

#menu li{ 
    display:inline;
	font-size: 13px;
	font-weight: bolder;
	position: relative;
	top: 140px;
	left: 355px;
	margin-left: 10px;
	margin-right: 10px;
	border: 0;
  }
#menu li a:link, #menu li a:visited,#nav_home a:link, #nav_home a:visited {
	color: #232f1d;
	text-decoration: none;
}
#menu li a:hover, #nav_home a:hover{
	color: #f1ed95;
}
#menu .aktiv, #nav_home .aktiv {
	color: #990000;
}
#scroll {
  position: absolute;
  top: 200px;
  left: 689px;
  z-index: 100;
}
.textfeld {
	font-family: sans-serif;
	font-size: 12px;
	display: block;
	position: absolute;
	top: 220px;
	left: 175px;
	width: 550px;
	height: 420px;
	overflow: auto;
}
#text {
	width: 500px;
}
#text a:link, #text a:visited{
	color: #990000;
	font-weight: bolder;
	text-decoration: none;
	padding: 2px;
}
#text a:hover {
	color: #f1ed95;
}
h1 {
	font-size: 14px;
}
#zeit {
	font-family: sans-serif;
	font-size: 12px;
	text-align:right;
	position: absolute;
	top: 665px;
	left: 505px;
	width: 250px;
}
#ref {
	display:block;
	float:left;
	width: 180px;
}
	.ref_text {
	display:block; 
	float:right;
	width: 300px;
	height: 140px;
}
.banner_text {
	font-size: 10px;
	font-weight: bold;
}
input, textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d7e5d1;
	color: #000000;
	font-weight: normal;
	border: thin solid #37472f;
}
.bereich {
	position: absolute;
	text-align: center;
	font-weight: bold;
	background-color: #f1ed95;
}

.beschreibung {
	color: #000000;
	background-color: #d7e5d1;
	display: block;
	border: 1px solid #000000;
}
