/**
 * @author      Klaus Fuchs
 * @package     Joomla!
 * @subpackage  Print CSS
 * @link        http://www.fuchsnet-berlin.de/
 * @email       info@fuchsnet-berlin.de
 *
 * Copyright (C) 2017 Klaus Fuchs  (Anti Atom Berlin)
 *
**/



*{padding:0;margin:0;}

body
{
    font-family:Arial, Verdana, Helvetica, sans-serif;
  	
	
	
}


#oben{
    
  position:absolute;
  width:100px;
  border:none!important;
  background: none;  
  height: 120px; 
  margin:0;
  left:86%;
  top:0;
  
    
}



#print-logo {
    float: right;
    margin: 10px 20px 0 0;
    display: block!important;
}


#wrapper {
   
    border-radius: 0px;
    box-shadow: none;   
    border:none;
 
}
#section-wrapper{
    
   
  width: 100%; 
margin: 0!important; 
float: none;
  border:none;   
}

#content 
  {
     width: 98% !important;
     padding: 20px;
  }
  


.items-leading,
.items-row {
    
    margin-bottom: 20px;
    margin-top: 20px;
   
 
}
ul.relateditems-hinweis {
    margin-bottom: 10px;
}

  
p,
ul li, ol li,
address,
.category-desc,
table,
label,
dt,
dd
{
  font-size:10pt
}
.moduletable_ban,
#banner_footer,
#sprung,  
#vie_skiplnklst,  
.icons,
#footer,
.jump,
iframe,
.pagination,
.items-more,
#breadcrumb,
.syndicate-module_syn,
.navibutton,
.ad-search,
#headBanner,
#tabs,
#topmenu,
#navi,
.nav-collapse,
#online, 
.actions,  
#fontsize, 
.pagenav,
#footer-nav,
#vie_skiplnklst,
#linkesmenu,
#sidebar,
#navid,
.linke_pos,
.rechte_pos,
#navid-header,
.moduletable_ban,
#gruppe,
.moduletable__key,
.article-info-term,
#breadcrumb img
{ 
  display: none; 
}


h1
{
    font-size: 16pt;
    font-weight: bold;
    color: #000;
    background: inherit;
    margin: 0.4em 0 0.5em 0;
}

h2
{
    font-size: 14pt;
    font-weight: bold;
    color: #333;
    background: inherit;
    margin: 0.7em 0 0.5em 0;
    padding: 0.3em 0.3em 0.3em 0;
}

h3
{
    font-size: 12pt;
    font-weight: bold;
    margin: 0.4em 0 0.3em 0;
}

h4
{
    font-size: 11pt;
    font-weight: bold;
    margin: 0.9em 0 0.4em 0;
}






 p,
ul li, ol li,
address,
.category-desc,
table,
label,
dt,
dd
{
  font-size:10pt
}

address
{
    font-style:normal
}



  
#footer-print:after {
  content: "\ © 2010 - 2017 Anti-Atom-Berlin ";
  color: #999 !important;
  font-size: 0.85em;
    width: 96%!important;
  float:left;
 border-top: 2px solid #999;
  margin-top:40px;
  margin-bottom:0px !important;

  padding-top:2px;
 
  display:block;
 
  
  }

