/******************************************************************************/
/*                                                                            */
/*                    Druckstyles fuer www.photovoltaik.eu                    */
/*                        Copyright 2010 Sunbeam GmbH                         */
/*                           Autor: Joeran Fliege                             */
/*                                                                            */
/******************************************************************************/
@media print
{

@page {
  size: portrait;
  margin-top: 1.7cm;
  margin-bottom: 1.4cm;
  margin-left: 2cm;
  margin-right: 2cm;	
}

body {
  font: 11pt/120% Arial, serif;
  background-color: white !important;
  background-image: none !important;
  color: #000;
  width: 27cm;
}

#servicemenu ul,
#servicemenu #search,
#breadcrumb,
#hauptnavi,
#topbanner,
/* #sidebanner, eingeschalten da sonst print abgeschnitten - jf - 110504 */
.ric_rot_banner,
#header ul,
#header #socialmedia,
#content .print,
#footer,
#footerbottom,
#webcode,
#marginavi,
#ecke_ru,
#footerwrap,
#ecke_lo,
.twtr-widget
 {
  display: none;
}
#sidebanner { visibility: hidden; height: 1px; width: 1px; position: fixed; top: 0; left: 0; }

body, #hauptwrapper, #content {
  padding: 0;
  margin: 0;
}

#header {
  border-bottom: 1px solid #333;
  height: auto;
  margin-bottom: 2em;
}

#header h1, #header h1 a {
  font-size: 28pt;
  text-align: left;
  color: #000;
  text-indent: 0;
  text-transform: uppercase !important;
  text-decoration: none;
  font-weight: bold;
  padding: 0;
  margin: 1em 0 0 .1em;
}

#hauptwrapper {
  border: none !important;
}


/* verhindern, dass text abgeschnitten wird */
#content, .csc-default { overflow: visible; }




/* icons */
.news-list- .news-list-date, .comment-count a { padding-left: 0 !important; }





}
