/*  Definition for printing pages
==================================== */

body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:Calibri, Arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
font-size: 12px;
}

/* This affects every tag */
* {
border:0 !important; /* again no borders on printouts */
}

/* hide everything else! */
#logopayoff,
#searchbox,
#social,
#navimain,
#fb,
#twtr-widget-1,
#blumenwiese,
#rotationimages,
#footersp1,
#footersp2,
#footersp3 {
   display: none !important;
}

#logo img {width:137px; height:50px;}
#logo {margin-bottom: 30px;margin-top: -20px;}

#footer {margin-top: 40px;}
h2 {font-size: 16px;}
h3 {font-size: 15px;}
h4 {font-size: 14px;}
h5 {font-size: 13px;}
h6 {font-size: 12px;}
.legende {font-size: 12px;}
.zitat {font-size: 12px;}
.person {font-size: 11px;}
.hervorgehoben {font-size: 13px;}
.ZitatBlock {font-size: 11px;}
.RedBlockTitel {font-size: 13px;}
.RedBlockText {font-size: 11px;}
.RedBlockLetzteZeile {font-size: 11px;}
.GrundText {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;}
.WhiteBlock {font-size: 11px;}

/* Stylesheet: wildbee-2015:print Modified On 2016-01-07 14:43:39 */
