body {
  background-color: #333333; /* rgba(255, 99, 71, 0.5) */
  /* color: green; */
  color: #eeeeee;
  font-family: verdana;
  width: 800px
}

h1 {
  color: #ffffff;  #lightblue   #2bb2ff
  text-align: left;
  font-size: 28px
}

h2 {
  color: lightblue;  #2bb2b2
  text-align: left;
  font-size: 22px
}

p {
  font-family: verdana;
  font-size: 15px;
  color: white;
 }

.roten {
  color: #D24444;  /* B22222 firebrick*/
}

.stein {
  color: NavajoWhite; /* #FFDEAD */
}

.informatik {
  color: white;
}

.logofont {
  font-family: "Agency FB";
}

.logofontsizemid {
  font-size: 26px
}

.leftalign {
  text-align: left;
}

.sizelogo {
  font-size:96px;
}

.sizebig {
  font-size:28px;
}

.sizemid {
  font-size:22px;
}

.sizenormal {
  font-size:15px;
}

.sizesmall {
  font-size:12px;
}

.bold {
font-weight: bold;
}

/* unvisited link */
a:link {
  color: #00b2ff; /* DeepSkyBlue */
}

/* visited link */
a:visited {
  color: #b222b2;
}

/* mouse over link */
a:hover {
  color: #22B222;
}

/* selected link */
a:active {
  color: #22B2B2;
}

h2.sizemid {
  font-size:22px;
}
