/* Spezielles Druckstylesheet */
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100.01%; margin: 0px }

#mother { width: 100%; }
#path { display: none; }
#logo    	{ display: none;  }
#werbeecke      { display: none; }
#sprache	{  display: none; }
#footer { display: none;}
#search { display: none; }
#navi { display: none; }
#topmenu {  display: none;}

#content {
  width: 100%;
  color: black;
  background-color: white;
  font-size: 0.84em; 
  line-height:1.45em;
}

/* ?berschrift 1 gestalten */
h1 {
  color: gray;
  font-size: 1.4em;
  line-height: 1.4;
  margin-top: 10px;
  padding: 4px;
}

/* ?berschrift 2 */
h2 {
	font-size: 1.1em;
  line-height: 1.4;
  padding-bottom: 1px;
  margin-bottom: 1px;
}

/* ?berschrift 3 */
h3 {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1px;
}

.code {
font-family: Courier New, Courier, monospace;
font-size: 1em;
color: #000099;
}


