/* TEMPLATES WITH 2 COLS */
#content .two_cols_one
{
  float: left;
  padding-bottom: 200px;
  width: 270px;
}

#content .two_cols_two
{
  float: right;
  padding-bottom: 50px;
  padding-right: 30px;
  width: 650px;
}

#content .two_cols
{
  clear: both;
  float: left;
  padding: 30px 0 70px 0;
  width: 100%;
}

/* BLOCK CONTENT */
.block_content
{
  clear: both;
  color: #5a5a5a;
  float: left;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  padding: 0.2em 50px;
  position: relative;
  width: 850px;
}

.block_content h2
{
  color: #343635;
  font-size: 1.5em;
}

.block_content h2.sIFR-replaced
{
  font-size: 16px;
}

.block_content h3
{
  color: #46667b;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  padding-left: 0.2em;
}

.block_content strong
{
  font-size: 1.1em;
  font-weight: bold;
}

.block_content ol,
.block_content ul
{
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.block_content ol li,
.block_content ul li
{
  background: url(/integ/images/list_bg.gif) no-repeat 1em 0.5em;
  clear: both;
  display: block;
  float: left;
  padding-left: 1.5em;
}

.block_content ol ol li, .block_content ul ul li
{
  background: url(/integ/images/list2_bg.gif) no-repeat 1em 0.5em;
}

.block_content table
{
  border-collapse: collapse;
  border-spacing: 0;
}

.block_content hr
{
  background-color: #d2d2d2;
  border: none;
  clear: both;
  float: left;
  height: 1px;
  margin: 0.2em 0;
  width: 100%;
}

/* CUSTOM STYLES */
.style001
{
  border-top: 1px solid #d2d2d2;
  clear: both;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.5em 1.5em;
}
.style001 .link
{
  color: #46667a;
  font-weight: normal;
  text-decoration: none;
}

.style002
{
  float: left;
  width: 75%;
}

.style003
{
  float: right;
  height: 2.3em;
  line-height: 2.3em;
  text-align: right;
}
.style003 .link
{
  background: url(/integ/images/picto_gray_next.gif) no-repeat left center;
  color: #46667a;
  padding: 0 1em;
  text-decoration: none;
}

.style004
{
  float: left;
  height: 2.3em;
  line-height: 2.3em;
  padding-left: 1em;
  text-align: right;
}
.style004 .link
{
  background: url(/integ/images/picto_gray_back.gif) no-repeat left center;
  color: #46667a;
  padding: 0 1em;
  text-decoration: none;
}

/* headline detail */
.headline_detail
{
  background-color: #d0d0d0;
  clear: both;
}
.headline_detail .img
{
}
.headline_detail .img img
{
  border: 1px solid #c3c3c3;
  margin: 1em;
}
.headline_detail .txt
{
  padding: 1em;
}


/* table headline */
.block_content .table_headline
{
  border: 10px solid #e0e0e0;
  display: block;
  margin: 0.5em 0;
}
.block_content .table_headline .th
{
  background-color: #d0d0d0;
  border-left: 10px solid #e0e0e0;
  border-right: 10px solid #e0e0e0;
  padding: 0 1em;
}
.block_content .table_headline .td
{
  background-color: #d0d0d0;
  border-left: 10px solid #e0e0e0;
  border-right: 10px solid #e0e0e0;
  padding: 0.5em;
}
.block_content .table_headline .row1 .td
{
  text-align: center;
}
.block_content .table_headline .row1 .td img
{
  border: 1px solid #c3c3c3;
}
.block_content .table_headline .row3 .td
{
  text-align: right;
}

.block_content .table_headline .row3 .td a.link
{
  background: url(/integ/images/picto_gray_next.gif) no-repeat left center;
  color: #46667a;
  padding-left: 1em;
  text-decoration: none;
}

/* pagination */
.block_content .pagination
{
  float: right;
  width: auto;
}
.block_content .pagination .element
{
  background: none;
  clear: none;
  color: #949494;
  font-weight: bold;
  padding: 0.2em;
}
.block_content .pagination .current
{
  color: #596a74;
}
.block_content .pagination .element .link
{
  color: #748692;
  text-decoration: none;
}
.block_content .pagination .previous .link,
.block_content .pagination .next .link
{
  color: #3d3d3d;
}
