/* Override browser */
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  text-align: center;  /* wg. IE 5 */
  color: black;  
  background-color: white;

}

#page {
  border: 1px solid black;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  color: black;  
  background-color: white;
  text-align: left;
}

#header {
  padding-top: 20px;
  padding-bottom: 5px;
  color: black;
  background-color: LightBlue;
  text-align: center;
}

#menu {
  float: left;
  width: 200px;
  padding-left: 15px;
  padding-top: 25px;
  color: black;  
  background-color: white;
  text-align: left;
}

#main {
  position: relative;
  margin-top: 0;
  margin-left: 215px;
  border: 1px solid black;
  padding-top: 50px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 20px;
  color: black;  
  background-color: white;
  text-align: left;
}

/* Link-Leiste */
.linkfenster { background-color:MintCream }
.linkaktuell { background-color:yellow; }
.linkleiste { background-color:SlateGray; padding:6px; margin:0px; }

/* Menu */
.menu { background-color: white }
.menuline { background-color: white; }
.menuhilite { background-color: PowderBlue; }


h1 {
  font-size:55px;
  color:blue;
  front-weight:bold;
  text-align:center
}

h2 {
  font-size:40px;
  color:red;
  font-weight:lighter;
  text-align:center
}

h3 {
  font-size: 14pt;
  color:red;
  padding-top: 25px;
  font-weight:lighter;
}

/* wird wohl nicht benutzt: */
h4 {
  font-size:14pt;
  color:red;
  margin-bottom:-4mm;
  font-weight:lighter;
}

/* Neu:... in gruen in software.htm */
h5 {
  font-size:40px;
  color:blue;
  font-weight:lighter;
  text-align:center
}

/* C.Hof, 18.01.24 Ohne left-margin fallen die Aufzählungspunkte links aus dem Text heraus */
ul {
  margin-top: 5px;
  margin-left: 25px;
  margin-bottom: 5px;
}
