
#MainBoard {
  /*color:            black;*/
  margin-left:      20px;
  margin-top:       0px;
  margin-bottom:    0px;
  margin-right:     0px;
  background-color: #1e1f21;
  height:           670px;
  width:            1000px;
  border:           1px solid red;
  background-image: url(../bilder/reaktionB1_redFrame.png);
  background-repeat:no-repeat;
  font-family:Helvetica,Arial,sans-serif;
  font-size:12px;
}

#MainBoardGMT4000 {
  /*color:            black;*/
  display:          inline-block;
  margin-left:      10px;
  margin-top:       10px;
  /*margin-bottom:    0px;*/
  margin-right:     10px;
  padding-left:     10px;
  padding-top:      10px;
  padding-right:    70px;
  padding-bottom:   10px;
  background-color: #1e1f21;
  font-family:      Helvetica,Arial,sans-serif;
  font-size:        16px;
  /*height:           670px;
  width:            1000px;*/
  /*border:           1px solid red;*/
  /*background-image: url(../bilder/reaktionB1_redFrame.png);
  background-repeat:no-repeat;*/
}

#OpControlPanel {
  color:            black;
  margin-left:      15px;
  margin-top:       10px;
  margin-bottom:    0px;
  margin-right:     0px;
  /*background-color: black;*/
  height:           630px;
  /*width:            538px;*/
  /*border:           5px solid red;*/
}

.ControlLine {
  float:            left;
  color:            black;
  margin-left:      20px;
  margin-top:       20px;
  margin-bottom:    0px;
  margin-right:     0px;
  /*background-color: black;*/
  height:           80px;
  /*width:            565px;*/
  /*border:           1px solid white;*/
}

.ControlCell {
  float:            left;
  color:            white;
  margin-left:      17px;
  margin-top:       0px;
  margin-bottom:    0px;
  margin-right:     0px;
  /*background-color: black;*/
  height:           100%;
  width:            220px;
  border:           1px solid white;
}

.BLed {
  float:            left;
  width:            50px;
  height:           100%;
}

.BName {
  float:            left;
  width:            84px;
  height:           100%;
}

.BTyp {
  float:            left;
  margin-left:      20px;
  margin-top:       12px;
  width:            64px;
  height:           100%;
}

.GMT4000ControlCell {
  float:            left;
  margin-left:      0px;
  margin-right:     15px;
  width:            265px;
  height:           86px;
}

/*Maßstab 1/5*/
.GMT4000FrameLTB {
  float:            left;
  width:            265px;
  height:           86px;
  background-color: #cccccc;
  /*border:           1px solid red;*/
}

.GMT4000FrameLed {
  float:            left;
  width:            35px;
  height:           86px;
  /*border:           1px solid blue;*/
}

.GMT4000LedBack {
  background-color: green;
  margin-top:       26px;
  margin-left:      5px;
  width:            26px;
  height:           26px;
}

.GMT4000FrameText {
  float:            left;
  text-align:       left;
  margin-top:       4px;
  background-color: white; 
  width:            151px;
  height:           76px;
  /*border:           1px solid blue;*/
}

.GMT4000FrameText p {
  margin-top:       auto;
  margin-left:      auto;
}

.GMT4000Text {
  width:            100%;
  /*margin:           15px auto;*/
  /*height:           100%;
  padding:          auto;*/
  text-align:       center;
  /*vertical-align:   middle; */
  /*display:          table-cell;*/
}

.GMT4000FrameButton {
  float:            left;
  margin-top:       9px;
  margin-left:      5px;
  background-color: #f5f5f5;
  width:            66px;
  height:           63px;
  cursor:           pointer;
  border:           1px solid black;
}

.GMT4000ButtonLed {
  float:            left;
  margin-top:       8px;
  margin-left:      2px;
  background-color: red;
  width:            16px;
  height:           15px;
}

.GMT4000ButtonGradient {
  float:            left;
  margin-top:       0px;
  margin-left:      15px;
  width:            45px;
  height:           35px;
  /*border:           1px solid black;*/
}

