/**********************************************************************/
/* Heinrich Mellmann ©2005                                            */
/* Mail: mellmann@mathematik.hu-berlin.de                             */
/* web:  http://www.heinrich-mellmann.de/                             */
/*                                                                    */
/* Feel free to use this everywhere & in anyway.                      */
/**********************************************************************/

/****************************/
/*        Mail-Button       */
/****************************/

a.mail { 
						display:block; 
						width:100px; 
						height:40px; 
						border:0px none #999999; 
						background-image:url(../img/mail_sw_ico_blue.png); 
	}
	
a.mail:link    {  }
a.mail:visited {  }
a.mail:hover   { background-image:url(../img/mail_color_ico_blue.png); }
a.mail:active  {  }