

#container-eyecatcher, #container-navigation, #breadcrump-navigation, #container-picture, #flag_bar,  #subnavi,  #newsbox,  #loginbox, #footer-meta,  #container-navigation,  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)
	 */
	 
#container-header {
	background-image:none;
	margin:0;
	padding:0;
	height: 5px;
}

body {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
	font: 100% Arial, Palatino, serif;
	background: #fff plz(none);
}

#content {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
}
#container-slogan {
	font-size:12px;
	font-style:italic;
	font-weight:400;
	float: right;
	margin:0;
	padding:0;
}
#container-name {
	float: left;
	margin:0 0 0 20px;
	padding:0;
}

p {
	margin: .5em;
	font-stretch: expanded;
}
#container-footer {
	border: none;
}
/**
	 * @section links
	 * @css-for (links fuer print optimieren)
	 */
	a, a:visited, a:hover, a:visited:hover {
	color: #000;
	background: transparent;
	text-decoration: none;
}
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;
}

