/* basic elements */
body {
  font-family: Verdana,Serif;
  color: #000000;
  background: #444 url(/images/background.jpg) no-repeat top;
  margin: 5px;
  padding: 5px;
}

a {
  text-decoration: none;
  color: #eee;
}

a:hover {
  text-decoration: underline;
  color: #fdd;
}

div.main {
  border: solid 1px black;
  width: 80%;
  margin: 10px;
  padding: 0px;
}

div.banner {
  margin: 10px;
  padding: 10px;
  width: 100%;
/*	text-align: right;	*/
  border: solid 1px black;
}

div.footer {
  border-top: black 1px solid;
  width: 100%;
  text-align:right;
  word-spacing: 4pt;
  letter-spacing: 2pt;
  font-size: 10pt;
  line-height: 200%;
}

div.inhalt {
  width: 80%;
  max-width: 80%;
  text-align: left;
}

img.fleft {
  float: left;
}

img.fright {
  float: right;
}