@charset "utf-8";
/* CSS Document */

 /* Formular Stylesheet */
 
  body {
	padding-top: 10px;
	padding-bottom: 10px;
}
body, textarea, table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	outline: none;
	color: #008bcf;
	text-decoration: none;
}
table {
	margin: Auto;
	border-spacing: 0px;
}
th, td {
	padding-top: 8px;
	padding-bottom: 8px;
}
label {
	cursor: Pointer;
	color: #333;
	margin-right: 10px;
}
.pflichtfeld {
	color: #0066FF;
	border: 0px;
}
.pflichtfeld2 {
	color: #0066FF;
	border: 0px;
	font-size: 14px;
}
.hintergrund {
	color: #000000;
}
.danke, .danke a {
	color: #333333;
	padding: 10px;
	width: 440px;
	margin: Auto;
	margin-top: 50px;
}
textarea {
	margin-top: 5px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input {
	height: 20px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 5px;
}
select {
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 20px;
}
small {
	color: #333;
	float: left;
	margin-bottom: 5px;
}
.formbutton {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	text-shadow: 0px -1px 1px #8f8f8f;
	filter: dropshadow(color=#8f8f8f, offx=0, offy=-1);
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 23px;
	font-size: 14px;
	cursor: pointer;
	float: left;
	background-image: url(../img/bg_button.png);
	background-repeat: repeat-x;
}
