/* WebOrder StyleSheet - V 4.0  
   stoll informationssysteme http://www.stoll-is.de
   LISAG.css - Neuer LIS Style
   WebOrder 4 
   03.09.2009 - WebSped III und WebOrder III 
   24.03.2010 - WebOrder Menü
   15.04.2010 - WebTrack Menü
   21.04.2010 - Neue LIS-AG Header und Footer verwenden
   22.06.2010 - Footer fix unten positionieren
   23.08.2010 - TimeOut eingebunden
   21.12.2010 - Button neu gestaltet - nur für WebSped4
   06.01.2011 - WebSped4 - Statistikseite h1-h3
   10.01.2011 - columnleft, right, center
   21.01.2011 - WebOrder Symbole
   22.02.2011 - WebTrack 4
   01.03.2011 - index entfernt, Schnellstartseite, .startpage, .centerinput,  aus .timeout wird .logininfo
   07.03.2011 - im Startbereich die CSS-Klasse defaultinfo hinzugefügt
   08.03.2011 - .center
   15.03.2011 - body benötigt Positionseigenschaften, Zusammenhang mit fotter-fix und monthview
   08.07.2011 - WebLager Gestaltungen, #content erhält padding
   04.08.2011 - .hidden {display:none;} - .tabDeliveryNote hinzugefügt
   08.08.2011 - Input und Select erhalten einheitlichen Padding:1px 0;
   15.08.2011 - WebSped Hello.aspx mit Behälteranzeige=WebCont und Namensbezeichnungen für WebSped Module
   23.08.2011 - Customer Select
   29.11.2011 - ErrTxt im IE
   04.01.2012 - NVEStatus Fenster
   19.01.2012 - Neues Layout #help
*/


body {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#000000;
	padding:0; 
	margin:0; 
	height:100%;
	min-width:1200px;
	background:none White;
	position:relative;
	display:inline-block;
	}


/* WebOrder - ohne Layout - eingebunden in WebTrack */
body#embedded {	width:100%; background-image:none; background-color:Transparent!important; 
		font-family:Arial, Helvetica, Verdana, sans-serif;}
#embedded #menuAdmin { position:relative; top:20px; left:5px; }
#embedded #content   { padding:50px 0px 50px 10px; background-color:Transparent!important; }	
#ifraWebOrder 	     { background-color:Transparent!important; }	
	
#menuebody { background:url(images/LIS-Menu-bg.png) repeat-y ;
             border:0px solid #A4E8FB; }
#WebSpedLogo { background:url(images/LIS_TOP_MenuGB.png) no-repeat #FFFFFF; height:49px; } 
#OhneLogo {	background:url(images/LIS-TOP-3000.png) top left no-repeat #FFFFFF; width: 210px; height: 49px;	}

#rand	{ 
	height: auto !important;
    /* height: 100%; */
    min-height: 100%;
    overflow: visible;
    margin: 0 auto 0 auto;
	padding:0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align : left;
	width:100%; 
	background:none transparent;
}	/* height:750px; min-height:750px;min-width:400px; */
* html #rand {
	height:100%;
	}
	
/*****************************************************************************************/
  /* Neu  WebOrder III und neues Menü in WebTrack */

#header,#HeaderFix {
	margin:0; 
	padding:0; 
	height:80px; 
    background:url(images/LIS-TOP-3000.png) top right no-repeat;
	position:relative;
	z-index:0;
    }
.logo { 
	background:url(images/LIS-WebSped-Logo.png) 0 0 no-repeat;
	height:50px;
	} 
.logo .titel {display:inline-block;}
.logo .logoimg {display:none;}

.headermenue { 
	position:relative; top:5px; left:0; 
	display:block;
	z-index:2;
	} 
.headermenue ul ,.logo ul{ 
	margin:0; 
	padding:0;  
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}
.headermenue ul li {
	float:left;
	padding:0 10px; 
	}
.headermenue ul li a ,.logininfo ul li a { 
	text-decoration:underline;
	display:block;	
	}
