@charset "UTF-8";
/* CSS Document */

.formu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	border: 1px solid #ccc;
}
.formu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	border: 1px solid #ccc;
}

.senden_button {
	background-image: url(../images/senden.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 69px;
	cursor: pointer;
	border-width: 0px;
}
.zurueck_button {
	background-image: url(../images/zurueck.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 69px;
	cursor: pointer;
	border-width: 0px;	
}
.ok_button {
	background-image: url(../images/ok.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 27px;
	cursor: pointer;
	border-width: 0px;
}

.ueberschrift {
	color: #4b9021;
}
