	
	/**********************************************************************/
	/* Fachhochschule Münster                                             */
	/* Fachbereich Elektrotechnik und Informatik                          */
	/*                                                                    */
	/* extended DHTML Controls                                            */
	/* Projektarbeit im Fach Weborganisation/-Gestaltung (DHTML)          */
	/*                                                                    */
	/* (c) 2006 Matthias Boehmer | mail@m-boehmer.de | www.m-boehmer.de   */
	/*                                                                    */
	/* $Id: standard.css,v 1.13 2006/03/20 22:33:17 mboehmer Exp $        */
	/*                                                                    */
	/**********************************************************************/
	

	

	
	.td1 {
		background-color: #AEB1B8;
		font-weight: bold;
	}
	
	.td2 {
		background-color: #EAEAEA;
	}
		
	.td3 {
		background-color: #F3F3F3;
	}

	.font {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	.selTitel {
		width: 80px !important;
	}

	
	.selBundesland {
		width: 250px !important;
	}
	
	.textareaInput {
		border: 1px solid #7E838E;
		width: 350px;
		height: 150px;
		background-color: #DBDDE3;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 2px;
	}
	
