/* ####################################### */
/* +++++ CSS-Datei für www.elcomo.de +++++ */
/* Titel:       ELektronik-COmputer-MOnes  */
/* Konnektiert: xx.xx.2000                 */
/* Inhaber:     Frank Mones (ELCOMO)       */
/* Author:      Frank Mones (ELCOMO)       */
/* Start:       10.09.2026                 */
/* Version:     0.1                        */
/* ####################################### */

/* ### Webseite - globales Erscheinungsbild ### */
#body {
  background-color: #ffffcc;
  background-image: url("/style/image/elcomo_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: 100% 100%;
}
#webseiteContainer {

}
/* Kopfzeile - Position */
#webseiteKopfzeile {
  xxxbackground-color: #DEEBF4;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  xxxborder: 1px solid gold;
}
/* ### Kopfzeile - Text und Links ### */
.logoKopfzeile {
  background-color: transparent;
  padding-right: 25px;
}
.tabelleKopfzeileGesamt {

}
.tabelleKopfzeileTR {

}
.tabelleKopfzeileTD {
  background-color: #7A9DAC;
  xxxopacity: 0.6;
  padding-left: 15px;
  padding-right: 15px;
  width: 80px;
  height: 40px;
  border-radius: 20px;
}
.tabelleKopfzeileLink {

}
.tabelleKopfzeileLinkText {
  color: #000000;
  font-style: normal;
  font-size: 15px;
  text-decoration: none;
}





/* Position des Hauptfensters */
#webseiteHauptfenster {
  position: fixed;
  margin: auto;
  top: 60px;
  left: 5px;
  right: 5px;
  bottom: 30px;
  width: auto;
  height: auto;
  xxxborder: 1px solid lime;
}



.tabelleHauptfensterTD {
  background-color: rgba(255, 255, 255, 0.6);
  margin: auto;
  width: 70%;
  height: 70%;
  border: 1px solid black;
}











/* Fußzeile - Position */
#webseiteFusszeile {
  xxxbackground-color: #A7D839;
  background-color: rgba(183, 217, 95, .6);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  border-radius: 10px;
}
/* ### Fußzeile - Text und Links ### */
.textFusszeile {
  color: #000000;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.textFusszeileLink {
  color: #011509;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
