/* CSS Document */

/* kontakt */

input  {
	border: 1px solid #999999;
}

#anfrage, #anrede {
	
	border: 1px solid #999999;
}

#anfrage:focus, #anrede:focus {
	
	border: 1px solid #008FE0;
}

input:focus {
	color: #FF0000;
	border: 1px solid #008FE0;
}
label:active  {
	font-weight: bold;
	color: #FF0000;
}

fieldset {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
label {
	clear: both;
	width: 200px;
	display: block;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	float: left;
}
input, select {
	width: 200px;
	margin-bottom: 5px;
}
textarea {
	width: 400px;
	margin-bottom: 5px;
	border: 1px solid #999999;
}
.pflicht {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
select {

	margin-bottom: 5px;
	border: 1px solid #999999;
}

/* kontakt ende */
.hinweis {
	color: #FF0;
	height: 30px;
	border: 1px dashed #FF0;
	text-align: center;
	display: none;
}
