/* DATEI: print.css   
vgl. http://de.selfhtml.org/css/eigenschaften/printlayouts.htm  */


.no_print	{display:	none;} /* Bereich beim Drucken ausblenden */


body		{width:		100%;
		color:		black;
		background:	white;
		float:		none;
		border:		0;
		margin:		0;
		padding:	0;}	/* damit nicht nur die 1. Seite gedruckt wird */

*		{font-size:	1em;
		font-weight:	normal;
		font-family:	Times,"Times New Roman",Arial,Verdana,Helvetica,sans-serif;
		float:		none;
		border:		0;
		margin:		0;
		padding:	0;}

a[href]:after	{content: 	" [" attr(href) "] ";  /* hinter dem Link wird der eigentliche Link ausgegeben */
		font-size:	0.85em;}

#content	{border:	0;
		margin:		0;
		padding:	0;}


p.dick		{font-weight:	bold;}

h1,h2,h3,h4,h5,h6{
		color:		black;
		font-weight:	bold;
		}

h1,h2,h3	{margin:	5pt 0px 1px 0px;}
h4,h5,h6	{margin:	2pt 0px 2px 0px;}


h1		{font-size:	2.0em;}
h2		{font-size:	1.6em;}
h3		{font-size:	1.4em;}
h4		{font-size:	1.2em;}
h5		{font-size:	1.1em;}
h6		{font-size:	1.0em;}

h1.home-titel   {color:		black;}


a:link,		
a:visited,	
a:focus,	
a:hover,	
a:active	{color:#33F; text-decoration:underline;}

/*
a.0:link,
a.0:visited,
a.0:focus,
a.0:hover,
a.0:active	{color:#33F; text-decoration:underline;}
*/

ul#menu1 li,
ul#menu2 li	{list-style-type:none;list-style-image:url();}


a.menu3		{font-family:Arial,sans-serif;font-size:0.8em;color:black;}
a.menu3:link,
a.menu3:visited,
a.menu3:focus,
a.menu3:hover,
a.menu3:active,
#aktuell3	{color:#33F; text-decoration:none;}



/* Unabhängige Formate */
#key		{display:	none;} /* für Meta-Keywords im Text*/
#copy		{}

/* Lupe */
#lupe1,	
#lupe2		{display:	none;}



/* VCard*/
#vcard		{}
#vcard_region	{display:	none;}
#vcard_country	{display:	none;}



/* Statistik */
#stat_ok,
#stat_err,
#stat_cookie	{display:	none;}

#mail		{color:		black;}


#menu1,a.menu2	{display:	none;}

#logokopf	{display:	none;}


#imp		{}
hr.menu2	{display:	none;}
hr		{color:		black;}

.w,#w,s		{font-weight:	bold;
		color:		black;}

#fuss		{}
#copy  		{}