/* VAD Internet Consulting */
/* CSS fuer www.magnet-physik.de, Formulare */
/* basierend auf http://www.einfach-fuer-alle.de/artikel/formulare/tag1/*/ 

form {
	display:	block;
}

fieldset {
	border: solid 1px #6BC9FE;
	width: 420px;
	margin-left: 0px;
	padding-bottom: 10px;
}

legend {
	font-size : 100%;
	color: #6BC9FE;
	font-weight: normal;
	margin: 10px 10px 10px 10px;
	padding: 0px 10px 0px 10px;
}

.hint {
	font-size : 85%;
	color: #3369B9;
	font-weight: normal;
	margin: 0px 10px 0px 11px;
	padding: 0px 10px 0px 10px;
}

label.left {
	float: left;
	width: 10em;
	margin-right: .5em;
	font-size : 90%;
	color: #3369B9;
	font-weight: bold;
	padding-left: 22px;
}

label.salutation {
	float: left;
	font-size : 90%;
	color: #3369B9;
	font-weight: bold;
	padding-left: 22px;
	position: relative; top: 20px;
}

label.radiobuttons {
	font-size : 90%;
	color: #3369B9;
	font-weight: normal;
}

input[type=text], select {
	float: left;
}
input[type=text] {
	background-color: #F2FAFF;
	border: 1px solid #FFFFFF;
	margin-bottom: 4px;
	padding: 2px 6px 2px 6px;
	width: 18em;
	color: #3369B9;
}
textarea {
	background-color: #F2FAFF;
	position: relative;
	margin-left: 10.9em;
	display: block;
	border: 1px solid #FAFAFA;
	padding:	6px;
	width: 18.5em;
	height: 10.0em;
}
input.right {
	float: left;
	width: auto;
	clear: both;
	margin-left: 10.8em;
	margin-right: .5em;
}
input.button {
	float: right;
	margin-right: 2em;
	color: White;
	font-weight: bold;
	background-color: #6BC9FE;	
	border: 1px solid #6BC9FE;
	width: 6em;
}

input[type=checkbox].right,
input[type=radio].right,
input[type=submit].right 
input[type=reset].right {
	margin-left: 10.8em;
}

select {
	position: relative;
	top: -1.4em;
	left:	8em;
	display:	block;
	width: 8em;
	border: 1px solid #a5acb2;
}
select:hover, input:hover, textarea:hover {
	border: 1px solid #6BC9FE;
	color: #31709F;
}
input.button:hover {
	color: White;
	background-color: #3369B9;
	border: 1px solid #3369B9;
}
select:focus, input:focus, textarea:focus {
	background:	#DFF1FF;
	border: 1px solid #3369B9;
	color: #3369B9;
}

/* Textzusatz "required" */
.required {
	font-size : 80%;
	font-weight: normal;
	color: #3369B9;
}

form br {
	clear: both;
}
