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

.formularfeldbig {
	width:420px;
	background:#e5e8ea;
}
.indexboxnormal {
	width:275px;
	background:#e5e8ea;
	border:1px #e5e8ea solid;
	font-size:11px;
}
.formularfeld {
	width:350px;
	background:#e5e8ea;
}
.textarea {
	background:#e5e8ea;
	width:350px;
	border:1px #e5e8ea solid;
	font-size:11px;
}
.formularfeld {
	width:138px;
	background:#e5e8ea;
}

.tabellenformularklein {
	border:1px #bcbdc0 solid;
	border-right:0px #bcbdc0 solid;
	border-bottom:0px #bcbdc0 solid;
	margin-bottom:10px;
}

.tabellenformularklein td {
	border-right:1px #bcbdc0 solid;
	border-bottom:1px #bcbdc0 solid;
	line-height:20px;
	padding-left:5px;
}
.tabellenformularklein .formularfeld {
	border-right:1px #bcbdc0 solid;
	padding-left:0px;
}
.indexboxklein {
	background:#e5e8ea;
	width:138px;
	border:1px #e5e8ea solid;
	font-size:11px;
}
.indexboxbig, .textareabig {
	background:#e5e8ea;
	width:420px;
	border:1px #e5e8ea solid;
	font-size:11px;
}

.selectboxklein {
background:#e5e8ea;
	width:138px;
	border:1px #e5e8ea solid;
	font-size:11px;
}

.back {
	text-decoration:none;
	color:#bcbdc0;
	font-weight:bold;
}
.senden {
	text-decoration:none;
	color:#5a8dac;
	font-weight:bold;
}