/* CSS für Links */


a:link,a:visited{
	display 			:	inline;
	font-size			: 	100%;
	color				:	#00417D;
	font-weight			:	bold;
	text-decoration		:	none;
	text-transform		:	none;
}
a:hover{
	color				:	#660000;
}


a.printer:link,a.printer:visited{
	float				:	right;
	font-family			: 	arial,verdana, Helvetica, sans-serif;
	display 			:	inline;
	font-size			: 	100%;
	color				:	#043CA8;
	text-align			:	right;
	font-weight			:	normal;
	text-decoration		:	none;
	text-transform		:	none;
	background			: 	url(images/print_off.gif) no-repeat;
	margin				: 	0px 0px 3px 0px;
	padding				: 	1px 30px 1px 16px;
}
a.printer:hover{
	color				:	#cccccc;
	background			: 	url(images/print_on.gif) no-repeat;
}


