
	/**
	 * @section layout
	 * @css-for (nicht benoetigte Bereiche)
	 */
	#header,
	#footer,
	#sidebar,
	#navigation,
	.topbar,
	.subheader,
	.sidebar,
	#breadcrumb,
	.docprint,
	.bottom-control,
	.anchor,
	.footerbg,
	select, input, textarea, ckeckbox, dd, hr {
		display: none;
	}

	/**
	 * @section bilder/ optional
	 * @css-for (nicht benoetigte Bilder)
	 */
	 /** aktuell inaktiv */
	img {
		display: none;
	}
	 

	/**
	 * @section layout
	 * @css-for (print basics)
	 */
	body {
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0;
		font: 10pt Arial, Helvetica, sans-serif;
		color: #000;
		background: #fff url(none);
		line-height: 15pt;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		margin: .75em 0 .5em;
		text-align: left;
		/*page-break-before:always;*/
		/*page-break-after: avoid;*/
	}

	h1 {
		text-align: left;
		padding: 0 0 .5em;
		border-bottom: 1px solid #ccc;
		font-size: 14pt;
	}

	p {
		margin: .5em;
		/* font-stretch: expanded; */
	}
	
	ul, ol {
		list-style: square; margin-left: 18pt;
	}

	li {
		line-height: 1.6em;
	}

	
	/**
	 * @section links
	 * @css-for (links fuer print optimieren)
	 */
	a, a:visited, a:hover, a:visited:hover {
		color: blue;
		background: transparent;
		text-decoration: underline;
	}
	
	a[href]:after {
		content:" <"attr(href)"> ";
		background-color: inherit;
		font-style: italic;
		font-size: 9pt;
	} 
	
	*[name]:after {
		content:" [#"attr(name)"]";
		background-color: inherit;
		font-style: italic;
		font-size: .7em;
	} 
	
	*[title]:after {
		content:" ("attr(title)") ";
		background-color:inherit;
		font-style:italic;
		font-size: .7em;
	} 
	
	/**
	 * @section Acronyme
	 * @css-for (nicht benoetigte Acronyme)
	 */
	 /** aktuell inaktiv
	*[acronym]:after {
		content:" ("attr(acronym)") ";
		background-color: inherit;
		font-style: italic;
		font-size: .7em;
	}
	*/

	/**
	 * @section Abbrevation
	 * @css-for (nicht benoetigte Abbrevation)
	 */
	 /** aktuell inaktiv
	*[abbr]:after {
		content:" ("attr(abbr)") ";
		background-color: inherit;
		font-style: italic;
		font-size: .7em;
	}
	*/
	
	/**
	 * @section Zitate
	 * @css-for (erweiterte Ausgabe von cite)
	 */
	*[cite]:after {
		content: close-quote" (Quelle: "attr(cite)")";
		font-size: .7em;
	} 
	
	* {
		quotes: "\201E" "\201C" "\201A" "\2018";
	} 
	
	q:before, blockquote:before {
		content: open-quote;
	} 
	
	q:after, blockquote:after {
		content: close-quote;
	}
	
	blockquote, q, cite {
		padding-left: .1em;
	}
	
	acronym, abbr {
		border: none;
	}
	
	/**
	 * @section Code
	 * @css-for (nicht benoetigte Bereiche)
	 */
	.code, pre {
		font: .8em 'Courier New', Courier, Fixed;
		padding-left: 1em;
	}
	
	.code a[href]:after {
		content: "";
	}
	
	/**
	 * @section layout
	 * @css-for (bilder-format)
	 */
	img {
		padding: .5em;
	}
	
	/* Tabellen StyleSheet */

	table {
	  border-collapse: collapse;
	  border: 0px solid #666;
	  font: normal 12px verdana, arial, helvetica, sans-serif;
	  color: #363636;
	  background: #f6f6f6;
	  text-align:left;
	  width: 100%;
	  }
	caption {
	  text-align: center;
	  font: bold 16px arial, helvetica, sans-serif;
	  background: transparent;
	  padding:6px 4px 8px 0px;
	  color: #CC00FF;
	  text-transform: uppercase;
	}
	thead, tfoot {
	background:url(bg1.png) repeat-x;
	text-align:left;
	height:30px;
	}
	thead th, tfoot th {
	padding:5px;
	}
	table a {
	color: #333333;
	text-decoration:none;
	}
	table a:hover {
	text-decoration:underline;
	}
	tr.odd {
	background: #f1f1f1;
	}

	td.leftcol{
	font-weight: bold;
	width: 150px;
	}

	tbody th, tbody td {
	padding: 8px;
	}

