html, body, p {
  padding: 0;
  margin: 0;
}

body {
  font-size: 10pt;
  font-family: "Arial", sans-serif;
  background-image: url('../img/back.jpg');
  background-repeat: repeat-y;
  background-position: center top;
}


/* ---- LAYOUT ----- */

#container {
  min-width:998px;
  width:100%;
  height:100%;
  width:expression(document.body.clientWidth < 998? "998px": "100%" ); /* pro IE */
  position:absolute;
  top:0;
  left:0;
  z-index: 2

}

#container-horizontal {
  text-align:left;
  margin:auto;
  position:absolute;
  left:50%;
}

#container-in {
  position:absolute;
  left:-499px;
  width:998px;
  top: 30px;
}


#content {
  background-color: #ffffff;
  background-image: url('../img/back_main_div.png');
  margin-bottom: 90px;
}


a {
  color: #38A8DA;
  text-decoration: none;
}

a:hover {
  color: #045FA6;
}

/* ----- TOP MENU ----- */
#top {
  margin-top: 7px;
  margin-left: 49px;
  margin-right: 49px;
}

#top .logo {
  float: left;
}

#top .blue {
  width: 774px;
  height: 86px;
  background-image: url('../img/back_top_div.png');
  margin-left: 125px;
}
/* ----- LEFT MENU ----- */

#left-menu {
  float: left;
  margin-left: 49px;
  width: 229px;
  z-index: 1;
  min-height: 325px;
}

#left-menu div {
  z-index: 1;
}

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

#left-menu ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  padding-left: 0;

}

#left-menu ul li div.label {
  height: 27px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: block;
  background-image: url('../img/label.jpg');
  /*background-color: #40AA68;*/
  background-repeat: no-repeat;

}

#left-menu ul li.active div.label {
  background-image: url('../img/label_active.png');
}

#left-menu ul li div.label a {
  display: block;
  padding-top: 5px;
  padding-left: 10px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

#left-menu ul li ul.leftMenu2nd {
  list-style-image: url('../img/star.png');
  margin: 0;
  padding: 0;
  margin-left: 23px;
  margin-top: 10px;
  margin-bottom: 18px;
}

#left-menu ul li ul.leftMenu2nd li {
  margin: 0;
  padding: 0;
  margin-bottom: 3px;
  padding-left: 0;
  color: #40AA68;
}

#left-menu ul li ul.leftMenu2nd li {
  margin: 0;
  padding: 0;
  margin-bottom: 3px;
  padding-left: 0;
  color: #40AA68;
}

#left-menu ul li ul.leftMenu2nd li.active {
  list-style-image: url('../img/star_orange.png');
  color: #EA6B0F;
}

#left-menu ul li ul.leftMenu2nd li a {
  color: #40AA68;
  text-decoration: none;
}

#left-menu ul li ul.leftMenu2nd li.active a {
  color: #EA6B0F;
  text-decoration: none;
}

/* ----- NEWS ----- */


div#searchbox {
  width: 176px;
  float: right;
  margin-bottom: 10px;
}

div#news {
  width: 176px;
  float: right;
  background-image: url('../img/news_back.png');
}

div#news div.wrap {
  margin-left: 10px;
  margin-right: 10px;
  border-top: 1px #4AB0DE solid;
  margin-top: 10px;
  padding-top: 5px;
  margin-bottom: 10px;
}


div#news div.wrap div.title {
  margin-left: 40px;
  margin-bottom: 5px;
  font-weight: bold;
}

div#news div.wrap div.title a {
  text-decoration: none;
  color: black;
}


/* ----- MAIN TEXT ----- */

div#text, div#text_main {
  margin-left: 296px;
  margin-right: 235px;
  min-height: 800px;
  line-height: 14pt;
}

div#text_main {
  margin-right: 50px;
}

h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16pt;
  margin-bottom: 15px;
  line-height: 30px;
}

/* ----- DOCUMENTS ----- */

div#documents div#arrow {
  background-image: url('../img/doc_arrow_clean.png');
  height: 64px;
  margin-top: 10px;
  background-repeat: no-repeat;
}

div#documents div#arrow .frontPage {
  text-align: center;
  color: #888888;
  font-size: 12px;
  line-height: 13px;
}

div#documents div#arrow .title {
  color: #008f37;
  font-weight: bold;
  line-height: 13px;
}

div#documents div#arrow .author {
  color: #000000;
  font-weight: bold;
  line-height: 14px;
  font-size: 12px;
}

div#documents div#arrow .note {
  width: 115px;
  color: #000000;
  font-size: 12px;
  line-height: 15px;
}

div#documents div#arrow .language {
  width: 115px;
  color: #888888;
  font-size: 12px;
  line-height: 12px;
}

div#documents div#arrow .other {
  width: 115px;
  color: #000000;
  font-size: 12px;
  line-height: 12px;
}

div#documents {
  width: 658px;
  background-image: url('../img/doc_back.png');
  margin-top: 20px;
}

div#documents div.inside {
  margin-left: 19px;
  margin-right: 19px;
}

div#documents div.inside div.docHeader {
  height: 45px;
  line-height: 45px;
  font-size: 30px;
  font-weight: bold;
  background-color: #4AB0DE;
  color: #ffffff;
  padding-left: 20px;
}

div#documents div.inside div.document {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #4AB0DE;
}

div#documents div.inside div.document div.docInside {
  margin-left: 115px;
}

/* ----- SEMINARS ----- */

div#seminars div#arrow {
  background-image: url('../img/doc_arrow_clean.png');
  height: 64px;
  margin-top: 10px;
  background-repeat: no-repeat;
}

div#seminars div#arrow .frontPage {
  text-align: center;
  color: #888888;
  font-size: 12px;
  line-height: 13px;
}

div#seminars div#arrow .title {
  color: #008f37;
  font-weight: bold;
  line-height: 13px;
}

div#seminars div#arrow .author {
  color: #000000;
  font-weight: bold;
  line-height: 14px;
  font-size: 12px;
}

div#seminars div#arrow .note {
  width: 115px;
  color: #000000;
  font-size: 12px;
  line-height: 15px;
}

div#seminars div#arrow .language {
  width: 115px;
  color: #888888;
  font-size: 12px;
  line-height: 12px;
}

div#seminars div#arrow .other {
  width: 115px;
  color: #000000;
  font-size: 12px;
  line-height: 12px;
}

div#seminars {
  width: 658px;
  background-image: url('../img/doc_back.png');
  margin-top: 20px;
}

div#seminars div.inside {
  margin-left: 19px;
  margin-right: 19px;
}

div#seminars div.inside div.docHeader {
  height: 45px;
  line-height: 45px;
  font-size: 30px;
  font-weight: bold;
  background-color: #4AB0DE;
  color: #ffffff;
  padding-left: 20px;
}

div#seminars div.inside div.document {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #4AB0DE;
}

div#seminars div.inside div.document div.docInside {
  /*margin-left: 115px;*/
}
