body {
  background-image: url('images/inotify-hdr.png');
  background-repeat: no-repeat;
  font-family: "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
}

a {
  color: gray;
}

a:hover {
  color: red;
}

hr {
  height: 1px;
  border: 0px;
  color: silver;
  background-color: silver;
  padding: 0px;
  margin-top: 2em;
  margin-bottom: 2em;
}

h1 {
  font-size: 180%;
}

h2 {
  font-size: 130%;
  color: gray;
  padding-bottom: 0px;
  margin-bottom: 0.3em;
}


#main {
  margin-left: 11em;
  margin-right: 2em;
  margin-top: 120px;
  margin-bottom: 3em;
  padding-left: 2em;
  padding-bottom: 2em;
  font-size: 90%;
}


#menu {
  position: absolute;
  left: 10px;
  top: 120px;
  width: 10em;
  border-right: solid 1px #dddddd;
  font-size: 90%;
}

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

#menu ul li {
  margin-left: 1em;
  margin-bottom: 0.2em;
}

hr#sep {
  display: none;
}

li strong {
  font-weight: bold;
  font-size: 120%;
}

li em {
  font-weight: bold;
  font-style: italic;
  font-size: 120%;
}

#main strong {
  font-weight: bold;
  font-size: 100%;
}

#main em {
  font-weight: inherit;
  font-style: italic;
  font-size: 100%;
}

ul#faq {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul.faq li {
  margin-bottom: 0.7em;
  line-height: 140%;
}

ol.steps li {
  margin-bottom: 0.0em;
  border: 0em;
}


p.news {
  margin-top: 0px;
  margin-bottom: 20px;
}

#lang-switch {
  position: absolute;
  top: 50px;
  right: 2em;
}




