html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

ul, form, fieldset {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f1f2d7;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.3em;
  text-align: left;
}

#body {
  display: table;
  width: 796px;
  background-color: white;
  margin: 0 auto;
  padding: 0 2px;
  height: 100%;
}

#inner-body {
  display: table-cell;
  background-color: white;
  border-left: 1px solid #CEE17E;
  border-right: 1px solid #CEE17E;
  padding: 0;
}

#top-menu {
  text-align: right;
  vertical-align: middle;
  padding: 0 22px 0 0;
}

#top-menu ul {
  display: inline;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

#top-menu li, #top-menu a, #bottom-menu a {
  display: inline;
  color: #9C9D9F;
  text-decoration: none;
  font-size: 7.5pt;
}

#top-menu a:hover, #bottom-menu a:hover {
  color: #404042;
}

#top-image {
  text-align: center;
  height: 203px;
}

#top-motto {
  text-align: center;
}

#intro {
  padding: 6px 0 0 0;
}

#intro-image {
  padding: 0 0 0 26px;
  float: left;
}

#intro-cite {
  text-align: right;
  height: 68px;
  margin: 0 26px 0 205px;
  border-top: 1px solid #E3E5AC;
  border-bottom: 1px solid #E3E5AC;
}

#intro-cite blockquote {
  font-style: italic;
  font-weight: bold;
  margin: 5px 0 0 0;
  line-height: 1.8em;
  font-size: 8pt;
}

#intro-cite blockquote p {
  margin: 0;
  padding: 0;
}

#intro-cite p {
  margin: 5px 0 0 0;
}

#intro-cite cite {
  color: #9C9D9F;
  font-style: normal;
  font-weight: normal;
  font-size: 8.5pt;
  margin: 5px 0 0 0;
}

#menu {
  float: left;
  padding: 0;
}

#menu ul {
  list-style: none;
  text-transform: uppercase;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu ul.menu li span, #menu ul.menu li a {
  display: block;
  margin: 0 0 0 20px;
  padding: 18px 10px 14px 10px;
  vertical-align: bottom;
  font-weight: bold;
  font-size: 9pt;
  color: black;
}

#menu ul.menu li a {
  text-decoration: none;
}

#menu ul.menu li.active span, #menu ul.menu li a:hover {
  background-color: #404042;
  color: white;
}

#menu li.company span, #menu li.company a {
  background-color: #eae599;
}

#menu li.services span, #menu li.services a {
  background-color: #d7d866;
}

#menu li.customers span, #menu li.customers a {
  background-color: #cacf57;
}

#menu li.contact span, #menu li.contact a {
  background-color: #b7c000;
}

#menu ul.submenu {
  padding-left: 30px;
}

#menu ul.submenu li span, #menu ul.submenu li a {
  display: block;
  width: 120px;
  height: 23px;
  margin: 0 0 1px 0;
  padding: 6px 5px 0 10px;
  font-weight: normal;
  background-color: #eeefef;
  color: black;
  font-size: 8pt;
}

#menu ul.submenu li.selected span, #menu ul.submenu li a:hover {
  color: white;
  background-color: #9c9d9f;
}

#menu ul.submenu li.long a {
  padding: 1px 5px 6px 10px;
  line-height: 1.3em;
}

#menu ul.submenu li.long-selected span {
  padding: 1px 5px 6px 10px;
  color: white;
  background-color: #9c9d9f;
  line-height: 1.3em;
}

#socio {
  padding: 15px 0 0 25px;
  color: #606163;
}

#socio p {
  margin: 5px 0 0 0;
}

#socio img {
  border-width: 0 0 0 0;
}

div.menu-link {
  margin: 14px 0 0 20px;
  border-top: 1px solid #DADADA;
  text-align: center;
  line-height: 1.1em;
  color: #606163;
  width: 155px;
}
div.menu-link img {
  border-width: 0 0 0 0;
  text-align: center;
}

div.menu-bottom-link {
  margin: 14px 0 0 20px;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  padding: 5px 0;
  text-align: center;
  width: 155px;
}

div.menu-bottom-link img {
  border-width: 0 0 0 0;
}

#contents{
  margin-top: 12px;
  padding-top: 13px;
}

