body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#centerFrame {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	width: 950px;
}
/*navigation*/
#nav {
	width: 206px;
	position: absolute;
	z-index: 3;
	left: 61px;
	top: 211px;
	font-size: 12px;
}
.menu_list {	
	width: 150px;
}
.menu_head {
	padding: 4px 0px;
	cursor: pointer;
	margin: 0px;
	text-align: right;
	font-weight: bold;
	color: #0D4930;
}
.menu_head a{
	color: #073822;
	text-decoration: none;
}
.menu_head a:hover{
	text-decoration: underline;
}
.menu_head .active{
	text-decoration: underline;
}
.menu_body {
	display:none;
}
.menu_body a{
	display:block;
	color:#999999;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
	text-align: right;
	padding-bottom: 2px;
}
.menu_body a:hover{
  color: #666666;
  text-decoration:underline;
  }
.menu_body .active{
  color: #666666;
  text-decoration:underline;
  }
/*navigation ende*/
#logo {
	background-image: url(../img/grubenerhof_logo.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 246px;
	position: absolute;
	z-index: 2;
	left: 32px;
	top: 24px;
}
#bg {
	background-image: url(../img/bg/bg_carport.jpg);
	width: 634px;
	height: 530px;
	position: absolute;
	left: 321px;
	top: 0px;
}
#text {
	position: absolute;
	z-index: 4;
	font-size: 12px;
	line-height: 20px;
}
#text .text11 {
	font-size: 11px;
}
input {
	margin-bottom: 1px;
	background-color: #BAC9C2;
}
textarea {
	background-color: #BAC9C2;
}