.headermenue a:link ,.headermenue a:visited { color: #0085B7; }
.headermenue a:hover,.headermenue a:active  { color: #535353; }
.headermenue ul li.leer { border:0px transparent solid; }

.logininfo a:link ,.logininfo a:visited { color: #0085B7; }
.logininfo a:hover,.logininfo a:active  { color: #535353; }
.logininfo { 
	position:absolute; top:55px; right:220px;
	display:block;
	z-index:1;
	} 
.logininfo ul { 
	margin:0; 
	padding:0;  
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}
.logininfo ul li {
	float:left;
	padding:0 10px;
	}
.logininfo ul li.username,.logininfo ul li.autologout{
	font-size:10px;
	color:white;
	}
.logininfo ul li.username 	{
	position:relative; top:-39px; right:-200px;
	}
.logininfo ul li.autologout{
	position:relative; top:-39px; right:-200px;
	}	

.logininfo input.zeitangabe {
    font-size:10px;
	color: white;
	background-color:transparent;
    width:80px;
    border: none;
	position:relative; top:-1px;
    } 
	

#menue {   width:0em; visibility:hidden; float:left; }
    
#content,#ContentFix { 
    margin:0 auto 3em auto;
    padding:0 1em; 
    min-width:60em; 
	background: none white;
	position:relative;
	z-index:0;
	}
	/* min-height:500px; 
    background:url(images/LIS-BG.png) center center no-repeat transparent; */
    /* border:1px solid #A0A0A4;  margin:0 0 0.5em 14em;  wenn menue sichtbar ist
    background:url(images/LIS-BG.png) right bottom no-repeat transparent; = LKW*/
  * html #content {
    height: 1em;  
    /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }

#info { float:right; width:0em; visibility:hidden;}
        
#footer,#FooterFix { 
	clear:both;
	position:fixed; bottom:0; left:0; right:0;
	height:2em;
	margin:0;
	padding:10px 0 0 0;
	background:url(images/LIS-Bottom-3000.png) bottom left no-repeat transparent; 
	color:white; 
	text-align:center;
	z-index:0;
}
 #footer div,#FooterFix div { 
	position:absolute; 
	top:15px; left:0; right:0; bottom:0; 
	z-index:0;
 }
	
/*****************************************************************************************/
.startpage  {}
/* .startpage  #header {
	margin:0; 
	padding:0; 
	height:20px; 
    background:none Transparent;
    }
.startpage .headermenue { 
	position:relative; top:5px; left:0; 
	} 
.startpage .logo { display:none; }
*/
.InputArea { 
	background-color: #FAFAFA;
	border: 1px solid #0085B7;	
	-Moz-border-radius: 8px;
	border-radius: 8px; 
	width:85%;
	padding:10px;
} /* Eingabebereiche mit Icon oben rechts */
.InputAreaCenter {
	width:500px;
	margin:5em auto;
	padding:20px 20px 10px 20px;
	background:none #FAFAFA; 
	border: 1px solid #0085B7;
	-Moz-border-radius: 8px;
	border-radius: 8px;
} /* Eingabebereiche auf der Startseite; zentriert, schmal */
.centerinput {
	width:500px;
	margin:20px auto;
	padding:20px 20px 10px 20px;
	background:none #FAFAFA; 
	border: 1px solid #0085B7;
	-Moz-border-radius: 8px;
	border-radius: 8px;
}
.webspedinfo {
	width:85%;
	margin:2em auto;
	background-color: white;
	border: 1px solid #0085B7;	
	-Moz-border-radius: 8px;
	border-radius: 8px; 
} /* Anzeige WebSped Info */
.webspedinfo img { border:none; }
.webspedinfo hr {
	display:block;
	border:1px solid lightgrey;
	}
.defaultinfo {
	text-align:center;
	color:#7F7F7F;
	font-size:11px;
} /* default.aspx - Info zum Browser */
.InputAreaCenter .InputCenter,.centerinput .InputAreaCenter .InputCenter {
	width:350px;
	text-align:center;
	margin:0 auto;
}
.InputAreaCenter .InputCenter div,.centerinput .InputAreaCenter .InputCenter div {
	text-align:left;
}
.InputAreaCenter .InputCenter div span,.centerinput .InputAreaCenter .InputCenter div span {
	line-height:200%;
}

.startpage .headermenue ul li.language { 
	position:absolute;
	right:220px;
}	
.startpage #drpSprache,.startpage #drpSprache option { 
	width:100px; 
	height:18px;
	vertical-align:baseline; 
	background-color:white;
	border:solid 1px #AAAAAA;
	}
