/* @override 
	http://www.typo3.fruchtwein.org/fileadmin/templates/css/main.css
	http://www.typo3.fruchtwein.org/fileadmin/templates/css/start.css
*/

/* Fuer die Druckausgabe ueberfluessiges abschalten */
#leftmenu, #rechts, #header, #footer { 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 {
  font-size: 1em;
  color: #88002C;
}

h2 {
	font-size: .8em;
	color:  black;
}


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: bold;
	font-size: 14pt;
	color:  black;
	padding:  0 0 10pt 0;
	margin:  0 0 10pt 0;
	border-bottom: 1px dashed #424242;
}

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

#printheader span {
	color: #00CC00;
}




