/* Forms */

#form1 form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
#form1 fieldset {
	border: 1px solid #ccc;
	margin-top: 20px; /* vorher 30px statt 20px */
	padding: 5px 20px 5px 20px; /* vorher 16px statt 5px */
}
#form1 fieldset legend {
	color: #015291;
	font-size: 160%;
	font-weight: bold;
	padding: 0 0 8px 0;
}

#form1 fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}

#form1 fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}

#form1 fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

#form1 form div {
	clear: both;
	margin-bottom: 1em;
	padding: .15em;
	vertical-align: text-top;
}
#form1 form div.input {
	color: #444;
}
#form1 form div.required {
	color: #333;
	font-weight: bold;
}
#form1 form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 10px;
}
#form1 label {
	display: block;
	font-size: 110%;
	padding-right: 10px;
}
#form1 div.checkbox label{
	float: left;
}
#form1 input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 95%;
}
#form1 select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
#form1 select[multiple=multiple] {
	width: 100%;
}
#form1 option {
	font-size: 120%;
	padding: 0 3px;
}
#form1 input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
.input {
 padding:0;
 margin:0;	
}
	
#form1 input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
#form1 div.radio label {
	margin: 0 0 6px 20px;
}
#form1 input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
.error-message {
	color: red;
}

