body, html {
	/* orig: font:12pt Arial, Helvetica, sans-serif; */
	background:#FFF;
	font:11pt Arial, Helvetica, sans-serif;
	color:#000;
	}


/* orig.: 
a:link, a:visited {
 	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color:#000;
	}	
*/	


a:link, a:visited {
 	font-weight: normal;
	text-decoration: none;
	color:#000;
	}	
	
h1, h2, h3, h4 {
	/* orig: font-family: Georgia, "Times New Roman", Times, serif; */
	font-family:Helvetica, sans-serif;
	}

h1 {
	font-size: 2em; orig: no italic
	font-style:italic;
	margin-bottom: 0.5em;
	padding:0.4em;
	}

h2 {
	/* orig: font-size:1.8em; */
	font-size:1.3em;
	border-bottom: 1px dotted black;
	}

h3 {
	/* orig: font-size:1.5em; */
	font-size:1.1em;
	}

/* Eintrag ergaenzt, um die Ueberschrift "Comments" wie eine normale Ueberschrift anzuzeigen */ 	
h3#comments 
	{
	font-size:1em;
	margin-top:25px;
	margin-bottom:2px;
	border-bottom:1px dotted #000;
	color:#000;
	letter-spacing:0.1em;
	}

	
/* Klasse ergaenzt, um "Comments" ohne "Leave a comment" anzuzeigen */	
.respondlink
	{
	display:none;		
	}
	
/* orig:	
h4 {
	 font-size:1.2em; 
	 	}
*/		
	
h4 {
	/* orig. nur: font-size:1.2em; */
	font-size:1em;
	margin-top:25px;
	margin-bottom:2px;
	border-bottom:1px dotted #000;
	color:#000;
	letter-spacing:0.1em;
	}

	
				
img {
	/*orig: display:block; */
	border:0;
	}


/* Klasse ergaenzt, um Headerimage fuer nur Druck anzeigen zu koennen */ 		
.printheaderimage
 	{
	margin-bottom:2em;
	}	

	
#nav, #searchform, #branding, #commentform, #footer, #sidebar, #respond, #bookmark {
	display:none
	}

/* ID ergaenzt, speziellen Footer fuer Druck auszugeben */ 
#printfooter
	{
	margin: 2em auto;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	border-top: 1px solid black; 
	}

 	
	
/*erg */
#tagsall 
	{
	font-weight:normal;
	margin-top: 0;
	padding:0;
	}
	

 	
	
	
hr { 
	background:#000; 
	color:#000;
	width:100%; 
	height:1px; 
	margin:2em 0; 
 	border:none; 
	}

blockquote { 
 	margin:1.5em 0; 
 	padding:1em; 
 	border:1px solid #ccc; 
 	font-style:italic; 
 	font-size:0.9em; 
	}


