html, body {
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
}
p {
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #9999ff;
  background-position:  center center;
  text-align: left;
  background-image: url(bilder/hintergrund.png);
  background-attachment: fixed;
}
* {
  margin: 0 auto;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
}
.blaue_doppellinie {
  border-style: double none none;
  border-width: 3px;
  clear: both;
  width: 836px;
  color: #9999ff;
}
#header {
  width: 836px;
  font-family: Arial,Helvetica,sans-serif;
}
#header ul {
  padding: 0px;
  overflow: hidden;
  display: block;
  list-style-type: none;
  width: 750px;
  float: left;
}
#header ul li, #header ul li a, #header ul li a:visited {
  margin: 0px;
  text-align: center;
  color: #cccccc;
  font-weight: bold;
  padding-left: 10px;
  float: left;
  line-height: 40px;
  font-size: 16px;
  text-decoration: none;
  padding-right: 5px;
}
#header ul li a:hover {
  color: #ff6600;
}
#spalte {
  width: 836px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: Arial,Helvetica,sans-serif;
  color: #cccccc;
}
#spalte h2 {
  font-size: 24px;
  padding-bottom: 15px;
  color: #9999ff;
  text-align: center;
  text-shadow: black 2px 2px 2px;
}
#spalte .spalte_links {
  width: 418px;
  text-align: center;
  float: left;
}
#spalte .spalte_links h1 {
  padding-top: 20px;
  padding-left: 40px;
  color: #9999ff;
  font-size: 28px;
  text-align: center;
  text-shadow: black 2px 2px 2px;
}
#spalte .spalte_links h3 {
  padding-bottom: 20px;
  padding-left: 50px;
  color: #cccccc;
  font-size: 18px;
  text-align: center;
  text-shadow: black 2px 2px 2px;
}
#spalte .spalte_rechts {
  padding-left: 0px;
  height: auto;
  width: 418px;
  color: #cccccc;
  padding-bottom: 20px;
  float: left;
}
#spalte .spalte_rechts h2 {
  font-size: 24px;
  padding-bottom: 15px;
  color: #9999ff;
  text-align: center;
  text-shadow: black 2px 2px 2px;
}
#spalte .spalte_rechts p {
  line-height: 20px;
  color: #cccccc;
  text-align: justify;
}
h4 {
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  text-align: left;
  text-transform: capitalize;
  color: #9999ff;
  font-size: 20px;
  text-shadow: black 2px 2px 2px;
}
.schrift_rosa {
  color: #ff99ff;
  font-family: Arial,Helvetica,sans-serif;
}
.schrift_grau {
  color: #cccccc;
}
.schrift_blau {
  color: #9999ff;
}
.schrift_orange {
  color: #ff6600;
}
.ul {
  line-height: 20px;
}
.zentriert {
  text-align: center;
}
.links {
  padding-right: 15px;
  float: left;
}
.rechts {
  float: right;
  padding-left: 15px;
}
.aufheben {
  clear: both;
}
.iframe {
  padding: 10px;
  height: 400px;
  width: 600px;
  margin-left: 100px;
  font-family: Arial,Helvetica,sans-serif;
}
#seite {
  margin: 15px auto 0;
  overflow: hidden;
  display: block;
  height: auto;
  position: relative;
  width: 836px;
  font-family: Arial,Helvetica,sans-serif;
  color: #cccccc;
}
#kontakt {
  font-family: Arial,Helvetica,sans-serif;
  width: 170px;
}
#kontakt table {
  border: 3px double #9999ff;
  padding-bottom: 5px;
  padding-top: 5px;
}
#kontakt input {
  background-color: #9999ff;
}
#kontakt td {
  padding: 10px 5px;
}
#footer {
  color: #cccccc;
  height: 15px;
  text-align: left;
  width: 836px;
  font-size: 10px;
  font-family: Arial,Helvetica,sans-serif;
}
#footer text_links {
  text-align: left;
  padding-right: 20px;
}
#footer, #footer a, #footer a:visited {
  color: #ffffff;
}
#footer a:hover {
  color: #ff6600;
}