@charset "utf-8";



.backround_main {
	background-attachment: scrolled;
	background-image: url(images/bg_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFFFFF;

}.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #698b20;
	font-style: italic;
	font-variant: normal;
	letter-spacing: -1px;
}
.headline2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #698b20;
	font-style: italic;
	font-variant: normal;
}
.txtNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.txtNSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.txtFett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #698b20;
	font-weight:bold;	
}
.txtField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #FFFFFF;
	height: 20px;
	width: 240px;
	border: 1px solid #655437;

}

.txtArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #FFFFFF;
	height: 70px;
	width:240px;
	border: 1px solid #655437;

}
