/**
 * Printstylesheet
 * Silvia Gamsjaeger, November 2009
 * http://www.sigaspot.com/
 */

@media print
{

#header, #search, #rss, #topnav, #featured-area, #sidebar, #footer, #comments, .commentlist, .commentmetadata, #commentform, #respond, .commentnumber, .sidebar-block, .custom-sidebar-block, .ui-tabs, .ui-widget, .ui-widget-content, .ui-corner-allcontent:after, p.left, p.right, p.pagination, .wp-pagenavi {display: none;}/* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
/*------------------------------------------------------------------------------------------------------*/

  /* Zeichensatz auf Serifen umstellen */

  #body 
  {font-family: Arial, "Times New Roman", Times, serif!important; 
 	background: white;  
	margin: 15px 0px; 
	display: block; 
	font-size: 12pt; line-height: normal;}

code, pre { font-family:"Courier New", Courier, mono; background-image: none;}
#body #content { width: auto; }
p:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Darstellung der Überschriften */

h1,h2,h3,h4,h5,h6 { color: #000!important; page-break-after: avoid;}/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */

h1 { font-size: 30px; margin: 40px 0px 10px 0px; clear: both; }
h2 { font-size: 28px; margin: 35px 0px 10px 0px; clear: both; }
h3 { font-size: 24px; margin: 35px 0px 10px 0px; clear: both; }
h4 { font-size: 20px; margin: 30px 0px 10px 0px; clear: both; }
h5 { font-size: 18px; margin: 25px 0px 10px 0px; }	
h6 { font-size: 16px; margin: 20px 0px 10px 0px; }

/* Auszeichnung von Abkürzungen */

abbr[title]:after, acronym[title]:after {content: '(' attr(title) ')'}
p.options {font-size: 11px; color: #999999!important;}

/*-------------Links-----------------------------------------------------------------------------------------*/
p a, a:link, a:visited, a:active {color: #A75401!important; text-decoration:underline!important; outline:none; font-weight:bold;}
h1, h2, h3, h4, h5, h6 a, a:link, a:visited, a:active, a:hover {color: #000!important; background:none; text-decoration:none!important;}
p.options a:link, a:visited {color: #999999!important; background:none; text-decoration:none;}
p.options a[href]:after {content: none;}/*-----Keine Links fuer p.options anzeigen-----*/

/*---------Links in Textabsätzen anzeigen--------------*/
p a[href^="http:"],
p a[href^="https:"] {padding-left: 0; background-image: none;}
p a[href]:after {
	content: " (URL:"attr(href)")";
	color: #000000;
	background: inherit;
	font-weight: normal;
	font-style:italic;
}  
/*-------------Bilder-----------------------------------------------------------------------------------------*/
img, img a:link, img a:visited { border: none; page-break-inside: avoid; page-break-after: avoid; clear: both; }
.alignleft { padding: 0px 10px 10px 0px; float: left;}
.alignright { padding: 0px 0px 10px 10px; float: right;}
img.wp-smiley {border: none; margin: 0; padding: 0px 3px 0px 3px;} 
.wp-caption {text-align: center; background-color: #fff; padding-top:3px; margin:3px;}
.wp-caption p.wp-caption-text {font-size: 0.7em; line-height: 1em; padding: 3px; margin: 0; color: #999999;} 

}  