/* @override http://p54965.typo3server.info/fileadmin/templates/css/main.css */

/* Fuer die Druckausgabe ueberfluessiges abschalten */
#header, #left { display: none; }

body {
  margin: 0;
  padding: 0;
  font: 12pt Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: black;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: .5em 0 .25em 0;
  page-break-after: avoid;
}

h1, h2 {
  font-size: 1em;
  color: #D2451D;
}

h3 {
  font-size: 0.9em;
}

h4 {
  font-size: 0.85em;
}
	
h5 {
  font-size: 0.75em;
}
	
h6 {
  font-size: .7em;
}
	
ol, ul, li {
  margin-top: .1em;
  margin-bottom: .1em;
  padding: 0;
}

li {
  font-size: 0.8em;
  line-height: 1.5;
  padding: 0;
}

p {
  font-size: 0.8em;
  line-height: 1.5;
  margin: 0 0 0.5em 0;
}

a, a:visited, a:hover, a:visited:hover {
  color: black;
  background: transparent;
  text-decoration: none;
}

#container {
  font-size: .95em;
  padding: 5pt;
}

#printheader {
	margin: 0 0 1cm 0;
	padding:  0;
}

#printheader h1 {
	font-weight: normal;
	font-size: 14pt;
	color:  black;;
	padding:  0 0 10pt 0;
	margin:  0 0 10pt 0;
	border-bottom: 1px dashed #D2451D;
}

#printheader p {
	font-size: 9pt;
}

#printheader span {
	color:  #D2451D;
}



