h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/* ###### Header ###### */

div#masthead * {
  font-family: tahoma, sans-serif;
  text-decoration: none;
  letter-spacing: 0.09em;
}

h1#sitename {
  font-size: 3em;
  line-height: 2em;
  text-decoration: none;
}

h1#sitename {
  text-decoration: none;
}

h4#slogan {
  margin: 0;
  font-weight: normal;
}

/* ###### Side Box ###### */

.sideBox {
  border-style: solid none solid none;
  border-width: 2px 0 2px 0;
  width: 11em;
  margin-top: 5mm;
}

.sideBox h1 {
  padding: 0.5ex 0.5em 0.5ex 0.75em;
  margin: 0;
  
  border-bottom-style: dashed;
  border-bottom-width: 0.05em;  

  font-family: tahoma, sans-serif;
  font-size: 1.15em;
  font-weight: bold;
}

/* #### Content column #### */

#contentColumn h1 {
  font-weight: bold;
  font-size: 150%;
  border-bottom-style: solid;
  border-bottom-width: 0.05em;
  padding-bottom: 0.3em;
  font-family: "trebuchet ms", tahoma, sans-serif;
}


/* ###### Footer ###### */

#footer div {
  font-size: 85%;
  line-height: 1.25em;
  text-align: right;
  padding-right: 0.5em;
}

#footer a:hover {
  text-decoration: none;
}

.footerLHS {
  float: left;
  clear: left;
  padding-left: 0.5em;
}

#force-scrollbar { 
  position: absolute;
  top: 0;
  bottom: -1px;
  width: 1em;
  z-index: -1;
}

.content {
  margin: 1em;
}

/* menu */

div#menu ul {
  margin: 0;
  padding: 0;
  
  list-style-type: none;
}

div#menu li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: 100%;
}

div#menu li:hover {
}

div#menu a {
    text-decoration: none;
}

div#menu li a {
  text-decoration: none;
  display: block;
  padding: 0.6em;
}

div#menu li a:before {
  content: "+ ";
}

/* search-box */

div#search-box {
   
}

div#search-box h1 {
  margin-bottom: 0.6em;
}

div#search-box input:focus {
}

