/* Print Style Sheet */
@media print {

body { 
font-family: verdana, arial, geneva, helvetica, sans-serif;
font-size:12px; 
background:white; 
color:black; 
width: 600px;
/*margin:0;*/ }

#header { display:none;  }
#menu { display:none; }
#info { display:none; }
#leftcolumn {display:none; }
#headerunder {display:none; }
.navigation {display:none; }


#sidebar { display:none;  }
#footer { display:none;  }

p { 
	margin-bottom: 1em; /*Wiedereinführung des Abstands weil oben unter *{ margin: 0} generell auf 0 gesetzt*/
	/*text-align: justify;*/
 }

a { text-decoration: none;
margin: 0 5px 0 2px;;
color:#999999;
}
a:active {color: #ffcc00; text-decoration: none }
a:link {color: #999999; text-decoration: none }
a:visited {color: #999999; text-decoration: none }
a:hover { color: #ffcc00; text-decoration: underline }
a:before{content:url(images/bullet.gif);}
h1, h2, h3, h4, h5, h6 { 
	font-size: 16pt;
	font-weight: 100;
	padding-top: 6pt; /*Abstand zwischen Text und Rahmenlinie*/
	margin-top: 12pt;
	page-break-after:avoid; 
    page-break-inside:avoid 
	}
img { page-break-inside:avoid; 
     page-break-after:avoid; }
a img {
	border: none;
	padding: 5px 0;
	}
.wp-caption p.wp-caption-text {
	font-size: 9px;
	line-height: 12px;
	padding: 3px 4px 5px 0;
	margin: 0;
}


}


