/*@charset "utf8";*/
/* Author/Copyright: Robert Gruber - © 2010 GRUBER WEBSERVICES */

* {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  color: #000;
}

a:visited {
  color: #4C7D7E;
}

div.maintain a:visited {
  color: #000;
}

a:focus {
  color: #f00; 
}

a:hover {
  color: #f00; 
}

a:active {
  color: #f00; 
}

body {
  color: #000;
}

html, body {
  height: 100%;
  background-color: #fff;
}

ol li {
  margin-left: 2.8em;
}

ul li {
  margin-left: 2.1em;
}

ol li h4 {
  display: inline;
  line-height: 180%;
}

ol.level1 {
  counter-reset: level1;
  list-style: none outside;
  margin-left: -2.8em;
}

ol.level1 li:before {
  content: counter(level1) ". ";
  counter-increment: level1;
}
  
ol.level2 {
  counter-reset: level2;
  list-style: none outside;
  text-align: justify;
}

ol.level2 li:before {
  content: counter(level1) "." counter(level2) ". ";
  counter-increment: level2;
  margin-left: -2.8em;
}

ol.level3 {
  counter-reset: level3;
  list-style: none outside;
  text-align: justify;
}

ol.level3 li:before {
  content: counter(level1) "." counter(level2) "." counter(level3) ". ";
  counter-increment: level3;
  margin-left: -2.8em;
}

ul {
  list-style-type: circle;
} 

table {
  border-collapse: collapse;
  margin: 1em auto 0 auto;
  table-layout: auto;
  text-align: center;
}

tbody th {
  text-align: right;
}

th, td {
  padding: 0.25em 1.5em 0.25em 0.5em;
  font-weight: 500;
}

.img-char {
  vertical-align: middle;
}

/*div {
  outline: 1px solid blue;
  outline-offset: -1px;
}*/
