/*www.pd-b.de - navigation oben*//*autorin: claudia simon*/

a:focus {
	outline: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 0px none;
	}

/*KOPFZEILE*/

#navi {
	display: block;
	height: 24px;
	margin-left: 160px;
	width: 1000px;
	min-width: 1000px;	
	}

#navi ul {
	padding-top: 29px;
	}

#navi li {
	display: block;
	float: left;
	width: 140px;
	}

#navi ul li.neues {
	background: transparent url(../images/navi/neuesf.jpg) no-repeat;
	}
#navi ul li.produkte {
	background: transparent url(../images/navi/produktef.jpg) no-repeat;
	}
#navi ul li.presse {
	background: transparent url(../images/navi/pressef.jpg) no-repeat;
	}
#navi ul li.kontakt {
	background: transparent url(../images/navi/kontaktf.jpg) no-repeat;
	}

#navi a {
	display: block;
	width: 140px; 
	padding-top: 24px; 
	height: 0;
	text-decoration: none; 
	overflow: hidden;  
	}

* html #navi a:link, * html #navi a:visited {
	height: 24px; 
	he\ight:0;
	}

#navi a#neu {
	background: transparent url(../images/navi/neues.jpg) -140px -24px no-repeat;
	}
#navi a#pro {
	background: transparent url(../images/navi/produkte.jpg) -140px -24px no-repeat;
	}
#navi a#pre {
	background: transparent url(../images/navi/presse.jpg) -140px -24px no-repeat;
	}
#navi a#kon {
	background: transparent url(../images/navi/kontakt.jpg) -140px -24px no-repeat;
	}


#navi a#neu:hover {
	background-position: top right; 
	z-index: 50; 
	}
#navi a#pro:hover {
	background-position: top right; 
	z-index: 50; 
	}
#navi a#pre:hover {
	background-position: top right; 
	z-index: 50; 
	}
#navi a#kon:hover {
	background-position: top right; 
	z-index: 50; 
	}

* html #navi a:hover {
	height: 24px; 
	he\ight: 0;
	}

/* FUSSZEILE */

#simpel {
	float: left;
	margin-top: 7px;
	}

#imp {
	margin-top: 15px;
	width: 90%;
	text-align: right;	
}

/*SAFARI HACK fŸr NAVI*/

#navi a {
	height: 24px;#
	height: 0;
	}

