@charset "utf-8";

/* Stylesheet - Druckversion - www.nwl-info */

/* Allgemeines */

body						{

								font-family: "arial";

								font-size: 12pt;

								font-weight: normal;

								background: white !important;

								color: black;

								text-align: left;

							}

body #inhalt				{

								width: 100% !important;

								margin: 0 !important;

								padding: 0 !important;

							}

/* Ausblendung von Bereichen */

#nebennavigation,
#rubrikbild,
#logo a[href]:after,
#hauptnavigation,
#fuss,
#bild a[href]:after,
#kontakt,
#infobox,
#sprungmarke-nach-unten,
#nach-oben,
h1,
a.plus,
.skiplink					{

								display: none !important;

							}

/* Anzeige des Logos */

#logo img					{

								border: none;

							}


/* Formatierung der Überschriften */

h2,
h3,
h4							{

								margin-top: 1.5em;

								page-break-after: avoid ! important;

								font-weight: bold;

							}

h2							{

								font-size: 18pt;

							}

h3							{

								font-size: 15pt;

							}

h4							{

								font-size: 12pt;

							}

/* Formatierung der Zitate */

*							{

								quotes: "\201E" "\201C" "\201A" "\2018";

							} 

q:before					{

								content:open-quote;

							} 

q:after						{

								content:close-quote;

							} 

/* Formatierung der Abkürzungen und Akronyme */

abbr,
acronym						{

								border-bottom: none;

							}

abbr[title]:after,
acronym[title]:after 		{

								content: ' [' attr(title) ']';

								font-size: 10pt;

							}

abbr.non[title]:after,
acronym.non[title]:after	{

								content: '';

								font-size: 10pt;

							}

/* Formatierung der Verweise */

a							{

								color: #696969 !important;

							}

a[href]:after 				{

								content:" [Link auf: "attr(href)"]";

								background:inherit;

								font-size: 10pt;

							}

/* Formatierung der Tabellen */

#tabelle table				{

								table-layout: auto;

								border: 0px;

								border-spacing: 0px;

								border-collapse: collapse;

								page-break-after: avoid ! important;

							}

#tabelle tr					{

								border-bottom-style: solid;

								border-bottom-width: 1px;

								border-bottom-color: #696969;

							}