/*================== tn cssForms version 1.513 Januar 2005 =================
	Angepasst für Kunde       [ ALTANA ]
	Breiten verändert         [ X ]
	Weitere Styles verändert  [  ]
*/



input{	font-family: Arial, Helvetica, sans-serif;	font-size:1em;}

input[type=text],
button, select, textarea {
	font-family: Arial, Helvetica, sans-serif; 	font-size:1em;
   border: 1px solid #A5ACB2 ; /* A5ACB2 ist WinXP Style*/
}
input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active{
	border: 1px solid ##f00;
}

fieldset{margin-bottom: 20px; padding: 0 3px 10px 3px;}
html>body fieldset{  -moz-border-radius: 5px; border: 1px solid #CFCFC5;}
legend{color: #6085B2; font-size: 1.1em; padding: 10px 5px 10px 5px; font-weight: bold;}
label{font-size: 1em; text-align: left; margin: 0;}

.cssForm label { /*linke spalte*/
	float: left;
	clear:left;
	/*width: 30%;  unten definiert*/
	text-align: right; 
	wline-height: 21px; 
	margin-right: 5px;  
	margin-bottom:5px;
}

.cssForm input,
.cssForm select,
.cssForm textarea,
.cssForm .exInput,
.cssForm .exTextarea{  /*rechte spalte*/
	/*width: 60%; unten definiert*/
	border: 1px solid #CFCFC5; 
	margin-bottom:5px; 
	float: left;
}
.cssForm table input{width:auto; float:none; border: none;} /*sobald in table ist es nicht mehr die cssform-optik*/
.cssForm br{clear:left}

.cssForm .selectorGroup {float:left; margin-right: 5px;}
.cssForm .selectorGroup input, .cssForm .selectorGroup .exInput{float: left; margin-right: 5px; width:auto; border:none}
.cssForm .selectorGroup label{clear: none; width:auto; margin-right: 0; line-height: 18px;}

.cssForm .assignment select {margin-right: 5px;} /*breite unten*/ /* Zuordnungen mit 2 Textareas und 2 Buttons */
.cssForm .assignment .button {margin-top: 15px;}

.cssForm .exInput, .cssForm .exTextarea {padding:1px; background: #f3f3f3;}
.cssForm .exInput {height: 20px;}
.cssForm .exInput[class]{height: auto; min-height: 20px;}
.cssForm .exTextarea{padding:1px; height: 40px;}
.cssForm .exTextarea[class]{height: auto; min-height: 40px;}

.cssForm .buttonGroup {margin: 30px 0 0 20px}
.cssForm .buttonGroup input {}

.cssForm input.button{color: #024788; font-weight: bold; -moz-border-radius: 3px; width:auto; border: auto; margin-right:5px;}
.cssForm input.delete{width: 20px; height: 20px; border: none; font-weight: bold; font-size: 0.1%; background: url(../images/chrome/delete.gif) no-repeat; color: #f00}
.cssForm input.important{ border: 1px solid #f00 !important;} /*hervorgehobene optik für wichtige buttons */
.cssForm .rightCol {margin: 0 0 5px 0} /*leftmargin=unten definiert*/ /*elemente, die in die rechte "spalte" sollen*/
.cssForm .rightCol input{margin: 0 0 0 5px}

.cssForm .hint{ color: #093}
.cssForm .error{ color: #C33}


form {margin:0px;}/* entfernen des Abstandes bei Form-Elementen */


.cssForm hr{ 
	clear: left;
	height:1px; 
	border-style: none;
	margin:25px 0 25px 0;
	padding:0;
	color: #CFCFC5; background: #CFCFC5;
}


/*======================= Breiten der spalten ================================*/

.cssForm fieldset{ width:575px} /* zB leer */
.cssForm label { width: 120px;} /* zB 30% */
.cssForm .rightCol {padding-left:120px; width: 425px;} /* zB 30% */
.cssForm input, .cssForm select, .cssForm textarea, .cssForm .exInput, .cssForm .exTextarea{
		width: 425px; /* zB 60% */ }
.cssForm .assignment select {width: 30%;}


/*test case ------------------------*/

