html {
    background: none;
}

#branding {
    position: relative;
    margin-bottom: 100px;
}

#branding img {
    display: block;
    width: 250px;
    position: relative;
    margin: 0 auto;
}

#naviBreadcrumb {
    margin-left: 0em;
}

#naviBreadcrumb ul {
    padding-left: 0.6875em;
    #background-image: url(../images/naviBreadcrumb_arrow.gif) 0 0.25em no-repeat;
}

#naviBreadcrumb ul li {
    display: inline;
}

#naviBreadcrumb ul li a {
    display: inline;
    color: #000;
    font-size: 70%;
    text-decoration: none;
    margin-right: 0.5em;
    padding-right: 1.2em;
    #background-image: url(../images/naviBreadcrumb_arrow.gif) right 0.3em no-repeat;
}

#naviBreadcrumb ul li.last a {
    background: none;
}

#contentMain, 
.content {
    float: none;
    width: auto;
    background: #fff;
    margin-top: -0em;
    padding: 0;
    font-size: 16pt;
}

#contentArea h2 {
    margin-bottom: 1em;
}

#contentMain ul li {
    list-style: none;
}

#naviBreadcrumb_print ul {
    #background-image:transparent url(../images/naviBreadcrumb_arrow_print.gif) no-repeat scroll 0 0.25em;
}

#naviBreadcrumb_print ul li a {
    font-size: 100%;
    #background-image:transparent url(../images/naviBreadcrumb_arrow_print.gif) no-repeat scroll right 0.3em;
}

#contentMain a.mail:hover {
    background-image:transparent url(../images/tip_icon_act.gif) no-repeat scroll left center;
}

#contentArea .external:hover, #contentArea .external-link-new-window:hover, #contentArea .external-link:hover {
    background-image:transparent url(../images/external_link_act_icon.gif) no-repeat scroll 0 0.3125em;
}

#contentArea .pdf:hover {
    background-image:transparent url(../images/download_act_icon.gif) no-repeat scroll 0 0.2em;
}

#contentMain .tx-cagcontactlink-pi1 {
    margin-bottom: 30px;
}

.tx-indexedsearch-searchbox form,
#branding h1 a img,
#searchbox,
#fontResizer,
#languageSelect,
#naviMeta,
#naviMain,
#naviSub,
#functionBlock,
.news_extrainfo {
    display: none;
}

/*####before content############*/

/*
#contentArea .internal,
#contentArea .internal-link:before {
  content:url(../images/internal_link_icon.gif) no-repeat 0em 0.3125em;
}

#contentArea .internal:hover,
#contentArea .internal-link:hover:before {
  content:url(../images/internal_link_act_icon.gif) no-repeat 0em 0.3125em;
}

#contentArea .external,
#contentArea .external-link-new-window,
#contentArea .external-link:before {
  content:url(http://www.stiftung-mercator.de/fileadmin/templates/images/images/external_link_icon.gif) no-repeat 0em 0.3125em;
}

#contentArea .external:hover,
#contentArea .external-link-new-window:hover,
#contentArea .external-link:hover:before {
  content:url(http://www.stiftung-mercator.de/fileadmin/templates/images/images/external_link_act_icon.gif) no-repeat 0em 0.3125em;
}

#contentArea .email:before {
  content:url(http://www.stiftung-mercator.de/fileadmin/templates/images/images/tip_icon_no.gif) no-repeat 0em 0.4em;
}

#contentArea .email:hover:before {
  content:url(http://www.stiftung-mercator.de/fileadmin/templates/images/images/tip_icon_act.gif) no-repeat 0em 0.4em;
}

#contentArea .download:before {
  content:url(http://www.stiftung-mercator.de/fileadmin/templates/images/images/download_icon.gif) no-repeat 0em 0.2em;
}

#contentArea .download:hover:before {
  content:url(http://www.stiftung-mercator.de/fileadmin/templates/images/images/download_act_icon.gif) no-repeat 0em 0.2em;
}

#contentArea .movie:before {
  content:url(http://www.stiftung-mercator.de/fileadmin/templates/images/images/movie_icon.gif) no-repeat 0em 0.2em;
}

#contentArea .movie:hover:before {
  color: #000;
  padding-left: 1.6em;
  content:url(http://www.stiftung-mercator.de/fileadmin/templates/images/images/movie_act_icon.gif) no-repeat 0em 0.2em;
}

#contentArea .image:before {
  color: #0098ca;
  padding-left: 1.6em;
  content:url(http://www.stiftung-mercator.de/fileadmin/templates/images/images/image_icon.gif) no-repeat 0em 0.2em;
}

#contentArea .image:hover:before {
  color: #000;
  padding-left: 1.6em;
  content:url(http://www.stiftung-mercator.de/fileadmin/templates/images/images/image_act_icon.gif) no-repeat 0em 0.2em;
}

#contentArea .document:before {
  color: #0098ca;
  padding-left: 1.6em;
  content:url(http://www.stiftung-mercator.de/fileadmin/templates/images/images/doc_icon.gif) no-repeat 0em 0.2em;
}

#contentArea .document:hover:before {
  color: #000;
  padding-left: 1.6em;
  content:url(http://www.stiftung-mercator.de/fileadmin/templates/images/images/doc_act_icon.gif) no-repeat 0em 0.2em;
}

#contentArea .pdf:before {
  color: #0098ca;
  padding-left: 1.6em;
  content:url(http://www.stiftung-mercator.de/fileadmin/templates/images/images/download_icon.gif) no-repeat 0em 0.2em;
}

#contentArea .pdf:hover:before {
  color: #000;
  padding-left: 1.6em;
  content:url(http://www.stiftung-mercator.de/fileadmin/templates/images/images/download_act_icon.gif) no-repeat 0em 0.2em;
}
*/