/*
######### MAINNAVI #########
*/
#navlist {
	width: 900px; 
	height: 44px;
	background: url(/images/navi_de.gif) no-repeat 0% 0%;
	margin: 0; 
	padding: 0;
	line-height: 0;
	position: relative;
}
#navlist li {
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0;
}

#navlist li, #navlist a {
	height: 44px; 
	display: block;
	text-indent: -9999px; /* Commented backslash hack for IE Mac \*/ overflow: hidden; /* end hack */
}

#nl1 {left: 0; width: 233px;}
#nl2 {left: 225px; width: 233px;}
#nl3 {left: 450px; width: 233px;}
#nl4 {left: 675px; width: 225px;}


#nl1 a:hover, #nl1 a.sel { background: transparent url(/images/navi_de.gif) 0 -44px no-repeat;}
#nl2 a:hover, #nl2 a.sel { background: transparent url(/images/navi_de.gif) -225px -88px no-repeat;}
#nl3 a:hover, #nl3 a.sel { background: transparent url(/images/navi_de.gif) -450px -132px no-repeat;}
#nl4 a:hover, #nl4 a.sel { background: transparent url(/images/navi_de.gif) -675px -176px no-repeat;}


/*
######### MAINNAVI-ENDE #########
*/
