/* CSS Document //////////////////////////////////////////////////////////////////*/
html, body {
	height:100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#545454;
	margin: 0;
	padding: 0;
	background-color: #ebebee;
	background-image: url(image/hg.jpg); /*das hintergrund unten weiterläuft, läuft über ganze site*/
	background-repeat: repeat;
	background-position: 0px 0px;
}
input {
	background-color:e1e1e1;
	border: 1px solid #666666;
	width:270px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	background-color:e1e1e1;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*/*/
/*/////////////////////////////////////////////////////////////////////////////////*/
#header{
	position: absolute;
	top: 0px;
	left: 0px;
	margin:0;
	width: 100%;
	height: 180px;
	z-index: 1;
	background: url(image/nav.jpg) no-repeat 0 0 #697868;
	cursor: hand;
}
#header_rechts {
	position: absolute;
	top: 0px;
	width: 224px;
	height: 232px;
	right: 0px;
	text-align: right;
	z-index: 3;
}
#logo_hg_baum {
	position: absolute;
	top:181px;
	left:0px;
	margin:0;
	padding:0;
	width: 762px;
	height: 539px;
	background: url(image/logo_hg_baum.jpg) no-repeat 0 0;
	z-index: 1;
}
#links {
	position: absolute;
	left:81px;
	top:238px;
	width:148px;
	height:auto;
	z-index: 3;
}
#content{
	position: absolute;
	left: 250px;
	top: 235px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	width: 760px;
	z-index: 3;
}
	
/*/////////////////////////////////////////////////////////////////////////////////*/
a {
	color: #466b43;
	text-decoration: none;
}

a:hover {
	color: #992400;
	text-decoration: underline;
}

.headline {
	font-size: 17px;
	font-weight:normal;
	color: #444e44;
}
.text {
	font-size: 11px;
	letter-spacing: 0px;
	color:#667766;
}
.required {
	font-size: 11px;
	letter-spacing: 0px;
	color:#FF0000;
}
.padding_r {
	padding:0 5px 0 0;
}
.padding_l {
	padding:0 0 0 5px;
}
/*/////////////////////////////////////////////////////////////////////////////////*/
