/* CSS Document */

h1.green {
color: #008000;
}

span.green{
color: #008000;
}

h2.green {
color : #008000;
}

a.co2 { 
	/*font-weight: bold;*/ 
	color: #008000;
	text-decoration: none;
	}

a.co2:hover {
  /*font-weight: bold;*/
  color: #008000; 
  text-decoration: underline;
}

a.co2_blue { 
	/*font-weight: bold;*/ 
	color: blue;
	text-decoration: none;
	}

a.co2_blue:hover {
  /*font-weight: bold;*/
  color: blue; 
  text-decoration: underline;
}

span.klein{
  font-size: 8pt;
}

img.logoco2{
  float: left;
  margin: -40px 0 0 220px;
}