.startpage #content { 
	min-height:400px;
	min-width:700px;
	background-color:transparent;
	}
/*
.startpage #footer  { 
	position:relative;
	top:-50px;
}
*/
/* *** hello.aspx *** */
.button-weborder,.button-webtrack,.button-webstore,.button-rkrueck,.button-lmauskunft,.button-webcont,#customerselect {
	display:block;
	margin:1px;
	padding:25px 0 25px 100px;
	position:relative;
	z-index:1;
}
.button-weborder { background:url("images/WOrder.png") no-repeat 0 0 transparent; }
.button-webtrack { background:url("images/WTSearch.png") no-repeat 0 0 transparent; }
.button-webstore { background:url("images/WebStoreIcon.png") no-repeat 0 0 transparent;  }
/* background:url("images/WTMap.png") no-repeat 0 0 transparent; */
.button-rkrueck { background:url("images/WTourStatus.png") no-repeat 0 0 transparent; }
.button-lmauskunft { background:url("images/WTPalInfo.png") no-repeat 0 0 transparent; }
.button-webcont  { background:url("images/WebContIcon.png") no-repeat 0 0 transparent; }

/* Namen der WebSped Module */
.imgWebTrack,.imgWebOrder,.imgWebStore,.imgWebSta,.imgWebPal,.imgWebCont {
	display:block;
	position:relative;
	left:100px;
	top:20px;
	z-index:0;
}

/* Customer Select */
#customerselect {
	padding:0 0 0 100px;	
	background: url("images/CustomIcon.png") no-repeat scroll 0 0 transparent;
	position:relative;
	z-index:10;
}
#customerselect input,#customerselect select,#customerselect textarea { 
	font-size: 12px !important;
	vertical-align: inherit !important; 
}
#customerselect .style6 {
	color:#666666;
}
/* Customer Select ig_DataGrid.css */
#customerselect .igg_LISAGHeaderCaption,#customerselect  tbody.igg_LISAGItem tr td,#customerselect tbody.igg_LISAGItem>tr>td {
	height:17px !important;
	padding:0px 5px 0px 5px !important;
}


/*****************************************************************************************/
	
h1  {   font-family:helvetica, arial narrow, sans serif; 
	font-size:20px; 
	font-weight:bold;
	padding:8px 0 5px 0; }

h2 { font-family:helvetica, arial, sans serif; 
	font-size:16px;  
	font-weight:bold;
	padding:8px 0 5px 0; }
 h2.h2tabAuftrag { font-family:helvetica, arial, sans serif; 
	font-size:16px;  
	font-weight:bold;
	padding:0!important; 
	clear:both;
	position:relative;
	top:-5px;
	}
.titel h2 {
	font-family:helvetica, arial, sans serif; 
	font-size:16px;  
	font-weight:bold;
	padding:26px 0 5px 270px;
	margin:0; }
	
h3 {	font-family:helvetica, arial, sans serif; 
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 5px 0; }

h1,h2,h3,h4 { line-height:110%; }

h4,h5,.h5 {
	font-size:110%;
	margin:0;
	padding:5px 0 5px 0;
}
.h5 { font-weight:bold; }
	/*
.statistic h1 {
	font-family:helvetica, arial narrow, sans serif; 
	font-size:20px; 
	font-weight:bold;
	padding:8px 0 5px 0px; 
	}
.statistic h2 {
	font-family:helvetica, arial narrow, sans serif; 
	font-size:16px; 
	font-weight:bold;
	padding:20px 0 15px 0px; 
	}
.statistic h3 {
	font-family:helvetica, arial narrow, sans serif; 
	font-size:14px; 
	font-weight:bold;
	padding:15px 0 10px 0px; 
	}
 color:#A4E8FB; 

h1.tabletxt {	margin:0; padding:0 0 10px 0;
    font-weight:bold;
    font-size:20px;  
	background:none;}
*/
p,font  {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
}
p {
	margin:3px 0;
	line-height:150%;
}

