/* TEXTFORMATE */
.fliesstext{
font-family:Bitstream Vera Sans Mono Roman, "Trebuchet MS", Helvetica, Verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	color:#000000;
	}

.dankesehr{
font-family:Bitstream Vera Sans Mono Roman, "Trebuchet MS", Helvetica, Verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	color:#880000;
	}

/* FORMATIERUNG Formular */
.formular{
	border: solid 1px #8ca3d0;
	font-family:Bitstream Vera Sans Mono Roman, "Trebuchet MS", Helvetica, Verdana;
	font-size:11px;
	color:#666666;
	/*margin-left:100px;*/
	width:318px;
	height:20px;
	margin-bottom:5px;
	background-image:url(../grafix/bg_form.jpg);
	background-repeat:no-repeat;	 
	}
	
.formular_area{
	border: solid 1px #8ca3d0;
	font-family:Bitstream Vera Sans Mono Roman, "Trebuchet MS", Helvetica, Verdana;
	font-size:11px;
	color:#666666;
	/*margin-left:100px;*/
	width:318px;
	min-width:318px;
	max-width:318px;
	height:50px;
	min-height:50px;
	max-height:50px;
	background-image:url(../grafix/bg_form.jpg);
	background-repeat:no-repeat;
	margin-bottom:5px;
	float:none;
	}

.button_send{
border:none;
	font-family:Bitstream Vera Sans Mono Roman, "Trebuchet MS", Helvetica, Verdana;
	font-size:11px;
	color:#ffffff;
	/*margin-left:100px;*/
	width:77px;
	height:17px;
	background-color:#8ca3d0;
	cursor:pointer;
	}
	
.button_delete{
border:none;
	font-family:Bitstream Vera Sans Mono Roman, "Trebuchet MS", Helvetica, Verdana;
	font-size:11px;
	color:#ffffff;
	/*margin-left:180px;*/
	width:77px;
	height:17px;
	background-color:#CC9999;
	cursor:pointer;
	}