body {
  color: #333366; background-color: white;
  background-image: url(bg.jpg);
  background-repeat: no-repeat;
  font-size: 1em;
  font-family: Arial,Helvetica,sans-serif;
  margin: 0; padding: 1em;
  text-align: justify;
}

img#logo {
  border: none;
  position:absolute;
  left: 30px;
}
img#kontakt {
  border:none;
  position:absolute;
  left:365px;
  top:85px;
}
img#faq {
  border:none;
  position:absolute;
  left:510px;
  top:55px;
}
img#home {
  border:none;
  position:absolute;
  left:660px;
  top:25px;
}

ul#Navigation {
  position: absolute;
  top: 200px;
  left: 40px;
  width: 115px;
  font-size: 0.91em;
  float: left;
  margin: 0; padding: 0;
  list-style-type:disc;
}
ul#Navigation li {
  margin: 0; padding: 0em;
}
a {
  color: #333366;
  text-decoration: none;
}
a:link {
  text-decoration: none;
  color: #333366;
}
a:visited {
  text-decoration: none;
  color: #333366;
}
a:hover {
  text-decoration: underline;
  color: #cccccc;
}
a.no-decoration {
  color: #333366;
  text-decoration: none;
}
a.no-decoration:link {
  text-decoration: none;
  color: #333366;
}
a.no-decoration:visited {
  text-decoration: none;
  color: #333366;
}
a.no-decoration:hover {
  text-decoration: none;
  color: #333366;
}
a.download {
  color: #333366;
  padding-left:16px;
  text-decoration: underline;
  background-image:url(./download.gif);
  background-repeat:no-repeat;
  background-position:center left;
}
a.download:link {
  color: #333366;
  padding-left:16px;
  text-decoration: underline;
  background-image:url(./download.gif);
  background-repeat:no-repeat;
  background-position:center left;
}
a.download:visited {
  color: #333366;
  padding-left:16px;
  text-decoration: underline;
  background-image:url(./download.gif);
  background-repeat:no-repeat;
  background-position:center left;
}
a.download:hover {
  color: #cccccc;
  text-decoration: underline;
  padding-left:16px;
  background-image:url(./download.gif);
  background-repeat:no-repeat;
  background-position:center left;
}
div#Inhalt {
  position: absolute;
  top: 200px;
  left: 245px;
  width: 420px;
}
div#Inhalt h1 {
  color: #333366;
  font-size: 1.5em;
  margin: 0 0 0.3em;
}
div#Inhalt h2 {
  color: #333366;
  font-size: 1em;
  font-weight: bold;
  margin: 0.8em 0 0.3em;
}
div#Inhalt p {
  margin: 0.3em 0 0.3em 0;
}

p.footer {
  font-size: 0.91em;
  text-align: center;
}
