body {
  font-family        :'Arial', sans-serif;
  background-color   : gray; /* #333377; */
  background-image   : url(/blackbar.png);
  background-repeat  : repeat-y;
  background-position: center;
  font-size          : 80%;
  padding            : 0px;
  margin             : 0px;
  height             : 100%; /* IE-Extrawurst */
  width              : 100%; /* IE-Extrawurst */
}

/* div-Setting für das Main-Template. */
/*
master
+---------------------------------------------------+
|                      title                        |
+---------------------------------------------------+
|      |                                    |       |
| left |              content               | right |
|      |                                    |       |
|      |------------------------------------|       |
|      |               bottom               |       |
+------+------------------------------------+-------+
*/

div {
  margin    : 0px;
  padding   : 0px;
}

div#master {
  position        : relative;
  margin-left     : auto;
  margin-right    : auto;
  width           : 1000px;
  height          : 750px; /* for 1024 || 574px; for 768 */
  color           : white;
  text-align      : left;
  background-color: black;
}

div#title {
  height          : 95px;
  text-align      : center;
}

div#title img {
  width : 100%;
  height: 95px;
}

div#content {
  position        : absolute;
  left            : 140px;
  right           : 140px;
  top             : 95px;
  bottom          : 55px;
  /* min-height      : 424px; */
  color           : black;
  background-color: white;
  overflow        : auto;
  overflow-x      : hidden;
}

div#bottom {
  position      : absolute;
  right         : 140px;
  left          : 140px;
  bottom        : 0px;
  padding-left  : 0px; 
  padding-top   : 14px;
  padding-bottom: 10px;
  height        : 31px;
}

div#bottomLeft {
  text-align: left;
  float     : left;
}

div#bottomRight {
  text-align: right;
}

div#left {
  float        : left;
  width        : 134px;
  padding-top  : 5px;
  padding-left : 6px;
}

div#right {
  float        : right;
  width        : 130px;
  padding-top  : 5px;
  padding-right: 5px;
  padding-left : 5px;
}
/* ------ Ende: Haupt-Div-Setting. ------ */
