@charset "UTF-8";/* CSS Document *//* -------------------------------------------------------------------Regeln für Formulare---------------------------------------------------------------------*/fieldset {	width: 190px;	position: relative;	float: right;	display: block;	padding-left: 10px;	border-width: 1px;	border-style: solid;	padding-top: 10px;}fieldset p {width:auto}fieldset.anschrift {	width: 290px;	position: relative;	float: left;	display: block;	margin-bottom: 0px;}.asdf {	width: 190px;	position: relative;	float: right;	display: block;	padding: 0px;	margin-top: 0px;	border-width: 0px;	border-style: none;	margin-bottom: 0px;}fieldset.reiseziel {	width: 510px;	position: relative;	float: left;	display: block;	margin-bottom: 0px;	background: #DDDDDD url(../bilder/email_48x48.png) no-repeat 450px 20px;	border-style: none;}fieldset.button {	width: 120px;	position: relative;	float: right;	display: block;	border-width: 0px;	border-style: none;	height: auto;	margin: 0px;	padding: 30px 40px 0px 0px;}fieldset.button2 {	width: 200px;	position: relative;	float: left;	display: inline;	padding: 20px 0% 10px 90px;	border-width: 0px;	border-style: none;	text-align: center;	clear: right;	margin: 0px 0% 0%;	background: center center;	vertical-align: bottom;}legend {	font-weight: bold;	color: #A1C93D;	width: auto;	padding: 10px 5px 15px;	font-size: 16px;	display: block;	top: 20px;	position: relative;	left: -4px;	}legend.small {	font-weight: bold;	color: #0074BE;	display: block;	width: auto;	padding: 10px 5px;	font-size: 12px;}input, textarea {	border: 1px solid;	width: 420px;	height: 20px;	padding-top: 1px;	padding-left: 2px;	font-size: 12px;	line-height: 14px;	display: block;}textarea {	height: 80px;	}input:focus, textarea:focus {	background: #CF9;}label {	width: 200px;}#form1 label {font-size:12px;}#form1 input {	font-size:12px;	line-height: 14px;}input.radio {	width: 20px;	display: inline;	float: left;	margin: 0px 3px 0px 0px;	padding: 0px;}label.radio {	display: inline;	width: 50px;	padding: 0px;	margin: 0px;	position: relative;	float: right;}/* -----------------------------------------------------------------------------------------------------------------------------------*/span {	display: block;	width: 100%;}#send {	border: 3px solid #94C025;	min-height: 20px;	width: 100px;	background: #FFFFFF;	height: 30px;	font-weight: bold;	text-align: center;	display: inline;	left: 0px;	clear: none;	vertical-align: bottom;	float: left;	margin-right: auto;	margin-left: auto;}#send:hover {	background-color:#DDDDDD;	cursor: pointer;}#send:active {	background-color:#94C025;	color: #FFFFFF;}
