html, body {
  margin: 0;
  padding: 0;
}

body, th, td, p, div {
  color: #ffffff;
  font-size: 12px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  line-height: 14px;
  border: 0px;
}

body {
  text-align: center;
  background-color: #3B4043;
  background-image: url("/pics/bg.gif");
  background-repeat:  repeat-x;
  background-position: top left;
}

.clear {
  clear: both;
}

/*Links*/
a {
  color: #FFFFFF;
  text-decoration: none;
}
a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  color: #F6B70A;
  text-decoration: none;
}
a:active {
  color: #F6B70A;
  text-decoration: none;
}

h1 {
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
}

h1 a, h1 a:visited, h1 a:active, h1 a:hover {
  color: #F6B70A;
}


#wrapper {
  width: 1020px;
  margin: 0px auto;
  text-align: left;
}

#header {
  margin: 0px 94px;
  width: 832px;
  height: 140px;
}

#header .logo {
  margin-top: 47px;
  float: left;
}

#header .nav {
  float: right;
  width: 220px;
  margin-top: 5px;
}

#header .nav ul {
  margin: 0px;
  padding: 0px;
}

#header .nav li {
  list-style-type: none;
  float: left;
  display: block;
  margin-right: 10px;
}

#map {
  width: 1020px;
  height: 280px;
  background-image: url("/pics/map.jpg");
  background-repeat: no-repeat;
  background-position: top left;
}

#teaser {
  width: 832px;
  margin: 0px 94px;
  background-image: url("/pics/teaser_bg.jpg");
  background-repeat: no-repeat;
  background-position: top left;
}

#teaser .heading {
  margin-left: 250px;
  padding-top: 20px;
  margin-bottom: 20px;
}

#content {
  width: 832px;
  margin: 10px 94px 0px 94px;
}

#content .col {
  width: 500px;
  float: left;
  line-height: 17px;
}

#content .space_col {
  width: 232px;
  height: 10px;
  float: left;
  padding-left: 20px;
  padding-top: 5px;
}

#content ul {
  margin-left: 0px;
  padding-left: 0px;
  width: 120px;
  list-style-type: none;
}

#content li a {
  display: block;
  background: url("/pics/bullet.gif") no-repeat center left;
  width: 110px;
  height: 16px;
  padding-top: 2px;
  padding-left: 15px;
}

#content li a:hover {
  background: url("/pics/bullet_hover.gif") no-repeat center left;
}

#footer {
  margin: 30px 94px 0 110px;
  background: url("/pics/footer_line.gif") no-repeat top left;
  width: 816px;
  padding-top: 10px;
  height: 30px;
}

#footer .contact {
  float: left;
  width: 700px;
}

#footer .link {
  float: right;
  width: 110px;
}

.garantielogo {
  float: right;
  margin-top: 10px;
  margin-right: 110px;
}
