/* debug
div {
  border: 1px solid black;
} */
em {
  color: red;
}
/* "normale" Seiten */
* {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-stretch: condensed;
  color: RGB(128,128,128); /* #808080 50% */
}
/* body {
  font-size: 90%;
} */
#kopf {
  position: absolute;
  top: 57px;
  left: 57px;
  padding: 0;
  width: 13.4em;
}
/* Navigation */
#menue {
  position: absolute;
  left: 30em;
  top: 80px;
  margin-right: 19px; /* 1/3 von Kopf und Seite links */
}
#menue li {
  display: inline;
}
.menuetrenner {
  padding: 0 10px;
}
#menue a {
  color: black;
  text-decoration: none;
}
#menue a:hover {
  text-decoration: underline;
}
.here {
  color: RGB(128,128,128);
}
#seite {
  position: absolute;
  top: 240px; /* wie content */
  left: 57px;
  padding: 0;
}
#content {
  position: absolute;
  top: 240px;
  left: 30em; /* wie Menü */
  max-width: 542px;
  margin-right: 57px; /* wie Kopf und Seite links */
}
#projektliste {
  line-height: 180%;
}
/* allgemein */
ul {
  list-style: none;
  padding-left: 0;
}
h1, h2 {
  font-weight: normal;
}
h1 {
  font-size: 150%;
  color: black;
}
.bigger, h2, #menue li {
  font-size: 120%;
}
.smaller {
  font-size: 80%;
}
.black {
  color: black;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active, .underline {
  text-decoration: underline;
}
/* Projekte */
.projektname, .hoai, .beschreibung {
  margin-top: 1em;
}
/* Textausrichtung */
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.just {
  text-align: justify;
}
/* Bilder */
img {
  padding: 5px;
  padding-top: 0;
  border: none;
}
img.imgleft {
  /* margin-left: 0; */
  padding-left: 0;
}
img.imgright {
  /* margin-right: 0; */
  padding-right: 0;
}
/* Indexseiten der Ordner */
#retour {
  margin-top: 120px;
  text-align: center;
  font-size: 200% ;
  text-decoration: underline;
  font-weight: 700;
}
