body, h1, h3, p, ul, li {
  margin:0; padding:0;
}

hr {
  display:none;
}

a img {
  border:0;
}

body {
  background:#eee;
}

#header {
  margin:0 auto; padding:0 25px 0 250px;
  width:500px;
}

#header img {
  margin:0 0 0 -225px;
  position:absolute;
}

#header h1 {
  padding:20px 0 12px 0;
  font:25px/25px Times New Roman, Times, sans-serif;
}

#header p {
  font:14px/14px Times New Roman, Times, sans-serif;
}

#header small {
  padding:17px 0;
  display:block;
  color:#666; font:14px/22px Times New Roman, Times, sans-serif;
}

#header small a {
  border-bottom:1px solid #b8b8b8;
  -webkit-transition:100ms linear;
}

#header small a:hover {
  border-bottom:1px solid #000;
}

#header ul {
  width: 200px;
  position: absolute;
  list-style:none;
  text-align:right; font:16px/25px Times New Roman, Times, sans-serif;
}

#languagelist {
  margin: 60px 0 0 -225px;
}

#languagelist li {
  float: right;
  padding-left: 10px;
}

#menulist {
  margin:120px 0 0 -225px;
  width:200px;
  position:absolute;
  list-style:none;
  text-align:right; font:16px/25px Times New Roman, Times, sans-serif;
}

#menulist ul {
  position: relative;
}

#menulist li {
  width:200px;
}

#menulist li.closedmenu {
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
  margin-top: -2pt;
  border: 0;
}

#menulist li li {
  width: 150px;
  padding-left: 50px;
}

#header ul a {
  margin:4px 0 0 0; padding:8px 0 5px 0;
  display:block;
  border-bottom:1px solid #b8b8b8;
  color:#000; text-decoration:none;
  -webkit-transition:100ms linear;
}

#header ul a:hover {
  border-bottom:1px solid #000;
  background:#eee;
}

#header ul a.currentlanguage, #header ul a.currentlanguage:hover, #header ul a.currentpage, #header ul a.currentpage:hover {
  padding:8px 0 4px 0;
  border-bottom:2px solid #000; 
  font-weight:bold;
}

#content {
  margin:0 auto; padding:25px 25px 0 250px;
  width:500px;
  background:#fff;
  font:16px/25px Times New Roman, Times, sans-serif;
}

#content h3 {
  padding:0 0 12px 0;
  font-size:20px;
}

#content p {
  padding:0 0 25px 0;
}

#content ul {
  padding:0 0 13px 0;
}

#content ul li {
  list-style:square inside;
  padding:0 0 12px 0;
}

#content a {
  padding:2px 0;
  border-bottom:1px solid #b8b8b8;
  color:#000; text-decoration:none;
  -webkit-transition:100ms linear;
}

#content a:hover {
  border-bottom:1px solid #000;
  background:#eee;
}

#footer {
  margin:0 auto; padding:25px 25px 25px 250px;
  width:500px;
  font:14px/25px Times New Roman, Times, sans-serif;
}

#footer a {
  padding:0 0 2px 9px;
  border-bottom:1px solid #b8b8b8;
  background:url(images/melle-logo_bg.gif) no-repeat 0px 1px;
  color:#666; text-decoration:none;
  -webkit-transition:100ms linear;
}

#footer a:hover {
  border-bottom:1px solid #000;
}

dl {
  padding: 0.5em;
}

dt {
  float: left;
  clear: left;
  width: 3em;
  margin: 0 0 0 1em;
  font-weight: bold;
}

dd {
  margin: 0 0 0 4.5em;
  padding: 0 0 0.5em 0;
}

#content dd ul li {
  list-style-type: none;
  border-top: thin solid #888;
}

