html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" "";
}
blockquote:before, q:before,
blockquote:after, q:after {
  content: "";
}

th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

a img {
  border: none;
}

body {
  background-color: #cb4e1e;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
}

#container {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  margin-left: 0;
}
#container {
  display: block;
}

#header {
  height: 120px;
  background-image: url('../images/head.jpg');
  background-position: top right;
  background-repeat: repeat-x;
}

#menu-top a, #menu-left a {
  color: white;
  text-decoration: none;
}
#menu-top a:hover, #menu-left a:hover {
  color: #c4c488;
}

#menu-top {
  height: 58px;
}
#menu-top ul {
  margin: 10px 0 0 10px;
  padding: 0;
}
#menu-top ul li {
  float: left;
  list-style: none;
  border-style: solid;
  border-color: #c4c488;
  border-width: 0 1px 0 0;
}
#menu-top ul li a {
  display: block;
  padding: 13px 5px 14px;
  text-decoration: none;
  font-weight: bold;
}
#menu-top ul li ul {
  background-color: #cb4e1e;
  margin: 0px 0 17px -1px;
  padding-bottom: 5px;
  position: absolute;
  visibility: hidden;
  z-index: 10;
  width: 200px;
  border-style: solid;
  border-color: #c4c488;
  border-width: 0 1px 1px 1px;
}
#menu-top ul li ul li {
  float: none;
  display: block;
  border: none;
  line-height: 16px;
}
#menu-top ul li ul li a {
  padding: 5px 15px 5px 5px;
  width: auto;
  background: #cb4e1e;
  font-weight: normal;
}

#menu-left ul {
  margin-left: 15px;
  list-style: none;
}
#menu-left ul li {
  line-height: 20px;
}
#menu-left ul li a {
  font-weight: bold;
}
#menu-left ul li ul li {
  line-height: 16px;
  margin: 10px 0;
}
#menu-left ul li ul li a {
  font-weight: normal;
}

#main {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
}
#main {
  display: block;
}
#main #menu-left {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 230px;
}
* html #main #menu-left {
  overflow-x: hidden;
}
#main #content {
  display: inline;
  float: left;
  margin-right: 0;
  width: 710px;
  background-color: white;
}
* html #main #content {
  overflow-x: hidden;
}
#main #content #buffer, #main #content #footer {
  margin: 15px;
}
#main #content #buffer a:hover, #main #content #footer a:hover {
  color: #c4c488;
}
#main #content #sprungmarken {
  padding: 15px;
  background-color: #c4c488;
}
#main #content #sprungmarken a:hover {
  color: white;
}
#main #content a {
  color: #cb4e1e;
}
#main #content p {
  margin-bottom: 10px;
}
#main #content ul, #main #content ol {
  margin: 10px 0 10px 20px;
}
#main #content ul li {
  margin-bottom: 5px;
}
#main #content .boldredtitle {
  color: #cb4e1e;
  font-weight: bold;
}
