/* CSS Formulare */

td {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000}

.rot {
	color: #f00;}

#Formular {
	position: absolute;
	left: 500px;
	top: 190px;
	width: 300px;}

#Adresse {
	position: absolute;
	left: 150px;
	top: 120px;
	line-height: 16px;
	width: 300px;}

.form1 {
	width: 180px;
	height: 14px;
	border: 1px solid #9C9C9C;
	padding-left: 3px;
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666}
		.form1:focus {
		background-color: #eee}
		
.form5 {
	width: 300px;
	height: 100px;
	border: 1px solid #9C9C9C;
	padding-left: 3px;
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666}
		.form5:focus {
		background-color: #eee}

.formsenden {
	width: 150px;
	height: 18px;
	border: 1px solid #FFF;
	background-color: #838383;
	padding-left: 3px;
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #FFF}

.formv {
	display: none;}

.Datenschutz {
	padding-top: 20px;
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #999}

