/* CSS für Navigationselemente */


#load_navi_main  ul{
	list-style			:	none;
	margin				:	0px 0px 0px 0px;
	padding				:	0px;
}
#load_navi_main ul li{
	margin				:	0px;
	padding				:	0px;
	display				:	inline;
	
}
#load_navi_main ul li a:link,#load_navi_main ul li a:visited{
	display 			:	block;
	float				:	left;
	width				:	170px;
	font-size			:	100%;
	height				:	18px!importent;
	color				:	#fcb9b9;
	padding				:	0px 30px 17px 0px;
	margin				:	0px 0px 0px 0px;
	font-weight			:	normal;
	text-align			:	right;
	text-decoration		:	none;
	border-right		:	0px solid #ffffff;
	background			:	url(images/dot_normal.jpg) no-repeat top right;
}
#load_navi_main ul li a:hover{
	color				:	#000000;
	font-weight			:	normal;
	background			:	url(images/dot_hover.jpg) no-repeat top right;
}


#load_navi_main ul li a#current {
	color				:	#ffffff;
	font-weight			:	bold;
	background			:	url(images/dot_current.jpg) no-repeat top right;
}
#load_navi_sec  ul{
	list-style			:	none;
	margin				:	0px;
	padding				:	0px;
}
#load_navi_sec ul li{
	margin				:	0px;
	padding				:	0px;
}
#load_navi_sec ul li a:link,#load_navi_sec ul li a:visited{
	display 			:	block;
	font-size			:	100%;
	width				:	165px;
	height				:	18px!importent;
	color				:	#fcb9b9;
	padding				:	0px 0px 17px 30px;
	margin				:	0px 0px 0px 0px;
	font-weight			:	normal;
	text-align			:	left;
	text-decoration		:	none;
	background			:	url(images/dot2_normal.jpg) no-repeat;
}
#load_navi_sec ul li a:hover{
	color				:	#000000;
	background			:	url(images/dot2_hover.jpg) no-repeat;
}

#load_navi_sec ul li a#current {
	color				:	#ffffff;
	background			:	url(images/dot2_current.jpg) no-repeat;
}


