input, textarea {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px;
	border-color : #D86D18;
	border-style : solid;
	background-color: #FFFFFF;
}
select {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.form_kl {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color:#FFFFFF;
}
.button {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF8625;
}
.box {
	font-family: Verdana;
	font-size: 10pt;
	border : 1px solid #FF8625;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
	font-style : normal;
}
.bautenliste {
	font-family: Verdana;
	font-size: 10pt;
	font-style : normal;
	color: #000000;
	padding-bottom : 2px;
	margin-left : 0px;
	padding-left : 0px;
	list-style-position : outside;
	list-style-type : disc;
	text-indent : 0px;
}
ul
	{
	list-style-position:outside;
	list-style-type:square;
	margin-bottom:0px;
	margin-top:0px;
	}
a
	{
	text-decoration: none;
	}
a:hover
    {
    Text-Decoration: underline;
    Color:#908E8C;
    }
