body {
	margin: 0px;
	background-image: url(img_nav/bg_body.gif);
	background-repeat: repeat;

}
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.bodytextfett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.navtext a:link {
	color: #000000;
	text-decoration: none;
}
.navtext a:visited {
	color: #000000;
	text-decoration: none;
}
.navtext a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.navtext a:active {
	color: #000000;
	text-decoration: none;
}
.navtextwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #CC3333;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}

#formbox {
	width: 444px;
	position: absolute;
	left: 500px;
	top: 90px;
	color: #666;
	margin: 0px;
	padding-left: 20px;
	padding-top: 30px;
	background-image: url(img/contact_wood.jpg);
	height: 440px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#formbox h1 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

#formbox form input  {
	position: absolute;
	left: 200px;
}

