/*  
Theme Name: georg wilhelm wirtz
Theme URI: http://georg-wilhelm-wirtz.de/
Description: print-stylesheet meiner website version 1.0
Version: 1.0
Author: georg wilhelm wirtz
Author URI: http://georg-wilhelm-wirtz.de/

	© 2007_10_11, georg-wilhelm-wirtz.de

*/

/* Drucker Style Sheet */
/*	
1. GLOBAL RESET
*/
* {
   background-color: White;
	color: #222222;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
	font-size: 8pt;
	width: 100%  !important;
   margin: 0 !important;
   padding: 0 !important;
}
/*	
2. IRRELEVEANTE ELEMENTE AUSBLENDEN
*/
#navigation,
#help li,
#up,
#updown,
.shadow img {
   display: none;
}
#help,
h1,
h2 {
	font-variant: small-caps;
	font-size: 10pt;
}
#help {
	font-weight: bolder;
}
/*	
2. AUSGABE DER LINKS, TITLE UND ALT IN KLAMMERN
*/
a {
   text-decoration: none;
}
acronym {
	border-bottom: none;
}
/* Firefox Opera */
a[href]:after {
   content: " [" attr(href) "] ";
	color: #777777;
   font-style: italic;
   text-decoration: none;
	font-size: 0.85em;
}
/* Opera */
img[alt]:after {
   content: "\A[" attr(alt) "] ";
   color: #777777;
   font-style: italic;
	font-size: 0.85em;
}
/* Firefox Opera */
acronym[title]:after {
   content: " [" attr(title) "] ";
   color: #777777;
   font-style: italic;
	font-size: 0.85em;
}
#content a[href^="../"]:after {
   content: " (http://georg-wilhelm-wirtz.de) ";
}
div.vcard {
	padding: 20px;
	width: 85%;
	clear: left;
	margin: 20px;
}
div.vcard img {
	float: left;
	border: 1px solid #eee;
	padding: 3px;
	margin-right: 5px;
}
#footer:after {
   content: "Quelle: georg-wilhelm-wirtz.de";
   color:#666666;
}

