/* 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;
		line-height:	140%;		
		border:		0;
		margin:		0;
		padding:	0;}	/* damit nicht nur die 1. Seite gedruckt wird */

*		{font-size:	12pt/18pt;
		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:	10pt/18px;color:#444;}
#all		{border:	0;}
#seite		{border:	0;}
#h_content	{border:	0;}
#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:18pt;margin-top:18pt;margin-bottom:4pt;}
h2		{font-size:16pt;margin-top:16pt;margin-bottom:4pt;}
h3		{font-size:14pt;margin-top:14pt;margin-bottom:4pt;}
h4		{font-size:12pt;margin-top:12pt;margin-bottom:4pt;}
h5		{font-size:12pt;margin-top:12pt;margin-bottom:2pt;}
h6		{font-size:12pt;margin-top:12pt;margin-bottom:2pt;}

h1.home-titel   {color:		black;}

a img		{border:	0;}

#menu1		{display:none;}
#menu2		{display:none;}
#menu3		{display:none;}

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:12pt/16pt;color:black;}
a.menu3:link,
a.menu3:visited,
a.menu3:focus,
a.menu3:hover,
a.menu3:active,
#aktuell3	{color:#33F; text-decoration:none;}




.break_before	{page-break-before:always;}	/* Seitenumbruch erzwingen */

#key		{display:	none;} /* für Meta-Keywords im Text*/
#copy a		{text-decoration:none;}

/* 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;}

#logo		{display:	none;}
#logokopf	{display:	none;}


hr.menu2	{display:	none;}
hr		{color:		black;}

.w,#w,s		{font-weight:	bold;
		color:		black;}

#fuss		{}
#copy  		{}