#content {
  color: #606163;
  line-height: 1.4em;
  margin: 0 25px 40px 200px;
  border-left: 1px solid #E3E5AC;
  padding-left: 28px;
}

#content h1 {
  color: #BCBE00;
  font-size: 10.5pt;
  font-weight: bold;
  margin-top: 0;
}

#content h2 {
  color: #BCBE00;
  font-size: 9.5pt;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
}

#content p {
  margin: 13px 0 13px 0;
  text-align: justify;
}

#content p.motto {
  text-align: center;
  color: black;
}

#content p.top {
  margin: 13px 0 0 0;
}

#content p.bottom {
  margin: 0 0 13px 0;
}

#content strong {
  color: black;
  font-weight: normal;
}

#content img {
  margin-top: 50px;
}

#content p.image {
  text-align: center;
}

#content a {
  color: #CACF57;
}

#content a:hover {
  color: #B7C000;
}

#content table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1em;
}

#content table img {
  margin-top: 0;
}

#content th {
  color: #BCBE00;
  border-bottom: 1px solid black;
  padding-right: 20px;
}

#content th.logo {
  text-align: center;
}

#content td {
  border-bottom: 1px solid #ECEEED;
  padding-right: 20px;
}

#content td.logo {
  padding-top: 8px;
  text-align: center;
}

#content ul {
  padding-left: 30px;
  color: black;
  font-size: 5pt;
}

#content ul.sublist {
  list-style-type: disc;
  color: #606163;
}

#content li {
  padding-left: 10px;
}

#content li span {
  color: #606163;
  font-size: 9pt;
}

#service li {
  margin-bottom: 16px;
}

#service ul.sublist li {
  margin-bottom: 0px;
}

#methodology ul {
  margin-top: 35px;
  list-style: none outside none;
  padding-left: 0;
}

#methodology li {
  margin-top: 16px;
  padding-left: 0;
}

#customer td {
  vertical-align: top;
}

#customer td p {
  margin: 0 0 0 0;
}

#customer p.name {
  color: black;
}

#customer td.logo {
  padding-top: 4px;
  text-align: left;
}

#project ul {
  margin-top: 20px;
  list-style: none outside none;
  padding-left: 0;
}

#project li {
  padding-left: 0;
}

#invitation-text p {
  margin-top: 0px;
}

#invitation-image p {
  margin-top: 0px;
  text-align: right;
}

#invitation-image img {
  margin-top: 4px;
}

#content p.author {
  margin-top: 20px;
  text-align: right;
  font-style: italic;
}

#content .credit {
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
}

#content .contact {
  margin-top: 35px;
  margin-bottom: 0;
}

#content p.contact {
  margin-top: 0;
}

#content .address {
  margin-top: 20px;
  margin-bottom: 0;
}

#content address {
  font-style: normal;
}

#map {
  margin-top: 35px;
  float: left;
  width: 306px;
  height: 316px;
}

#door {
  padding-left: 316px;
}

#door img {
  margin-top: 35px;
}

#content h1.up {
  text-transform: uppercase;
}

#sitemap, #legal {
  height: 500px;
}

#bottom {
  height: 62px;
  margin: 0 43px 0 43px;
  border-top: 1px solid #E3E5AC;
  border-bottom: 1px solid #E3E5AC;
}

#bottom-image {
  float: left;
}

#bottom-motto {
  float: left;
  margin-left: 10px;
  padding-top: 5px;
}

#bottom-motto p {
  margin: 1em 0;
  padding: 0;
  line-height: 0.5em;
  font-size: 7.9pt;
}

#bottom-motto p.last {
  margin-bottom: 0.2em;
}

#bottom-motto strong {
  font-size: 8pt;
}

#bottom-menu {
  padding-left: 43px;
  float: left;
  color: #9C9D9F;
  font-size: 7.5pt;
}

#bottom-menu .right {
  padding-left: 15px;
}

#toolkom {
  text-align: right;
  text-transform: uppercase;
  padding-right: 43px;
}

#bottom-legal a, #toolkom a {
  text-decoration: none;
  color: #9C9D9F;
  font-size: 7.5pt;
}

#toolkom a:hover {
  color: #404042;
}
