/*++++++++++++++++++++++++++++
c 2004 -2014  human-data.de / internetagentur-koch.de
+++++++++++++++++++++++++++++*/
fieldset{
	margin-top:2em;
	border-radius:0.1em;
	border:0.1em silver solid;
	background:#ffffff;
}
input[type=text] {
	box-shadow: 0 0 0.2em 0.2em rgba(63,121,168,0.2);
	border-radius:0.1em;
	padding:0.5em;
}
input[type=password] {
	box-shadow: 0 0 0.2em 0.2em rgba(63,121,168,0.2);
	border-radius:0.1em;
	padding:0.5em;
}
textarea{
	box-shadow: 0 0 0.2em 0.2em rgba(63,121,168,0.2);
	border-radius:0.1em;
	padding:0.5em;
}
input[type=submit] {
	cursor:pointer;
	font-weight:800;
	padding:0.7em 1.5em 0.7em 1.5em;
	text-indent: 0.5em;
	letter-spacing:0.1em;
	background: rgb(171,153,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(171,153,85,1) 0%, rgba(136,111,18,1) 20%, rgba(136,111,18,1) 50%, rgba(136,111,18,1) 80%, rgba(171,153,85,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(171,153,85,1)), color-stop(20%,rgba(136,111,18,1)), color-stop(50%,rgba(136,111,18,1)), color-stop(80%,rgba(136,111,18,1)), color-stop(100%,rgba(171,153,85,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab9955', endColorstr='#ab9955',GradientType=0 ); /* IE6-9 */
	color:#ffffff;
	border:0 none;
	border-radius:0.1em;
}
input[type=submit]:hover  {
	background: rgb(171,153,85); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(171,153,85,1) 0%, rgba(136,111,18,1) 20%, rgba(136,111,18,1) 50%, rgba(136,111,18,1) 80%, rgba(171,153,85,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(171,153,85,1)), color-stop(20%,rgba(136,111,18,1)), color-stop(50%,rgba(136,111,18,1)), color-stop(80%,rgba(136,111,18,1)), color-stop(100%,rgba(171,153,85,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab9955', endColorstr='#ab9955',GradientType=1 ); /* IE6-9 */

}
input[type=submit]:focus {
	background: rgb(171,153,85); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(171,153,85,1) 0%, rgba(136,111,18,1) 20%, rgba(136,111,18,1) 50%, rgba(136,111,18,1) 80%, rgba(171,153,85,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(171,153,85,1)), color-stop(20%,rgba(136,111,18,1)), color-stop(50%,rgba(136,111,18,1)), color-stop(80%,rgba(136,111,18,1)), color-stop(100%,rgba(171,153,85,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab9955', endColorstr='#ab9955',GradientType=1 ); /* IE6-9 */

}

input[type=reset] {
	cursor:pointer;
	font-weight:800;
	padding:0.7em 1.5em 0.7em 1.5em;
	text-indent: 0.5em;
	letter-spacing:0.1em;
	background: rgb(171,153,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(171,153,85,1) 0%, rgba(136,111,18,1) 20%, rgba(136,111,18,1) 50%, rgba(136,111,18,1) 80%, rgba(171,153,85,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(171,153,85,1)), color-stop(20%,rgba(136,111,18,1)), color-stop(50%,rgba(136,111,18,1)), color-stop(80%,rgba(136,111,18,1)), color-stop(100%,rgba(171,153,85,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab9955', endColorstr='#ab9955',GradientType=0 ); /* IE6-9 */
	color:#ffffff;
	border:0 none;
	border-radius:0.1em;
}
input[type=reset]:hover  {
	background: rgb(171,153,85); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(171,153,85,1) 0%, rgba(136,111,18,1) 20%, rgba(136,111,18,1) 50%, rgba(136,111,18,1) 80%, rgba(171,153,85,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(171,153,85,1)), color-stop(20%,rgba(136,111,18,1)), color-stop(50%,rgba(136,111,18,1)), color-stop(80%,rgba(136,111,18,1)), color-stop(100%,rgba(171,153,85,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab9955', endColorstr='#ab9955',GradientType=1 ); /* IE6-9 */

}
input[type=reset]:focus {
	background: rgb(171,153,85); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(171,153,85,1) 0%, rgba(136,111,18,1) 20%, rgba(136,111,18,1) 50%, rgba(136,111,18,1) 80%, rgba(171,153,85,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(171,153,85,1)), color-stop(20%,rgba(136,111,18,1)), color-stop(50%,rgba(136,111,18,1)), color-stop(80%,rgba(136,111,18,1)), color-stop(100%,rgba(171,153,85,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab9955', endColorstr='#ab9955',GradientType=1 ); /* IE6-9 */

}
input[type=button] {
	cursor:pointer;
	font-weight:800;
	padding:0.7em 1.5em 0.7em 1.5em;
	text-indent: 0.5em;
	letter-spacing:0.1em;
	background: rgb(171,153,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(171,153,85,1) 0%, rgba(136,111,18,1) 20%, rgba(136,111,18,1) 50%, rgba(136,111,18,1) 80%, rgba(171,153,85,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(171,153,85,1)), color-stop(20%,rgba(136,111,18,1)), color-stop(50%,rgba(136,111,18,1)), color-stop(80%,rgba(136,111,18,1)), color-stop(100%,rgba(171,153,85,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab9955', endColorstr='#ab9955',GradientType=0 ); /* IE6-9 */
	color:#ffffff;
	border:0 none;
	border-radius:0.1em;
}
input[type=button]:hover  {
	background: rgb(171,153,85); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(171,153,85,1) 0%, rgba(136,111,18,1) 20%, rgba(136,111,18,1) 50%, rgba(136,111,18,1) 80%, rgba(171,153,85,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(171,153,85,1)), color-stop(20%,rgba(136,111,18,1)), color-stop(50%,rgba(136,111,18,1)), color-stop(80%,rgba(136,111,18,1)), color-stop(100%,rgba(171,153,85,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab9955', endColorstr='#ab9955',GradientType=1 ); /* IE6-9 */

}
input[type=button]:focus {
	background: rgb(171,153,85); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(171,153,85,1) 0%, rgba(136,111,18,1) 20%, rgba(136,111,18,1) 50%, rgba(136,111,18,1) 80%, rgba(171,153,85,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(171,153,85,1)), color-stop(20%,rgba(136,111,18,1)), color-stop(50%,rgba(136,111,18,1)), color-stop(80%,rgba(136,111,18,1)), color-stop(100%,rgba(171,153,85,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(171,153,85,1) 0%,rgba(136,111,18,1) 20%,rgba(136,111,18,1) 50%,rgba(136,111,18,1) 80%,rgba(171,153,85,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab9955', endColorstr='#ab9955',GradientType=1 ); /* IE6-9 */

}