@charset "utf-8";
/* CSS Document */

/* FORMULAR */

.kontaktzeile {
}

.formulartext {
	display:block;
	padding: 3px 0 0 0;
	width:190px;
	float:left;
	color:#333;
	font-size:0.7em;
	font-weight:bold;
}

.inputbox {
	height:16px;
	border: solid 1px #85b8df;
	margin: 3px 0 0 0;
	width: 240px;
	font-size:0.9em;
}

.anfrage {
	border: solid 1px #85b8df;
	margin: 3px 0 0 0;
	width: 240px;
	font-size:0.9em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

* html .anfrage {
	margin: 3px 0 0 3px;
}

table.anfragefeld {
	border-collapse:collapse;
	width:280px;
}

td.anfragefeld {
	text-align:left;
}

.abschicken, .abschicken:link, .abschicken:visited {
	border: solid 1px #0e80c5;
	background:#dbeaf5;
	width:86px;
	color:#0e80c5;
	font-size:0.7em;
	font-weight:bold;
	padding:2px 6px;
	margin: 0 0 1px 0;
	cursor:pointer;
}

.abschicken:hover {
	color:#000;
	background:#fff;
}