a  	  { text-decoration:underline; }
a:link	  { color: #0085B7; } 
a:visited { color: #0085B7; } 
a:active  { color: #535353; } 
a:hover   { color: #535353; } 

.customColumnRight{ 
	text-align: right;
	padding-right: 5px;
	}
.customColumnLeft { 
	text-align: left; 
	padding-left: 5px;
	}
.customColumnCenter { 
	text-align: center; 
	}

.center { 
	text-align:center; 
}

/*****************************************************************************************/

hr { display:none;}
.hidden {display:none;}
img { border:0; }

/* scrollhorizontal enthält die WebTrack Aufkriiterientabelle. Mit dem festen bottom:50px rutscht alles in den Footer. */
/* veraltet? 
#scrollhorizontal  {  padding-bottom:0px!important;  }

#AufKopf .tabletxt,#AufKriterien .tabletxt,#Aufkriterien2 .tabletxt,#LMAuskunft .tabletxt,#StatErf .tabletxt,#DMSAuskunft .tabletxt,#AufHistorie .tabletxt {
	font-family : Arial, Helvetica, Verdana, sans-serif;
    	background:#00ACEE;
	height:20px;
	color:#000000; 
	font-size : 12px!important;
	font-weight : normal;
	text-align : left;
	padding:0 0.2em 0 0.2em;
}
.tabletxt a  	    { text-decoration:underline; }
.tabletxt a:link    { color: #535353; } 
.tabletxt a:visited { color: #535353; } 
.tabletxt a:active  { color: #0085B7; } 
.tabletxt a:hover   { color: #0085B7; } 

#AufKopf .aspdat,#AufKriterien .aspdat,#Aufkriterien2 .aspdat,#LMAuskunft .aspdat,#StatErf .aspdat,#DMSAuskunft .aspdat,#AufHistorie .aspdat {
	background:#BFDAFF; 
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-align : left;
	padding:0 0.2em 0 0.2em; 
}
*/
table  {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	text-align : left;
}

.tablehead {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	background:url(images/cmd_LIS2.gif) repeat-x #00ACEE;
	font-size : 12px!important;
	font-weight : normal;
	text-align : center;
	vertical-align : middle;
	padding:0 0.2em 0 0.2em;
	height:20px;
}  
.tabletxt {}
.lblTitel  {
	font-family : Arial, Helvetica, Verdana, sans-serif;
    background:transparent;
	height:20px;
	color:#000000; 
	font-size : 12px!important;
	font-weight : normal;
	text-align : left;
	padding:0 0.2em 0 0.2em;
}
		
#lblFirma {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : #000000;
	font-size : 11px;
	font-style : italic;
	}	
	
.hypLogout {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : #000000;
	font-size : 11px;
	}
	
.asphead,.aspMarginLeft  {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	background:url(images/cmd_LIS3.gif) repeat-x #00ACEE;
	font-size : 11px;
	font-weight : normal;
	text-align : center;
	height:20px;
	padding:0 0.2em 0 0.2em;
}

.aspMarginLeft { table-layout:fixed; width:10px; }

.aspheadleft  {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	background:url(images/cmd_LIS3.gif) repeat-x #00ACEE;
	font-size : 11px;
	font-weight : normal;
	text-align : left;
	height:20px;
	padding:0 0.2em 0 0.2em; 
}

.aspdat,.lblDef   { 
	background-color:#FAFAFA; 
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-align : left;
	padding:0 0.2em 0 0.2em;
} 

.rowselect  {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	background-color : #A4E8FB;
	color : #000000;
	font-size : 11px;
	font-weight : normal;
	text-align : left;
	padding:0 0.2em 0 0.2em;
}

caption  {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : #000000;
	font-size : 11px;
	font-weight : bold;
}

td  {	font-family : Arial, Helvetica, Verdana, sans-serif;	
	font-size : 11px;
	vertical-align : top;
}

th  {	font-family : Arial, Helvetica, Verdana, sans-serif;	
	font-size : 11px;
	font-weight : bold;
	text-align : center;
}

input,select,textarea { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	vertical-align: middle; 
	border: 1px solid #AEB1B2;
	padding:1px !important;
	}/* baseline */
select {
	padding:0 !important; 
}	
.button {
    background: url("images/_LIS_grid_header_bright.jpg") repeat scroll center center white;
    border: 1px outset #AEB1B2;
	height:25px;
	margin-top:20px;
	padding: 1px 20px !important;
	-Moz-border-radius: 8px;
	border-radius: 8px;
}
.buttonsmall {
	background: url("images/igte_DropDownButtonBG.png") repeat scroll center center #F3F3F3;
    border: 1px solid #717171;
	height:18px;
	width:19px!important;
}
.buttonsmallHover {
	background: url("images/igte_DropDownButtonBGHover.png") repeat scroll center center #FAFDFE;
    border: 1px solid #3C7FB1;
	height:18px;
	width:19px!important;
}
.buttonsmallowidth {
	background: url("images/igte_DropDownButtonBG.png") repeat scroll center center #F3F3F3;
    border: 1px solid #717171;
	height:18px;
	padding:0 3px 0 3px !important;
}
/*
buttonsmall
	background: url("images/_LIS_grid_header_bright.jpg") repeat scroll center center white;
    border: 1px outset #AEB1B2;
	height:18px;
	width:20px;
	padding:0;
*/
.cmd,#cmdOK  {
	background: url("images/_LIS_grid_header_bright.jpg") repeat scroll center center white;
    border: 1px outset #AEB1B2;
	height:25px;
	padding:3px 20px 3px 20px;
	margin-top:20px;
	-Moz-border-radius: 8px;
	border-radius: 8px;
	cursor:pointer; }
	

label { font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 11px;
	color : #000000;
	vertical-align : middle; 
	}	

.alert,.ErrTxt { color:#FF0000;
	font-size:12px;
	margin:0px;
	display:block!important;
}

.datlink { color : #000000; }
.disabled { color:#787878; }

  
                
  /* Button neben Text "New" zur Erzeugung einer neuen Tabellenzeile*/
  .grdAddNew,.grdAddNewBox,.grdAddNewButton,.AddNewButton 	{ 
	background:url(images/cmd_LIS2.gif) repeat-x #00ACEE!important; padding:0px!important; height:15px;}
  .grdAddNewButton th,.AddNewButton th {
	width:20px; 
	background:url(images/AddNewButton.gif) no-repeat top transparent!important; 
	cursor:pointer; 
	} 

  /* Drowdown Element im Grid - Anzeige und während der Bearbeitung, Selektion (Sel) */
  /*
  .grdDropDown,.grdDropDownSel  { 
	font-family:Arial,Sans-Serif; font-size:11px;
	height:20px!important; padding:0; margin:0;
	color:#000000;
	} 
   .grdDropDownSel { }
   */
   
/* ****************************************************************  */
  /* Gestaltung der Help.aspx  */
/*
  body#help { min-width:300px; } 
  #help #rand {   
	margin:0 auto;
	}
#help #content { 
	min-height:300px;
	width:450px!important; 
	min-width:450px!important; 
	background-image:none;
	}	
#help #footer {
	margin-top:3em;
	}	
#help p { font-size:11px; line-height:150%; }
#help { margin:0 0 3em 0; }
#help h1.tabletxt {
	font-size:14px;
	}
#help h1  {
	font-size:12px;
	font-weight:bold; 
	text-align:left;
	margin:0; 
	padding:10px 0 10px 0;
	background:transparent;
	}
#help h2  {
	margin:0; 
	padding:0
	}
#help h2.tabletxt {
	font-weight:bold;
	margin:10px 0;
}
img {border:0px;}
*/
/* ****************************************************************  */

.pflicht,.LagerFilter .pflicht { 
	padding:0 0.75em 0 0; 
	background:url(images/pflicht.gif) right center no-repeat; 
	color:black; 
} /* background:url(images/LISAG-pflicht.gif) 1px -1px no-repeat; */

.ig_LISAGHeader .headerpflicht { 
	padding:0 0 0 1em;
	background:url(images/_LIS_ListBar_blue_pflicht.gif) repeat-x 0 bottom #00ACEE;
	color:White;  
}

/* ****************************************************************  */
/* WebLager  Filterdaten in Table gestalten */
.LagerFilter td {padding:3px 0;}
.LagerFilter .tabletxt  span {font-weight:bold!important;}


/* WebTrack - Images oben rechts */
#AufSearch {
	background: url("images/WTSearch.png") no-repeat scroll right 10px White;
}
#RKRueck {
	background: url("images/WTourStatus.png") no-repeat scroll right 10px White;
}
#LMInfo {
	background: url("images/WTPalInfo.png") no-repeat scroll right 10px White;
}

#NVEStaView,#NVEStatus {
	background: url("images/WTNVEStatus.png") no-repeat scroll right 120px White;
	position:absolute; z-index:1000;
}
#NVEStaView h2,#NVEStatus h2  {padding: 50px 0 5px 12px; margin:inherit; }
#NVEStaView #content,#NVEStatus #content  { background: none transparent; }

.tabWTOrder {
	background: url("images/WTBasic.png") no-repeat scroll right 10px White;
}
.tabWTHist {
	background: url("images/WTHist.png") no-repeat scroll right 10px White;
} 
.tabWTDoc {
	background: url("images/WTDoc.png") no-repeat scroll right 10px White;
} 
.tabWTStatus {
	background: url("images/WTStatus.png") no-repeat scroll right 10px White;
} 
.tabWTMap {
	background: url("images/WTMap.png") no-repeat scroll right 10px White;
} 
.tabWTOrder,.tabWTHist,.tabWTDoc ,.tabWTStatus,.tabWTMap,.tabWTMap,.tabAuftrag,.tabOption,.tabGefahr,.tabTag,.tabWoche,.tabMonat,.tabJahr,.tabZeitraum,.tabDeliveryNote  {
	padding:10px;
}

/* WebOrder - Images oben rechts */
#OrderHeader,#OrderPositionen,#OrderOption,#OrderView {width:100%; background-color:Transparent!important; } /* margin:0 0 0 .1em; */
#OrderHeader,#OrderPositionen,#OrderOption { } /* position:relative; left:-4px; top:-3px; */
#OrderHeader,.tabAuftrag {
} /* 2011-08-12: jetzt dynamisch gesetzt. background: url("images/WOrder.png") no-repeat scroll right 10px White; */
#OrderOption,.tabOption {
	background: url("images/WOption-blue.png") no-repeat scroll right 10px White;
}
.tabGefahr {
	background: url("images/WAttention.png") no-repeat scroll right 10px White;
}
.tabTag,.tabWoche,.tabMonat,.tabJahr {
	background: url("images/WStatistCircle.png") no-repeat scroll right 10px White;
}
.tabZeitraum {
	background: url("images/WStatistBlock.png") no-repeat scroll right 10px White;
}
.tabDeliveryNote {
	background: url("images/WDeliveryNote.png") no-repeat scroll right 10px White;
}

