/*
'====================================================================
' (c)bifa GmbH 2008 - *Begleitschein-System*
'--------------------------------------------------------------------
' 
'
'
'====================================================================

Farbvorgaben:
-------------
Logo-Rein-RGB:
- blau: #1964A1 - rgb(25,100,161)
- orange: #C4641D - rgb(196,100,29)

Schriftarten:
- blau: rgb(0,51,153)
- grau hell:
- grau mittel:
- grau: dunkel #555555

Sonstige:
Orange hell:#f68b1e;
'====================================================================-*/




/* ------------ Global ------------------------*/

/*.en_sheet{border-collapse:collapse;}*/



/* ------------ Body und Reiter ------------------------*/
.enBody {padding:20px; border:solid 1px #999999; }

.enTab {
	border:solid 1px #999999;  
	height:26px; 
	width:10%;/*width:80px;*/
	text-align:center; 
	font-size: 10px; 
	font-weight:bold;
	color: #666666; 
	background-color:#eeeeee; 
	background:url(../images/tab_norm.gif);
 }

.enTabBlanco {border-bottom:solid 1px #999999; } /*=>Platz rechts neben Tabs */

td.enTab a {text-decoration:none; display:block;color:#555555;border-right:1px solid white}

.enTab#selected {
	border-bottom:solid 1px #ffffff; 
	background-color:#ffffff;
	background:url(../images/tab_sel3.gif);
}



/*--------------------- Formblatt ------------------------*/

.enForm {color:rgb(0,51,153); border: 1px solid #f68b1e}


.enFormTitleSmall{font-size:11px;}
.enFormTitleBig{font-size:13px; font-weight:bold;}
.enLine {border-bottom: 1px solid #f68b1e}
.enFormTitle {font-size:13px; font-weight:bold;}
.enForm .enFormIDFld { float:right; top:0px; height:20px; text-align:right;margin-right:3px}
.enForm .enFormInstructionFld {float:left;font-size:10px;}
.enForm .enLeft { float:left;width:25px; text-align:center; margin-right:7px;font-weight:bold}
.enForm .enLeftOb { float:left;width:20px; text-align:center; margin-right:7px; font-weight:bold}
.enForm .enDesc {font-size:11px; font-weight:bold; line-height:30px;}
.enLbl {padding:3px 0 0 0}
.enLblOb {padding:0 0 0 0}
.enLblLink a {text-decoration:none;}

.enBorder1111 {border:1px solid #f68b1e;}

.enForm table,
.enForm input,
.enForm select,
.enForm textarea
 {color:rgb(0,51,153); font-family:arial, verdana, sans-serif; font-size:12px;}

.enLblLink a {text-decoration:none; color:rgb(0,51,153)}

/*------------  Zeilen/ Spaltenformatierung  -------------*/
/* enD...= <Div> ; enS...=<Span> */
.enDTyp_std { min-height:20px; padding: 0 0 0 3px;text-align:left;} /*border: 1px solid #c4641D;*/

.enLblID {font-size:11px; color:#666666;;font-weight:bold}
.enFldID input {font-size:10px; color:#666666;}
.enBtnSave input {font-size:11px;}


/*--------------------- Status Texte ------------------------*/
.enStatusText {font-size:11px; color:#666666; font-weight:normal; background:#eeeeee;padding:5px;border:0px solid #666666;}
.enStatusBanner{
	width:25%;height:32px; float:left; 
	text-align:right; vertical-align:top;
	color:#c0c0c0; font-size:30px;font-weight:bold
	}



/*--------------- en error table (verwaltung) --------------*/
.en_err_table {border:1px solid #999999; color:rgb(0,51,153);  padding:5px; spacing:0px;  }
.en_err_table th {font-weight:bold; text-align:left; vertical-align:top; text-decoration:none;} /*background-color:#085a9c;color:rgb(255,255,255);*/
.en_err_table td { padding:2px; color:#666666;text-align:left; text-decoration:none; vertical-align:top;}
.en_err_table td a {color:#555555;text-decoration:none; vertical-align:top; text-decoration:underline}
.en_err_table_head {font-weight:bold; color:rgb(255,255,255); background-color:#085a9c; vertical-align:top; text-decoration:none;}
.en_err_table_head {font-weight:bold; color:rgb(255,255,255); background-color:#1964A1; vertical-align:top; text-decoration:none;}

