/* Druck.css */

/*alle Formatierungen aus*/
body, h1, h2, h3, h4, h5, h6, p, td{ 
	background:white; color: black;
	border:0; margin:0;padding:0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt; 
}
h3{font-size: 13pt; margin-top:15pt;}
h4{font-size: 12pt; margin-top:13pt;}
h5{font-size: 11pt; margin-top:11pt;}



td	{border-bottom:1pt solid gray}
.td1	{width:150pt;}


/*Überschrift einfügen*/
body:before{    				
	font-size:9pt; font-weight:bold; 
	content: "| Printversion: 'Stuttgart liegt in Kansas!' - website: stuttgart-kansas.de - Autor: Thomas Feldes |";
}

/*nicht drucken*/
#right{	display :none;} 	
#nav{	display :none;} 
.next{	display :none;} 
#nlist{	display :none;} 

/*Seitenumbruch*/
.break{page-break-before:always;}	

/*Linkstexte hervorheben */
a {text-decoration:none; font-size: 10pt; font-weight:bold; background-color:white; color: black;}

/*besondere druckformatierung der Anmerkungen */
.autor, .story{border: 2pt black outset;  
	margin:5pt; padding:5pt;
	font-size:10pt;
}
.fluss {
	float:left;
	margin-right:15pt;
}

.flussr {
	float:right;
	margin-left:15pt;
}

.autor:before{
	text-decoration: underline;font-size:9pt;
	content: "Autor:"; 
}

img{
	margin-top:10pt; 
	margin-bottom:10pt;
}

.list{
	margin-top:30pt; 
	margin-bottom:15pt;
	padding-left:5pt;
	border-left:3pt solid black;
}
.list h4, .list h5 {font-size:10pt}
#quell{
	margin-top:15pt; 
	padding-top: 15pt;
	border-top:2pt dashed black;
	font-size:8pt;
}

img:after {content:attr(title);
display:block}

