BODY
{ background-color:#EFEBDE;
  font-family:Arial;
}

#Fa{  /*Fernabfrage*/
  width: 800;
  height: 600;
}

ul#Navigation {
  font-size: 13px;
  font-weight: normal;
  float: left; 
  width: 15em;
  margin: 0; 
  padding: 0;
  border: 0px dashed red;
  background-color:	transparent;
}
ul#Navigation li {
  list-style: none;
  margin: 0; 
  padding: 0;
}
ul#Navigation a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 0.2em;
  font-weight: normal;
  cursor: pointer;
}
ul#Navigation a:link {
  color: black; background-color:	transparent;
  border:	1px solid #EFEBDE;
}
ul#Navigation a:visited {
  color: black; background-color:	transparent;
  border:	1px solid #EFEBDE;
}
ul#Navigation a:hover {
  color: black; background-color: #C6D3EF;
  border:	1px solid #3169C6;
}
ul#Navigation a:active {
  color: black; background-color: white;
  border:	1px solid white;
}

div#Inhalt {
  position:absolute;
  float: left;
  margin-left: 0em;
  padding: 0em;
  border: 0px dashed silver;
  /*min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}
div#Inhalt h1 {
  font-size: 1.5em;
  margin: 0 0 1em;
}
div#Inhalt h2 {
  font-size: 1.2em;
  margin: 0 0 1em;
}
div#Inhalt p {
  font-size:1em;
  margin: 1em 0;
}


TABLE,THEAD,TBODY,TFOOT,TR,TH,TD,P 
{ font-family:Arial; 
  font-size:x-small;
  width:189
  height:189;

}

#EMA
{ font-family:Arial;
  border-top: 0px solid #000000; 
  border-bottom: 0px solid #000000; 
  border-left: 0px solid #000000; 
  border-right: 0px solid #000000
}

#EmaCaption{
  background-color: #666666;
  color: #FFFFFF;
  font-size: medium;
  font-weight: bold;
  text-align: left;
  height:26;
  }

#EmaAlarm{
  background-color: #FFCC99;
  color: black;
  font-size: small;
  font-weight: normal;
  text-align: left;
  height:115;
  }
  
#EmaSignal{
  background-color: #FF4747;
  color: black;
  font-size: small;
  font-weight: normal;
  text-align: left;
  height:115;
  }
  
#EmaScharf{
  background-color: #33CC66;
  color: black;
  font-size: small;
  font-weight: normal;
  text-align: left;
  height:115;
  }
  
#EmaTwg{
  background-color: #FFFF99;
  color: black;
  font-size: small;
  font-weight: normal;
  text-align: left;
  height:115;
  }
  
#EmaZentrale{
  background-color: #99CCFF;
  color: black;
  font-size: small;
  font-weight: normal;
  text-align: left;
  height:115;
  }
  
