/* 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;
}

a.upper:link ,a.upper:visited{
	display				:	block;
	width				:	39px;	
	height				:	41px;	
	margin				: 	0px;
	padding				: 	0px;
	background			: 	url(images/upper.jpg) no-repeat;
	border				:	0px solid #000000;
}
a.upper:hover{
	background			: 	url(images/upper2.jpg) no-repeat;
}
a.bt_gaest:link ,a.bt_gaest:visited{
	display				:	block;
	width				:	200px;	
	height				:	93px;	
	margin				: 	0px;
	padding				: 	0px;
	background			: 	url(images/guestbook_butt_11.jpg) no-repeat;
	border				:	0px solid #000000;
}
a.bt_gaest:hover{
	background			: 	url(images/guestbook_butt_12.jpg) no-repeat;
}
a.bt_gaest span{
	display				:none;
}

a.bt_login01:link ,a.bt_login01:visited{
	display				:	block;
	width				:	200px;	
	height				:	250px;	
	margin				: 	0px;
	padding				: 	0px;
	background			: 	url(images/login_butt_11.jpg) no-repeat;
	border				:	0px solid #000000;
}
a.bt_login01:hover{
	background			: 	url(images/login_butt_12.jpg) no-repeat;
}
a.bt_login01 span{
	display				:none;
}
a.bt_login02:link ,a.bt_login02:visited{
	display				:	block;
	width				:	200px;	
	height				:	250px;	
	margin				: 	0px;
	padding				: 	0px;
	background			: 	url(images/login_butt_21.jpg) no-repeat;
	border				:	0px solid #000000;
}
a.bt_login02:hover{
	background			: 	url(images/login_butt_22.jpg) no-repeat;
}
a.bt_login02 span{
	display				:none;
}

a.bt_kontakt:link ,a.bt_kontakt:visited{
	display				:	block;
	width				:	200px;	
	height				:	93px;	
	margin				: 	0px;
	padding				: 	0px;
	background			: 	url(images/kontakt_butt_11.jpg) no-repeat;
	border				:	0px solid #000000;
}
a.bt_kontakt:hover{
	background			: 	url(images/kontakt_butt_12.jpg) no-repeat;
}
a.bt_kontakt span{
	display				:none;
}