/* ************************* */
/* Styles für Form-Elemente  */
/* ************************* */

form 			{ padding:0px; margin:0px; }

/* Versteckte input type="hidden" Felder für Validierung in divs  */
div.inputTypeHidden {
	display:none; }

.areaText	 	{ width:536px;
				  height:50px;
				  overflow:auto; 
				  font-size:12px;
				  color:#000000;
				  font-family:Verdana,Arial,Helvetica,sans-serif; }

.inputFull		{ width:536px;
				  font-size:12px; 
				  color:#000000; 
				  font-family:Verdana,Arial,Helvetica,sans-serif; }

.inputMedium	{ width:260px;
				  font-size:12px;
				  color:#000000;
				  font-family:Verdana,Arial,Helvetica,sans-serif; }

.inputSmall		{ width:100px;
				  font-size:12px; 
				  color:#000000; 
				  font-family:Verdana,Arial,Helvetica,sans-serif; }

/* Input Feld für File Dialog läßt sich nicht über width in der Größe ändern, deshalb größerer Schriftgrad */
.inputFile		{ font-size:13px; }
				  
.selectMedium	{ width:266px;
				  font-size:12px; 
				  color:#000000; 
				  font-family:Verdana,Arial,Helvetica,sans-serif; }

.selectSmall	{ width:64px;
				  font-size:12px; 
				  color:#000000; 
				  font-family:Verdana,Arial,Helvetica,sans-serif; }
				  
.selectXSmall	{ width:48px;
				  font-size:12px; 
				  color:#000000; 
				  font-family:Verdana,Arial,Helvetica,sans-serif; }

.button			{ width:133px;
				  font-size:12px;
				  font-weight:bold; 
				  color:#000000; 
				  font-family:Verdana,Arial,Helvetica,sans-serif; }

/* Bei 2 Buttons in einer Spalte */	  
.button2Col		{ width:128px;
				  font-size:12px;
				  font-weight:bold; 
				  color:#000000; 
				  font-family:Verdana,Arial,Helvetica,sans-serif; }
