 
 body {
 
 font-size:0.70em;
 font-family: Verdana,'lucida grande',helvetica,verdana, arial, tahoma, verdana, helvetica, sans-serif;
 padding:5px;
 margin:5px;
 background-color:white;
 background-repeat:repeat-x;

  
} 
  
/* Für Formular ohne Ränder und Abstände */
#noSpaces{
  padding:0px;
  margin:0px;
}



/* Diese Stylesheets sind für die Zentrierung zuständig */
#centerBox {

  text-align:center;
  width:100%;

}

#centerObject {
  margin:0px auto;

}  



input.standardField{
   border: 1px solid steelblue;
   background-color: white;
   font-family:Arial;	
   color:black;
   padding:2px;
   width:150px;
   margin:1px;
   vertical-align: middle;
   -webkit-appearance: none;
   -webkit-border-radius: 0;
   border-radius:0;
}

textarea.standardTextarea{
   border: 1px solid steelblue;
   background-color: white;
   font-family:Arial;
   color:black;
   padding:2px;
   margin:1px;
}


.standardSubmit,
.standardSubmitSec, {
   border: 1px solid silver;
   cursor: pointer;
   font-weight:bold;
   background-color: #eeeeee;
   font-family:Arial;
   color:black;
   padding:1px;
   margin:1px;
}

/* ------ START Ag 2014-03-05 ------ */

#STARTSCREEN .standardSubmit,
#STARTSCREEN .standardSubmitSec {
  font-family: Arial, Helvetica, Sans-Serif !important;
  font-size: 12px !important;
  line-height: 12px !important;
  border: none !important;
  color: #fff !important;
  padding: 4px 5px 4px 5px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

#STARTSCREEN .standardSubmit {background-color: #004b93;}
#STARTSCREEN .standardSubmitSec {background-color: #969696;}

#STARTSCREEN .standardSubmit:hover {background-color: #003363;}
#STARTSCREEN .standardSubmitSec:hover {background-color: #787878;}

#STARTSCREEN .standardSubmit::-moz-focus-inner {
  padding: 0;
  border: 0;
}

#STARTSCREEN .standardSubmitSec::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* ------ END Ag 2014-03-05 ------ */ 

a.standardSubmit{
   border: 1px solid silver;
   cursor: pointer;
   font-weight:bold;
   background-color: #eeeeee;
   font-family:Arial;
   color:black;
   padding:1px;
   margin:1px;
   text-decoration:none;
}

select.standardSelect{
   border: 1px solid silver;
   font-weight:bold;
   background-color: #eeeeee;
   font-family:Arial;	
   color:black;
}


table
{
	font-size:1em;	
}

input.linkLookAlike{
   border: 0px;
   cursor: pointer;
   font-weight:bold;
   font-family:Arial;
   width:100%;
   background-color:transparent;
   text-align:left;
   color:black;
}

.headline
{
	font-size:2em;
	font-family:Arial;
	font-weight:bold;
	color:steelblue;
	text-decoration:underline;
	margin-bottom:0.5em;	
	margin-top:0.5em;
}


pre
{
	font-size:8pt;	
}


/* Für ordentliche DIV-Layouts */


.label {
  float: left;
  width: 150px;
  padding-top: 3px;
  padding-right: 5px;
}



code
{
	font-size:8pt;	
}





/* ------ START Ag 2014-04-03 (New Textarea- and Input-Width) ------ */
#tab_data td nobr textarea {
  width: 90%;
}

#tab_data td nobr input {
  width: 90%;
}

#tab_data td nobr input[type=radio] {
  width: auto;
  margin: 0;
}

/* ------ END Ag 2014-04-03 (New Textarea- and Input-Width) ------ */


/* ------ START Ag 2014-04-03 (New Col-Width) ------ */
#tab_data_head td nobr,
#tab_data td nobr {
  white-space: normal !important;
}

#tab_data td nobr {
  white-space: normal !important;
  word-break: break-all !important;
}

#tab_data_head td,
#tab_data td {
  vertical-align: top !important;
}

/* Spalte 1: Funktionen */
#tab_data_head tbody tr td:nth-child(1),
#tab_data tbody tr td:nth-child(1) {
  width: 62px !important;
}

/* Spalte 2: Kd.-Nr. Rechnungsadresse */
#tab_data_head tbody tr td:nth-child(2),
#tab_data tbody tr td:nth-child(2) {
  width: 68px !important;
}

/* Spalte 3: Kd.-Nr. abweichende Lieferadresse */
#tab_data_head tbody tr td:nth-child(3),
#tab_data tbody tr td:nth-child(3) {
  width: 68px !important;
}

/* Spalte 4: Name, Lieferadresse */
#tab_data_head tbody tr td:nth-child(4),
#tab_data tbody tr td:nth-child(4) {
  width: 170px !important;
}

/* Spalte 5: Sortiername */
#tab_data_head tbody tr td:nth-child(5),
#tab_data tbody tr td:nth-child(5) {
  width: 140px !important;
}

/* Spalte 6: Straße, Lieferadresse */
#tab_data_head tbody tr td:nth-child(6),
#tab_data tbody tr td:nth-child(6) {
  width: 130px !important;
}

/* Spalte 7: Ort, Lieferadresse */
#tab_data_head tbody tr td:nth-child(7),
#tab_data tbody tr td:nth-child(7) {
  width: 130px !important;
}

/* Spalte 8: Stand */
#tab_data_head tbody tr td:nth-child(8),
#tab_data tbody tr td:nth-child(8) {
  width: 58px !important;
}

/* Spalte 9: Nr. */
#tab_data_head tbody tr td:nth-child(9),
#tab_data tbody tr td:nth-child(9) {
  width: 40px !important;
}

/* Spalte 10: Auflage MRS */
#tab_data_head tbody tr td:nth-child(10),
#tab_data tbody tr td:nth-child(10) {
  width: 50px !important;
}

/* Spalte 11: Auflage GmbH-Beilage */
#tab_data_head tbody tr td:nth-child(11),
#tab_data tbody tr td:nth-child(11) {
  width: 50px !important;
}

/* Spalte 12: Auflage Berater-Beilage */
#tab_data_head tbody tr td:nth-child(12),
#tab_data tbody tr td:nth-child(12) {
  width: 50px !important;
}

/* Spalte 13: Druck-Info */
#tab_data_head tbody tr td:nth-child(13),
#tab_data tbody tr td:nth-child(13) {
  width: 170px !important;
}

/* Spalte 14: Druck SW/farbig */
#tab_data_head tbody tr td:nth-child(14),
#tab_data tbody tr td:nth-child(14) {
  width: 60px !important;
}

/* Spalte 15: Anmerkung */
#tab_data_head tbody tr td:nth-child(15),
#tab_data tbody tr td:nth-child(15) {
  width: 150px !important;
}

/* Spalte 16: Upload-Datum aktueller Druckdatei */
#tab_data_head tbody tr td:nth-child(16),
#tab_data tbody tr td:nth-child(16) {
  width: 140px !important;
}

/* Spalte 17: Dateien */
#tab_data_head tbody tr td:nth-child(17),
#tab_data tbody tr td:nth-child(17) {
  width: 200px !important;
}
/* ------ END Ag 2014-04-03 (New Col-Width) ------ */