body {
  background-color: gray;
  font-family: sans-serif;
}

div.main {
  position: absolute;
  top: 140px;
  left: 220px;
  padding: 10px;
  min-width: 500px;
  border: 2px solid white;
  background-color: #DAA520;
}

div.logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 120px;
  background-color: #FFD700;
  border-bottom: 2px solid white;
}

div.navigation {
  position: absolute;
  top: 140px;
  left: 0px;
  border: 2px solid white;
  background-color: #DAA520;
  width: 200px;
  padding: 5px;
}

div.navigation li ul {
  list-style-type: square;
  padding-left: 10px;
}

a:link {
  color: black;
}

a:visited {
  color: #555555;
}

a:hover {
  color: red;
}

a.toplink:link {
  font-size: small;
}

a.toplink:visited {
  font-size: small;
  color: black;
}

a.toplink:hover {
  color: red;
}

h1 {
  color: white;
}

dt {
  font-weight: bold;
  font-stretch: expanded;
  text-decoration: underline;
}

div.main img.floating {
  float: right;
  margin-left: 10px;
}

blockquote {
  font-family: serif;
  font-style: italic;
  color: white;
}

table#partner {
  text-align: center;
}

/*Textelemente zur direkten Verwendung im Textile*/

span.small {
  font-size: small;
}

span.aqua {
  color: aqua;
}

span.small-aqua {
  font-size: small;
  color: aqua;
}

span.yellow {
  color: yellow;
}

span.marker {
  font-family: serif;
  font-style: italic;
  font-weight: bold;
  font-size: 150%;
  text-align: center;
  color: #FF9999;
  display: block;
}