/* jomo print stylesheet */

.noprint {
   display:none;
}

.side1 h2, .side2 h2{
	text-transform: none;
}

body {background: #FFFFF none repeat scroll 0 0;font-size: 90%;}

#page    { width: 20cm; }
#left    { width: 16cm; }
#content { width: 12cm; }
.side1, #autor_pic   { width:  3.4cm; }
.side2   { width:  3.5cm; }
#right   { width:  3.5cm; }


/* kopf und fuss-bereich ausblenden*/
#top, #topy, #out-foot, .post .meta .editr {display: none;}
.widget_recent_comments {display:none;}

/* linke Navigation eher belassen*/
#page #left .side1 {}

/* rechte Navigation eheer belassen*/
#right {}

/* Kommentarbereich*/
#content .post-content, #respond, #commentform, .navigation {display:none;}

/* schriftgröße für Printbereich: Überschriften, Fließtext */
.entry p, entry ul, .entry ul li {
   font-size:    10pt;
   line-height:   1.2em;
   margin-bottom: 6pt;
   text-align:left;
}

.side1 ul li ul li a, .side2 ul li ul li a,
.side1 ul li ul li  , .side2 ul li ul li    {
   font-size:     8pt;
   line-height:   1.1em;
   margin-bottom: 3pt;
   text-align:left;
}

.side1 h2, .side2 h2 {font-size: 11pt; background: #a0a1a2 none repeat scroll 0 0;}

.url_print {display:block; color:#015D82; line-height: 1.0em;}

