html, body {
  margin: 0;
  padding: 0;
  background-attachment: fixed;
  background-position: center top;
  background-image: url(../images/bg_all.jpg);
}
li a {
  text-decoration: none;
}
#page {
  margin: auto;
  background-color: #ffffcc;
  width: 924px;
}
#header {
  background-attachment: scroll;
}
#navigation {
  background: maroon none repeat scroll 0% 50%;
  height: 28px;
}
#navigation ul {
  margin: 0px auto;
  overflow: hidden;
  padding-top: 3px;
  max-width: 90%;
  font-size: 13pt;
  padding-left: 50px;
}
#navigation li {
  display: inline;
  color: #ff9900;
  padding-right: 1em;
  font-size: 11pt;
  font-family: verdana;
  font-weight: normal;
}
#navigation li a {
  text-decoration: none;
  color: #ff9900;
}
#navigation2 {
  background-attachment: scroll;
  width: 200px;
  float: left;
}
#navigation2 ul {
  list-style-type: none;
  padding-right: 0em;
  padding-left: 0em;
  margin-top: 0px;
  margin-left: 0px;
}
#navigation2 li {
  font-family: verdana;
  padding-top: 0.3em;
  background-color: #000066;
  color: #ffffcc;
  margin-top: 1px;
  font-weight: normal;
  padding-bottom: 0.3em;
  padding-left: 1em;
  font-size: 10pt;
}
#navigation2 li a {
  color: #65fdfd;
}
#content {
  padding-right: 5em;
  padding-left: 1em;
  margin-left: 200px;
  background-color: white;
  padding-bottom: 1em;
  min-height: 700px;
  text-align: justify;
  font-size: 12px;
  line-height: 17px;
  font-family: Arial,Helvetica,sans-serif;
}
#content h1 {
  color: maroon;
  font-size: 20px;
  text-align: center;
  padding-top: 1em;
  margin-top: 0px;
  line-height: 1.3em;
}
#footer {
  background: orange none repeat scroll 0% 50%;
  clear: both;
  height: 28px;
  font-size: smaller;
  padding-top: 0.2em;
  padding-right: 1em;
}
.zitat {
  padding-bottom: 0;
  font-size: 15px;
  color: maroon;
  text-align: center;
  font-family: georgia,verdana,arial,geneva,sans-serif;
  font-weight: bold;
}
.leftimage {
  margin: 1em 1em 0.7em;
  font-size: 12px;
  font-weight: inherit;
  float: left;
  color: maroon;
}
.linklist li {
  margin-top: 0.7em;
}
.nav2header {
  padding-left: 0px;
}
.newsitem {
  border-style: solid;
  border-width: 1px;
  padding-right: 1em;
  padding-left: 1em;
  font-size: 13px;
}
#welcome {
  padding: 1em 1em 1em 2em;
  background-color: white;
  width: 46%;
  float: left;
  font-size: 13px;
  font-family: Arial,Helvetica,sans-serif;
}
#news {
  padding: 1em;
  border-left-style: solid;
  width: 46%;
  background-color: white;
  float: right;
  border-left-width: 1px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  text-align: justify;
}
.vspace {
  background-color: white;
  height: 20px;
  clear: both;
}
