P {
  margin: 0;
}

p {
  margin: 0;
}

LI {
  margin: 0;
}

li {
  margin: 0;
}

ul.horisontal {
  margin-left: 0px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  list-style-type: none;
  vertical-align: bottom;
  white-space: nowrap;
}

ul.horisontal li {
  display: inline;
}

ul.horisontal li a {
  float: left;
  padding: 2px 17px 2px 15px;
  text-decoration: none;
  color: #666633;
  font-family: MS Trebuchet, Verdana, Arial, Tahoma, Geneva;
  font-size: 80%;
  font-weight: bold;
}

ul.horisontal li a:hover {
  color: #c4cd42;
  font-family: MS Trebuchet, Verdana, Arial, Tahoma, Geneva;
  font-size: 80%;
  font-weight: bold;
}

ul.horisontal li.active {
  color: #c4cd42;
  font-family: MS Trebuchet, Verdana, Arial, Tahoma, Geneva;
  font-size: 80%;
  font-weight: bold;
}

ul.horisontal li.horisontal-inpath {
  color: #c4cd42;
}

ul.horisontal li.horisontal-inpath a {
  color: #c4cd42;
  font-family: MS Trebuchet, Verdana, Arial, Tahoma, Geneva;
  font-size: 80%;
  font-weight: bold;
}

ul.horisontal li.horisontal-inpath a:hover {
  color: #c4cd42;
  font-family: MS Trebuchet, Verdana, Arial, Tahoma, Geneva;
  font-size: 80%;
  font-weight: bold;
}

ul.horisontal a {
  color: #666633;
  font-family: MS Trebuchet, Verdana, Arial, Tahoma, Geneva;
  font-size: 80%;
  font-weight: bold;
  text-decoration: none;
}

ul.horisontal a.horisontal-inpath {
  color: #666633;
  font-family: MS Trebuchet, Verdana, Arial, Tahoma, Geneva;
  font-size: 80%;
  font-weight: bold;
  text-decoration: none;
}

body {
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
}


