/* Print Style Sheet */
@media print {
body { background:white; color:red; margin:0;  }
#header { display:none  }
#navcontainer { display:none }
#content { display:block;  }
#content{ margin-left:0; 
     float:none; 
     width:445px; 
	 color:black;
	 font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
     font-size:12px;
	

	 }
#commentform { display:none }
#comments { display:none  }
#sidebar { display:none  }
#footer { display:none  }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
a img {
	border: none;

	}
.ngg-galleryoverview { display:none}
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
.post {
	text-align: justify;
	
	}
	/* Tabelle */
.wptable td {
	vertical-align: top;
	padding:	3px 6px 3px 0;
}
}


