@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Ubuntu', sans-serif;
  background-color: white;
}

/* System main divs */

#header {
  float: left;
  padding: 4px;
  min-height: 154px;
  width: 100%;
/*  background-color: #6CB47B;*/
  background-image: url("../gui_images/header.png");
  background-position: top left;
  background-repeat: no-repeat;
}

#banner {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #9fcdff;
}

#status {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #9fcdff;
}

#menu {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 3px;
}

#menusub {
  float: left;
  clear: both;
  width: 20%;
  margin-bottom: 3px;
}

#main {
  float: left;
  clear: both;
  width: 100%;
  padding: 8px;
  margin-bottom: 3px;
  background-color: #eeeeee;
}

#mainleft {
  float: left;
  clear: both;
  width: 40%;
  padding: 8px;
  margin-bottom: 3px;
  background-color: #eeeeee;
}

#mainright {
  float: left;
  clear: both;
  width: 40%;
  padding: 8px;
  margin-bottom: 3px;
  background-color: #eeeeee;
}

#footer {
  float: left;
  padding-top: 5px;
  min-height: 32px;
  width: 100%;
  text-align: center;
  clear: both;
  color: black;
  background-color: #6CB47B;
}

.title {
  color: #009400;
}

.is-pappa {
  width: 250px;
  min-width: 250px;
  height: 200px;
  min-height: 200px;
  margin: 3px;
  float: left;
}

.center {
  text-align: center;
}

.left {
  float: left;
}

/* EOF */