body {
  width: 1024px;
  margin: 0 auto;
  outline-style:none;
  border:  none;
  
  padding: 0;
  background-image: url(bilder/bg_body.jpg);
  font-size: 12px;
  font-family: Verdana,Arial,sans-serif;
  color: #000000;
  line-height: 18px;
}
* {
  outline-style:none;
  border:  none;
  margin: 0;
  padding: 0;
}
a {
  outline-style: none;
  border:  none;
  color: #e31e24;
}
a:hover {
  color: #0a70a9;
}
img {
  border:  none;
}
h1 {
  border-bottom: 2px solid white;
  margin: 0 0 10px;
  padding: 8px 0;
  font-family: 'Trebuchet MS',Arial,Verdana,sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #575757;
}
#wrapper {
  outline-style:none;
  border:  none;
  margin: 0 auto;
  clear: both;
  width: 900px;
  position: relative;
  bottom: 344px;
}
#shadows {
  margin: 0 auto;
  clear: both;
  width: 928px;
}
#content {
  margin: 0;
  overflow: hidden;
  background-repeat: repeat-y;
  width: 900px;
  height: auto;
  background-position: left top;
  background-image: url(bilder/content_bg1.png);
  
}
.bild1 {
  position: relative;
  width: 200px;
  height: 30px;
  left: 10px;
  top: 10px;
}
#right {
  margin: -2px;
  float: right;
  width: 200px;
}
#middle {
  outline-style:none;
  border:  none;
  margin: 5px 0 10px 10px;
  float: left;
  width: 650px;
}
#middlel {
  margin: 5px 3px 15px 20px;
  float: left;
  width: 300px;
}
#middler {
  margin: 5px 3px 15px 30px;
  float: right;
  width: 325px;
}
#topnav {
  border-top: 1px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  padding: 0;
  background-image: url(bilder/topnav_bg.png);
  background-repeat: repeat-x;
  width: 900px;
  height: 34px;
  background-position: left top;
  background-color: #ffffff;
  opacity: 0.76;
}
#topnav ul {
  margin: 0 0 0 -1px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#topnav ul li {
  padding: 0 0 0 2px;
  background-image: url(bilder/topnav_spacer.png);
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
}
#topnav ul li:first-child {
  background: transparent none repeat scroll 0% 50%;
}
#topnav ul li a {
  margin: 0;
  padding: 9px 0 0;
  display: block;
  width: 148px;
  height: 25px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  text-shadow: #ffffff 1px 1px 0;
  font-family: Arial;
  font-weight: bold;
  color: #cc0000;
}
#topnav ul li a:hover {
  margin: 2px 0 0;
  background-image: url(bilder/topnav_bg_hover1.png);
  background-repeat: repeat-x;
}
.menu {
  border:  none;
  margin: -3px 0 0 -3px;
  font-weight: inherit;
  font-size: 13px;
  font-family: arial;
}
.menu ul {
  border-style: none;
  margin: 1px 0 0 -3px;
  list-style-type: none;
}
.menu ul li {
  border:  none;
  margin: 0;
  overflow: hidden;
  background-image: url(bilder/menu_spacer.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 33px;
  width: 200px;
}
.menu ul li a {
  border-style: none;
  margin: 0;
  padding: 7px 0 0 24px;
  background-image: url(bilder/dot1n.png);
  background-repeat: no-repeat;
  background-position: 6px 8px;
  display: block;
  width: 200px;
  height: 34px;
  text-shadow: #ffffff 2px 2px 0;
  text-decoration: none;
}
.menu ul li a:hover {
  padding: 7px 0 0 28px;
  background-position: 10px 8px;
}
#footer {
  margin: 0;
  padding: 10px 10px 0;
  clear: both;
  background-image: url(bilder/shadow.png);
  background-repeat: no-repeat;
  width: 880px;
  height: 15px;
  font-size: 11px;
  color: #375869;
}

