/* add print related css modifications of screen.css */
body {
  font-size: 10pt;
  font-family: Helvetica, Arial;
}

#logo_butti {
  display: none;
}

#logo_print {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 150px;
}

#page_title_print {
  position: absolute;
  top: 44px;
  left: 140px;
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  width: 600px;
  height: 30px;
}

#content_wrapper {
  position: absolute;
  top: 120px;
  left: 30px;
}

#ajax_loader {
  visibility: hidden;
}

ul.sitemap {
  width: 100%;
}

#content ul.sitemap, ul.sitemap li {
  line-height: 15pt !important;
  list-style:none;
}

ul.sitemap li {
  border-bottom: #999 1px solid;
  background-color: #FFF;
  font-family: Helvetica;
}

ul.sitemap li.page_level_one a {
  margin-top: .5em;
}


ul.sitemap li a span {
  font-weight: bold;
}

img {
  border: none;
}

a img {
  border: none;
}

a {
  text-decoration: none;
  color: #000;
}

#teaser, #aktuell, #navigation, #secondary {
  display: none;
}

img.mini_cms_fe_edit_button  {
  display: none;
}

a.print,
a.bookmark,
a.recommend,
a.list_link {
  display: none;
}

