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

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

img#topCurve, img#bottomCurve, div#flags {
  display: none;
}

/* ---- LAYOUT ----- */
/*
#container {
  min-width:998px;
  width:100%;
  height:100%;
  width:expression(document.body.clientWidth < 998? "998px": "100%" );
  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: 0px;
  margin-right: 0px;
}

#top .logo {
  float: left;
}

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

#left-menu {
  display: none;
}



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


div#searchbox {
  display: none;
}

div#news {
  display: none;
}


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

div#text, div#text_main {
  margin-left: 0px;
  margin-right: 0px;
  /*
  min-height: 800px;
  */
  line-height: 16pt;
}

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

h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 20pt;
  margin-bottom: 22px;
  margin-top: 22px;
  line-height: 30px;
}

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

div#documents, div#seminars {
    display: none;
}

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;*/
}
