body {
  background-color: #E6A266;
  background-color: #bbbbbb;
  font-size: 13px;

  height: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}

p {
  padding-top: 10px;
  padding-bottom: 10px;
}

li {
  list-style-type: square;
  list-style-position: inside;
}

a:link, a {
  text-decoration: none;
  color: #963;
}

#menu li.first_level a {
  font-weight: normal;
  font-style: normal;
}

body, h1 a, #menu li.first_level a {
  color: #2c623e;
}

h1 {
  font-size: large;
  font-weight: bold;
}

h2 {
  font-size: small;
  font-weight: bold;

  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

h3 {
  font-size: small;
  font-weight: normal;
  font-style: italic;

  padding-top: 1em;
  padding-bottom: 0.5em;
}

li {
  padding-bottom: 7px;
}

#container {
  position: relative;

  background-color: #fef6e5;

  font-size: 100%;
  font-family: sans-serif;
  height: 100%;

  width: 1000px;
  margin: auto;

  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
}

#header-image {
  height: 89px;

  width: 795px;
  width: expression('805px');
}

#header {
  position: relative;

  left: -16px;
  left: expression('0px');

  width: 795px;
  width: expression('805px');

  margin-bottom: 20px;
  clear: both;
  padding-top: 23px;
}

#content {
  margin-left: 221px;
  min-height: 600px;

  padding-right: 20px;
  padding-right: expression('0px');
}

#menu-image {
  width: 221px;
  height: 139px;
}

#menu-flags {
  position: absolute;
  top: 133px;
  right: 20px;
}

#menu-flags li {
  display: inline;
}

#menu-flags li img {
  border-width: 0;
}

#menu-items {
  padding-top: 50px;
  padding-right: 0px;
  padding-right: expression('20px');
  padding-bottom: 20px;
}

#menu-items li {
  width: 200px;
  width: expression('180px');
}

#menu {
  background: white URL('/static/images/scritte.jpg') repeat;
  z-index: 10;
  position: absolute;
  left: 0;
  height: 100%;
  font-size: 100%;
  text-align: right;
}

#menu li.first_level {
  font-size: 102%;
  font-weight: bold;
  font-style: italic;
  list-style-type: none;

  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
}

#menu li.first_level a:hover {
  font-weight: bold;
  font-style: italic;
}

#menu li.first_level a.active {
  font-weight: bold;
  font-style: normal;
}

#menu li.second_level {
  list-style-type: none;
  text-align: right;

  padding-right: 0px;
  padding-bottom: 3px;
}

#menu li.second_level a {
  font-weight: normal;
  font-style: normal;
  font-size: 85%;
}

#menu li.second_level a:hover {
  font-weight: bold;
  font-style: italic;
}

#menu li.second_level a.active {
  font-weight: bold;
  font-style: normal;
}

#menu-contacts {
  padding-top: 30px;
  list-style-type: none;
}

#menu-contacts li {
  list-style-type: none;
  font-size: 9px;
  padding: 0px;
  padding-right: 20px;
}

#footer {
  position: relative;
  bottom: 0;
  padding: 10px;

  font-size: 80%;
  text-align: center;
}

div.section {
  position: relative;
  clear: both;
  padding: 0;
  padding-left: 20px;
  padding-bottom: 20px;
}

div.section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .section {height: 1%;}
*/* End hide from IE-mac */