/* Breiten begrenzen */
#DMSAuskunft,#AufKopf,#AufHistorie,#StatErf,#AufMap {
	max-width:1000px!important;
}

#OrderHeader .tablehead ,#OrderOption .tablehead { background:none white; } 
#OrderHeader .tabletxt ,#OrderOption .tabletxt { }

#tabOrderHeader {
	background-color: #F5F5F5;
	position:relative;
	top:-10px;
	float:left;
}
#tabOrderHeader  td {
	padding-top:5px;
	padding-bottom:5px;
}
.imgOrderHeader {
	position:relative;
	top:0!important;
	left:27px!important;
}



/* ****************************************************************  */
#OrderHeader,#OrderPositionen,#OrderOption,#OrderView {width:100%; background:transparent; margin:0; }
#OrderHeader,#OrderPositionen,#OrderOption { } /* position:relative; left:-4px; top:-3px; */
#OrderView {width:99%; } 
#OrderHeader .tabletxt,#OrderPositionen .tabletxt,#OrderOption .tabletxt,#OrderView .tabletxt {background:Transparent!important;}
#OrderView h4 {font-size:12px; font-weight:normal !important; }
 /* ****************************************************************  */

body#NVEStaView { min-width:790px; overflow:scroll;}
body#NVEStaView #content { min-height:100px!important; padding:0!important; background-image:none; }


/* ****************************************************************  */

  
  /*   

LIS-Logo Blau
#00ACEE

Hellblau
#A4E8FB

ganz helles Blau
#EBF6FD

Abgedunkeltes Logoblau
#0085B7

-------------------------
             
Grau Hell
Menü, Tabelle, Logistic Finder
#E8EAEB

Grau
Menü Aktiv, Kopf Logistic Finder, Tabellekopf
#AEB1B2

Grau dunkel
Menütexte
#939393

Grau dunkeler
Links auf dunklem Hintergrund
#737373

Blau Dunkel
Menütexte
#0041A0

Grau für Trennstrich in tbar
#A0A0A4

Farbe obere Kante cmdGRAU.gif
#AEB1B2
Farbe obere Kante cmdSTONE.gif
#939393
   */ 
