/* Fuer die Druckausgabe ueberfluessiges abschalten */
#header, #footer, #menuContainer, #menuBox, #contentHeader {
  display: none;
  width: 0px;
  height: 0px;
}

#mainContainer{
  background-image:none;
}

/* Geeignete Eigenschaften fuerr die Druckausgabe setzen */

body {
  margin: 0;
  padding: 0;
  font: 11pt Arial, Helvetica, sans-serif;;
  color: #000000;
  background: transparent;
  height: 100%;
  width: 100%;
  text-align: left;
}

#contentText{
	width: 100%;
	padding: 0;
	margin: 0;
	background-color:transparent;
	border: 0px;
	height: auto;
	overflow:hidden;
	float: left;
	left: 0px;
	top: 0px;
}

	
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
  padding-left: 0px;
  border: 0px;
}

h2 {
  font-size: 1.4em;
}

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;
}

a:link, a:visited, a:hover, a:visited:hover {
  color: #0000FF;
  background: transparent;
  text-decoration: none;
}

a img {
  border: none;
}



