/*******************************************************************************/
/* Content																		*/
/********************************************************************************/
	/****************************************************************************/
	/* Formular in 'Anfrage'													*/
	/****************************************************************************/
	/* Inputfeld 'Name' */
	#input_name {
		position: absolute;
		left: 400px;
		top: 430px; 
		z-index: 76; }

	/* Inputfeld 'Vorname' */
	#input_vorname {
		position: absolute;
		left: 194px;
		top: 430px; 
		z-index: 77; }

	/* Inputfeld 'Unternehmen / Institution' */
	#input_unternehmen_institution {
		position: absolute;
		left: 194px;
		top: 480px;
		z-index: 78; }

	/* Inputfeld 'E-Mail' */
	#input_email {
		position: absolute;
		left: 194px;
		top: 530px;
		z-index: 79; }

	/* Inputfeld 'Telefon' */
	#input_telefon {
		position: absolute;
		left: 194px;
		top: 580px;
		z-index: 80; }

	/* Textarea 'Ihre Fragen' */
	#textarea_fragen {
		position: absolute;
		left: 550px;
		top: 480px;
		width: 425px;
		z-index: 81; }

	/* Inputfeld 'Datei auswaehlen' innerhalb von Anfrage */
	#input_anfrage_dateiauswaehlen {
		position: absolute;
		left: 550px;
		top: 630px;
		width: 425px;
		z-index: 82; }

	/* Absenden- / Loeschen - Button */
	#buttons {
		position: absolute;
		left: 550px;
		top: 700px; 
		width: 200px;
		z-index: 83; }

	/****************************************************************************/
	/* Footer 																	*/
	/****************************************************************************/
	/* Footer - Impressum/ AGBs/ Disclaimer */
	#footer {
		position: absolute;
		left: 551px;
		top: 760px;
		width: 200px;
		color: eb7d00; 
		font-size: 11px;
		font-weight: bold;
		vertical-align: middle; 
		z-index: 70; }

	/* Footer - Bild Printer */
	#footer_printer {
		position: absolute;
		left: 610px;
		top: 754px;
		width: 22px;
		height: 26px;
		z-index: 71; }

	/****************************************************************************/
	/* Emailversand-Status														*/
	/****************************************************************************/
	#mail_status {
		position: absolute;
		left: 558px;
		top: 378px;
		font-size: 11px;
		font-weight: bold;
		color: #ff0000;
		z-index: 72}
