/* header */

td#header { 
  background-color: #AEC7CA;
  background-image: url('../img/background/header-home.gif');
  background-repeat: repeat-x;
  background-position: bottom;
}

/* search */

div.search { 
  margin-left: 30px;
  margin-bottom: 25px;
}

/* new entries */

td#directory { 
  vertical-align: top;
}

div.new { 
  background-color: #ffffff;
  border-bottom: solid 1px #B9BBC8;
  margin-bottom: 5px;
  margin-left: 15px;
}

div.new-title { 
  background-image: url('../img/box/left-corner-orange-grey.gif');
  background-repeat: no-repeat;
  background-color: #ff9c31;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 85%;
  font-weight: bold;
  line-height: 1em;
  padding: 3px 0px 3px 15px;
}

div.new-text { 
  border-top: solid 1px #000000;
  border-right: solid 1px #B9BBC8;
  padding: 10px 10px 10px 15px;
}

div.new-item { 
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

div.new-item-link-name { 
}

div.new-item-link-desc { 
}


/* teasers */

td#teasers { 
  vertical-align: top;
  width: 200px;
}

div.teaser { 
  background-color: #ffffff;
  border-bottom: solid 1px #B9BBC8;
  margin-bottom: 15px;
}

div.teaser-title { 
  background-image: url('../img/box/left-corner-blue-grey.gif');
  background-repeat: no-repeat;
/*  background-color: #FF9C31; */
  background-color: #3f486e;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 85%;
  font-weight: bold;
  line-height: 1em;
  padding: 3px 0px 3px 15px;
}

div.teaser-text { 
  border-top: solid 1px #000000;
  border-right: solid 1px #B9BBC8;
  padding: 10px 15px 10px 15px;
  font-size: 90%;
}

ul.directory-list { 
  padding: 0px;
  margin: 6px 0px 7px 15px;
}

ul.directory-list li { 
  padding-top: 0.1em;
}

ul.country-info-list { 
  padding: 0px;
  margin: 6px 0px 7px 15px;
}

ul.country-info-list li { 
  padding-top: 0.1em;
}

div.more { 
  font-weight: bold;
  padding-top: 10px;
}

div.job { 
  padding-bottom: 7px;
}


