/* Print */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background: transparent;
}
p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
#hnav, #rightarea, #footer {
	display: none;
}
img{
	border: 0;
}

#logo {
	position: absolute;
	top: -1em;
	right: 0;
	z-index: 100;
}

#bread {

	position: absolute;
	top: 5em;
	left: 0;
	text-align: left;
	z-index: 150;
}
#wrapper {
	position: relative;
	top: 10em;
	left: -1em;
	z-index: 200;
	margin: 0;
	padding: 0;
}
* html #main {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	margin: 0;
	padding: 0;
}

#sitemap .sitemap_col, #sitemap .sitemap_col_next {
	font-size: 9pt;
}
* html #sitemap .sitemap_col, * html #sitemap .sitemap_col_next {
	font-size: 8.5pt;
}
#sitemap a:link, #sitemap a:active, #sitemap a:visited, #sitemap a:hover, #sitemap a:focus  {
	text-decoration: none;
	color: #000000;
}
* html #sitemap h2 a:link, * html #sitemap h2 a:active, * html #sitemap h2 a:visited {
	color: #000000;
}
/*
#logo {
	position: absolute;
	top: -1em;
	right: 0;
}

#bread {
	position: absolute;
	position: relative;
	top: 5em;
	left: 0;
	text-align: left;
}
* html #bread {
	left: 0;
}
#bread ul li {
	list-style: none;
	display: inline;
}
#bread ul a {
	text-decoration:none;
	color:#7c7d7f;
}

#main {
	position: relative;
	top: 9em;
	top: 1em;
	left: 0;
}
#main h1 {
	margin: 0;
	padding: 0;
}

#sitemap .sitemap_col, #sitemap .sitemap_col_next {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
}
.sitemap_col_next h2 {
	page-break-before: always;
}
* html #sitemap .sitemap_col {
	margin-left: 0;
}
#sitemap .sitemap_col_next {
	margin-left: 0;
}
* html #sitemap .sitemap_col_next {
	margin-left: 0;
}

#sitemap a:link, #sitemap a:active, #sitemap a:visited, #sitemap a:hover, #sitemap a:focus  {
	text-decoration: none;
	color: #707172;
}

#sitemap h2 a:link, #sitemap h2 a:active, sitemap h2 a:visited {
	color: #707172;
}
*/
/*
#content a {
	text-decoration: none;
	color: #00FF33;
}

ul {
	list-style-image: url(../images/bullet.gif);
}
* html ul {
	list-style-image: url(../images/bullet_ie.gif);
}
*/

/*

*/

/*
#hnav, #leftarea, #rightarea, #footer {
	display: none;
}


*/

/*

*/

/*
h1, h2, h3 {
	margin-top: 1em;
	margin-bottom: 0.25em;
}
p {
	margin-bottom: 0.5em;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 13pt;
}
h3 {
	font-size: 10pt;
}
*/

/*

*/


/*==================================================
style-sheets.de
Stylesheet fuer die Druckausgabe
(c) 2003-2004 by Gerrit Kaiser <gk@style-sheets.de>
==================================================*/

/* Das "Logo" soll auch im Druck sein Aussehen behalten 
@import url("../_cmn/logo.css"); */

/* Fuer die Druckausgabe ueberfluessiges abschalten 
#nav, #val, .legacycontent {
  display: none;
} */


/* Geeignete Eigenschaften fuerr die Druckausgabe setzen */
/*
body {
  margin: 0;
  padding: 0;
  font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
  color: black;
  background: transparent;
}

	
h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, 
"Bitstream Vera Sans", sans-serif;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}

h2 {
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #4F9B74;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}
	
h5 {
  font-size: 1.0em;
}
	
h6 {
  font-size: .8em;
}
	
ol, ul, li {
  font-size: 1.0em;
  line-height: 1.8;
  margin-top: .2em;
  margin-bottom: .1em;
}
	
p {
  font-size: 1.0em;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

p+p {
  margin-top: -1em;
  text-indent: 2em;
}

code {
  font-size: .76em;*/ /* Code wird sonst viel zu gross gerendert */
  /*
  font-family: Monaco, monospace;
  color: #333;
  background: transparent;
}

a, a:visited, a:hover, a:visited:hover {
  color: #04667e;
  background: transparent;
  text-decoration: none;
}

a img {
  border: none;
} */


/* Diese Regel fuegt in CSS2-Browsern die Link-Adresse hinter Links ein.  
a:link:after, a:link:visited:after {

  content: " (Link auf <" attr(href) ">) ";

  font-size: 76%;
  color: #999;

  background: transparent;
} */


/* Bei internen Links muss noch die eigene Domain ausgegeben werden 

a[href^="/"]:link:after {

  content: " (Link auf <http://style-sheets.de " attr(href) ">) ";

} */

/* Innerhalb von Beispielen sind ausgedruckte URLs unerwuenscht 
.beispiel a:link:after,
.beispiel a:link:visited:after {
  content: "";
}

#sitemast {
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  border-bottom: 20pt solid #c8c8c8;
}

#sidecontent {
  border: 1pt dashed;
  background: #dde5f3;
  font-size: .95em;
  margin: 1cm;
  padding: 5pt;
}

#footer {
  border-top: 1.5pt solid;
  font-size: .95em;
  color: #333;
  text-align: center;
}

#sidecontent p, #footer p {
  text-indent: 0;
}

#sidecontent h2 {
  margin: 0;
}

.postinfos {
  font-weight: bold;
  border-bottom: 1pt solid;
  width: 50%;
}

div.beispiel {
  border: 2pt solid #bbb;
  background-color: #eee;
  padding: 3pt;
  page-break-inside: avoid;
} */
