			body {
				max-width: 585px;
				margin: 0 auto 5em auto;
				font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			}
			label {
				float: left;
				width: 165px;
				text-align: right;
				padding-top: 3px;
				padding-right: 5px;
			}
			.row {
				clear: both;
				padding: 2px 0px;
				font-size: 0.9em;
			}
			input {
				float: right;
				width: 300px;
				text-align: left;
				height:1.2em;
				font-size:1em;
				border:1px solid #ccc;
				display:block;
				outline: none;
				margin:1px;
				-webkit-border-radius:5px;
				-moz-border-radius:5px;
				-o-border-radius:5px;
				-ms-border-radius:5px;
				border-radius:5px;
			}
			input[type=radio] {
				font-size:14px;
				display:inline;
				float: left;
				width: 1em;
				height: 1.5em;
				vertical-align: bottom;
				margin-left:2em;
				margin-right:0.5em;
			}
			input[type=radio] + label {
				font-size: 0.9em;
				float: left;
				width:auto;
				text-align:left;
			}
			ul {
				list-style-type: none;
				margin:0;
				padding: 0;
			}
			ul li {
				border: 1px solid #dcdcdc;
				border-left: 10px solid #dcdcdc;
				overflow: auto;
				margin: 0;
				padding: 0.5em;
				margin-bottom:0.5em;
			}

			 /* Browser Reset */
			input:invalid {
				border-color: #e88;
				box-shadow:none;
			}
			input:required:valid {
				box-shadow:none;
				border-color:#0c0;
			}
			/* ersetzt Asterisk */
			input:required + label::after {
				content:" *";
				color:#f00;
			}
			/* nicht oder falsch ausgefuellte Felder rot markieren */
			input:focus:invalid {
				border-color: #e88;
				-webkit-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
				-moz-box-shadow: 0 0 5px rbba(255, 0, 0, .8);
				-o-box-shadow: 0 0 5px rbba(255, 0, 0, .8);
				-ms-box-shadow: 0 0 5px rbba(255, 0, 0, .8);
				box-shadow:0 0 5px rgba(255, 0, 0, .8);
			}
			/* richtig ausgefuellte Felder gruen markieren */
			input:required:focus:valid {
				border-color:#0c0;
				-webkit-box-shadow: 0 0 5px rgba(0, 204, 0, .5);
				-moz-box-shadow: 0 0 5px rgba(0, 204, 0, .5);
				-o-box-shadow: 0 0 5px rgba(0, 204, 0, .5);
				-ms-box-shadow: 0 0 5px rgba(0, 204, 0, .5);
				box-shadow: 0 0 5px rgba(0, 204, 0, .5);
			}
			button {
				display:block;
				width:100%;
				border: none;
				background-color: #dcdcdc;
				height: 1.7em;
			}
			button:hover {
				background-color: #cdcdcd;
			}
			input[type=date] {
				float:none;
				display:inline;
				width: 130px;
			}
			input[type=time] {
				float:none;
				display:inline;
				width: 80px;
			}
			input[type=time] + span  {
				float:none;
				display:inline-block;
				width: 20px;
				text-align: center;
			}
			div.ui-datepicker{
				font-size:10px;
			}