/*================== tn cssForms version 1.79 Oktober 2005 =================
	Angepasst für Kunde       [  ] !! sollte nicht vorkommen
	Weitere Styles verändert  [  ] !! sollte nicht vorkommen
*/

input[type=text], input[type=file], input[type=password],
button, select, textarea, input.textInput {
   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 0 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: left; 
	wline-height: 21px; 
	margin-right: 5px;  
	margin-bottom:5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CFCFC5;
}
.cssForm .twinRow { clear: left; } /* in der twinRow soll nicht gecleared werden, aber davor */
.cssForm .twinRow label{ clear: none; }
.cssForm .twinRow input, .cssForm .twinRow select,
.cssForm .twinRow textarea, .cssForm .twinRow .exInput,
.cssForm .twinRow .exTextarea { margin-right: 10px; _margin-right: 9px; /*abstände zwischen den input feldern*/ }

.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 textarea { height: 80px;}
.cssForm table input, .cssForm dl input, .cssForm ul input, .cssForm ol input {width:auto; float:none; } /*sobald in bestimmten Tags ist es nicht mehr die cssform-optik*/
.cssForm table label, .cssForm dl label, .cssForm ul label, .cssForm ol label {width:auto; float:none; border: none;} /*sobald in bestimmten Tags ist es nicht mehr die cssform-optik*/
.cssForm br{clear:left}

.cssForm .selectorGroup { float:left; margin-right: 5px; } /* height ist für macie nötig, weil sonst probleme wegen dem float auftreten */
.cssForm .selectorGroup input, .cssForm .selectorGroup .exInput, .cssForm .twinRow .selectorGroup input{float: left; margin-right: 5px; width:auto !important; border:none}
.cssForm .selectorGroup input.textInput {float: left; margin-left: 5px; border: 1px solid #CFCFC5; }/* input in einer selectorGroup */
.cssForm .selectorGroup label{clear: none; width:auto; margin-right: 12px; line-height: 18px; text-align:left; border-bottom: none;}
.cssForm .selectorGroup label br{clear: none;}

.cssForm .assignment { float:left; margin:0 5px 0 0; display: inline; /*display wegen abständen im IE*/}
.cssForm .assignment label {text-align:left; width: auto; border-bottom: none;} /*breite unten*/ /* Zuordnungen mit 2 Textareas und 2 Buttons */
.cssForm .assignment select {} /*breite unten*/ /* Zuordnungen mit 2 Textareas und 2 Buttons */
.cssForm .assignment .button {margin: 35px 0 0 0; font-weight: bold; font-size: 1.4em;}



.cssForm .exInput, .cssForm .exTextarea {padding:1px; background: #f3f3f3;}
.cssForm .exInput {height: 16px;}
.cssForm .exInput[class]{height: auto; min-height: 16px;}
.cssForm .exTextarea{padding:1px; height: 50px;}
.cssForm .exTextarea[class]{height: auto; min-height: 50px;}

.cssForm .buttonGroup {margin: 15px 0 0 2px}
.cssForm .buttonGroup input {}

.cssForm input.button, input.button{ _overflow: visible; width: auto; border: auto; margin-right:5px; padding: 0 5px;}
.cssForm input.delete{width: 20px; height: 20px; border: none; font-weight: bold; font-size: 0.1%; background: url(../images/chrome/delete.html) 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}*/

.hint{ color: #093}
.error{ color: #C33; font-weight: bold;}
input.error{ border: 1px solid #feab05; background: #fede63}


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;
}


