/* Stylesheet */

.highlight {
	color: red;
}

table.kontaktformular {
	border-collapse: collapse;
	border: 1px solid #000000;
	width: 100%;
}

table.kontaktformular td {
	padding: 5px;
}

table.kontaktformular td.label {
	text-align: right;
	text-weight: bold;
}

input, textarea {
	border: 1px solid #000000;
	padding: 3px;
}

#l_text {
	vertical-align: top;
}

#text {
	width: 350px;
	height: 100px;
}

#l_send {
	text-align: center;
}

#send {
	font-weight: bold;
	width: 10em;
	margin-top: 20px;
}

#l_required_fields {
	font-style: italic;
}

#vorname, #nachname {
	width: 10em;
}

#plz {
	width: 3em;
}

#email {
	width: 20em;
}
