body {
	caption-side			:	top;
	margin					:	1cm 1cm 1cm 2cm;
	orphans					:	2;
	widows					:	2;
  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: #E71E2A;
  background: transparent;
  text-decoration: none;
}

a img {
  border: none;
}

.skip { display: none; }

#metanav h1.skip {
display: block;
border-bottom: 2px solid #666;
}


#head,
#navigation,
#left,
#left-content,
#footer {
display: none;
	}

.copy{ 
text-align: left; 
font-size: 1em; 
margin: 0;
border-top: 2px solid #666;
}


/* WERKZEUGKISTE */
#metanav ul {
	margin					:	0;
	padding					: 	3px 10px 0 0;
	height					:	26px;
	position: relative;
	left: 0;
	top: 0;
	width: 180px;
	list-style: none;
	border: 1px solid #666;
	background				:	#CFD6DF;
}


#metanav li {
	float: right;
	margin: 0;
	padding: 0;
}

#metanav a {
	float					:	left;
	margin					:	0;
	padding					:	0 13px;
	height					:	23px;
	background				:	transparent url("/img/werkzeugkiste.gif") no-repeat 0 0;
}
/*
BUTTONS FUER DIE WERKZEUGKISTE
*/

#metanav .kontrast a {
	background-position		:	0 0;
}

#metanav .monochrome a {
	background-position		:	-30px 0;
}

#metanav .print a {
	background-position		:	-60px 0;
}

#metanav .default a {
	padding-right			:	22px;
	background-position		:	-90px 0;
}

#metanav .small a {
	padding					:	0 8px;
	background-position		:	-150px 0;
}

#metanav .textdefault a {
	padding					:	0 11px;
	background-position		:	-180px 0;
}

#metanav .big a {
	padding					:	0 8px;
	background-position		:	-210px 0;
}

#metanav a:hover {
	background-position		:	0 -30px;
}

#metanav .monochrome a:hover {
	background-position		:	-30px -30px;
}

#metanav .print a:hover {
	background-position		:	-60px -30px;
}

#metanav .default a:hover {
	background-position		:	-90px -30px;
}

#metanav .print a:hover {
	background-position		:	-60px -30px;
}

#metanav .small a:hover {
	background-position		:	-150px -30px;
}

#metanav .textdefault a:hover {
	background-position		:	-180px -30px;
}

#metanav .big a:hover {
	background-position		:	-210px -30px;
}

@media print {
#metanav ul {
	border: 1px solid #fff;
	background				:	#fff;
}

#metanav a {
	display					:	none;
}
}

