@charset "utf-8";

/* Druckversion-Stylesheet fuer peterjockisch.de, Stand: 20. Maerz 2010 */
/* ---------------------------------------------------------------------*/


#titellogo, #topnavigation, #sidebar-navigation,#werbung-oben-rechts, #werbung-unten-rechts, #werbung-mitte-unten, #werbung-mitte-oben, .menueliste, .logo {
	display: none;
	}



body {
	
	background: white;

	margin: 0;
	padding: 0;
	
	color: black;
	font-size: 10pt;
	font-family: Georgia, serif;
}

h1 {
	font-size: 1.5em;
	font-family: sans-serif;
	page-break-after: avoid;
	}

p+p {
	margin-top: -0.5em;
	text-decoration: none;
	}

.ueberschrift-eins, .ueberschrift-zwei  {	
	/* text-decoration: underline; */
	font-weight: bold;
}

.ueberschrift-drei {
	text-decoration: underline;
}

.mittig {
	text-align: center;
}

	

#inhalt {
	margin: 0;
	padding: 0;
	
	color: black;
	font-size: 10pt;
	font-family: Georgia, serif;
	background: transparent;
}


#titellogo {
	text-align: center;
	}

#mittig {
	text-align: center;
	}
	
#rechts{
	text-align: right;
	}
	
#links {
	text-align: left;
	}

#blocksatz {
	text-align: justify;
	}
	

/*-------------------------------------------------------------------------------------------------------------------- */

a[href]:after {
 content: " <"attr(href)">";
 color: #888;
 background-color: transparent;
 font-style: italic;
 font-size: 80%;


} 

a[href^="../"]:link:after {
  content: " (Link auf <http://www.peter-jockisch.de " attr(href) "<) ";
  }

 img[alt]:after {
 content:"\A ("attr(alt)")";
} 
	
/*------------------ Schriftauszeichnung ------------------*/






/*------------------ sonstiges ----------------- */

#ueberschrift {
	text-align: center;
	font-size: 1.2em;
	font-family: sans-serif;
	}

	
table {
	width: 100%;
	}
tr {
	vertical-align: top
	}

