#content .sidebar .select-boxes {
 padding-left: 19px;
 margin-top: 20px;
}

#content .sidebar .select-boxes select {
 width: 100%;
}

#content .pageheadline {
  margin-bottom: 24px;
}

#content .textbox {
 margin-top: 21px;
 display:inline;

}

#content .continent { 
 float: left;
}

#content .textbox .tablehead {
  margin-top: 20px;
  background-image: url(/img/pfeil_re_table.gif);
  background-repeat: no-repeat;
  background-position:10px 7px;
  font-weight: bold;
  padding-left: 20px;
  background-color: #dbdbd3;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  width: 722px; /* 742 - 20 wegen padding */
}
  
#content .textbox .tableheadauf {
  background-image: url(/img/pfeil_dn_table.gif);
  background-repeat: no-repeat;
  background-position:8px 9px;
 }
  
#content .textbox table.projects {
 width: 742px;
}

#content .textbox .tablecontainer {
  height: 0;
  overflow: hidden;
  }

#content .textbox table.projects td a:link,
#content .textbox table.projects td a:visited,
#content .textbox table.projects td a:active,
#content .textbox table.projects td a {
 color: #0076a3; 
 text-decoration: none;
 border-bottom: none;
}

#content .textbox table.projects td a:hover {
 color: #5a98ae;
}

#content .textbox table.projects td.left {
 width: 185px;
}
  
#content .textbox table {
  width: 100%;
}

#content .textbox table tr.greyline {
  background-color: #f8f8f6;
  }
  
#content .textbox table td {
  border-bottom: 1px solid #dbdbd3;
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 16px;
  }

#content .textbox table tr.head td {
  background-color: #dbdbd3;
  font-weight: bold;
}

#content .textbox .document-type {
 font-size: 12px;
 font-weight: bold;
 margin-bottom: 6px;
}

#content .textbox table.downloads  {
 margin-bottom:16px;
}
  
#content .textbox table td.left {
  border-right: 1px solid #dbdbd3;
  }
  
#content .textbox .first {
  margin-top: 0px;
  }


#content .bildspalte table.boxBlog td.image {
 padding-left: 7px;
 padding-right: 3px;
 width: 39px;
}
