/* jacques */
* , #erp {
      font-family: Arial, Helvetica, sans-serif;
}

#sub {      font-size: 0.8em; 
}
* html #head, * html #foot,* html #left {
      position:absolute;
	  height: 100%;
}


html {

      padding-left: 2%; 
      margin: 0; 
      border: 0; 
      font-size: 1.1em; 
      background-color: #CCC; 
      overflow: hidden; 
}
body {
      height: 100%; 
      overflow: scroll; 
      padding: 0; 
      margin: 0; 
      background-color: #EEE;												//#cff; 
      border: 0;
}
img {
      border: none;
      align: center;
}


table, th, tr, td, textarea {
	text-align: left; 
}

/* ==================================== H E A D ==================================== */
 
#head {
      position: fixed; 
      margin: 0; 
      top: 0px; 
      right: 0px;				
      left: 0px; 
      display: block; 
      height: 80px; 
      z-index: 5; 
      color: #111;
}


#lhead {
      width: 100%;
      float: left;
      left: 6px;
      text-align: left;
      display: block; 
      height: 5%;
      padding-top: 5px;
      color: #366;
      background-color:#666; 
      border: 0;
}

#content {
      position: fixed; 
      display: block; 
      height: 95%;
      top: 90px;
      color: black;	//#366;
      background-color:#CCC; 
      border: 0;
	  
}

#foot {
      position: fixed; 
      margin: 0; 
      bottom: -1px;
      right: 16px;
      display: block; 
      width: 100%; 
      height: 25px; 
      font-style: bold;
      text-align: center; 
      z-index: 5;
}


#foot p {
      margin: 4px 0 0 0;
      padding: 0;
}
#foot a {
      font-style: bold;
      color: lightgray;                         //#cff 

}

/* ================================= Farbe und Rahmen =============================== */


#head , #foot { 
      color: white; 
      background-color: gray;														//#699; 
      border: 0;
}

div {
 color: black; 
}



#blk { color: #033; }
#lgt { color: #699; }
.scap {font-variant:small-caps;}
