/* print.css */

/* Formatierungen für die Druckversion */

body{
  background-color:#ffffff;
  background:#ffffff;
  font: normal 100.01% verdana, arial, helvetica, sans-serif;
  color:#000000;

  
}

h2,h3,h4,h5,h6,div,p,body,html,input,button,ul,li,td {
	font: normal 12px Arial, Helvetica, Sans Serif
}


h1 {
	font: normal 130% Arial, Helvetica, "Sans Serif";
	font-weight: bold;
	color: #309860
}


A:link {
	background-color : transparent;
	color : #309860;
	text-decoration : none;
}
A:visited {
	background-color : transparent;
	color :#004F25 ;
	text-decoration : none;
}
A:hover {
	background-color : transparent;
	color : #000000 ;
	text-decoration : none;
}
A:active {
	background-color : transparent;
	color : #00A4FF;
	text-decoration : none;
}

div#content {width:740px;
               }

