@CHARSET "UTF-8";

/*	**************************
	CSS-Style for contact form 
	************************** */

/* general */

form {
	margin: 20px 0 30px 0;
}

.hinweis {
	margin: 0 0 10px 0;
	font-size: 8pt;
	font-weight: bold;
	color: #808080;
}

label {
	display: block;
	float: left;
	width: 130px;
	margin: 1px 0 0 0;
	padding: 2px 0 2px 0;
}

label.checkbox {
	width: 260px;
}

/* Kontaktdaten */

.text {
	width: 200px;
}


/* Bemerkung */

.nachricht {
	width: 205px;
	height: 100px;
}


/* Fehler */

p.errortext {
	margin: 10px 0 0 20px;
	color: #ff0000;
}


	
	
