/* CSS Document */


form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin-left:20px;
	color:#333333;

}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	border: 1pt solid #E7ECEF;
	
}
.leerzeile {
	height:20px;
}
.linke_spalte {
	width:100px;
}
.rot {
	color:#F25212;
	font-size:11px;
	}



select {
	width:180px;
	height:16px;
	background-color: #FDFDFD;
}
.form-select_a {
	width:180px;
	height:16px;
	background-color: #FDFDFD;
}
.form-inputfield {
	width:180px;
	height:16px;
	background-color: #e7ecef;
}
.form-inputfield_a {
	width:180px;
	height:16px;
	background-color: #FDFDFD;


}

.form-inputfield-big {
	width:150px;
	height:100px;
	

}

.form-textarea {
	width:180px;
	height:100px;
	background-color: #e7ecef;
	overflow:auto;
}
.form-textarea_a {
	width:180px;
	height:100px;
	background-color: #FDFDFD;
	overflow:auto;

}
.button {
	background-color:#F3F3F3;
	border: 1pt solid #CCCCCC;
	width:180px;
	background-image: url(../images/menu/button_send.gif);
	background-repeat: repeat-x;
}