@CHARSET "ISO-8859-1";

/******************************************************************************
 *   NAVIGATION
 ******************************************************************************/

ul.navi {
	position: absolute;
	top: 173px;
	left: 62px;
	margin: 0;
	padding: 0;
	width: 850px;
	height: 80px;
	border: 0 solid orange;
}

ul.navi li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.navi li a {
	display: block;
	text-indent: -9999px;
	width: 100px;
	height: 80px;
	color: #000;
	text-decoration: none;
	text-align: center;
	float: left;
}

ul.navi li#startseite a {
	width: 215px;
	height: 69px;
	background: url("../images/menue_start.gif") 0 0 no-repeat;
}

ul.navi li#uns a {
	background: url("../images/menue_ueber_uns.gif") 0 0 no-repeat;
}

ul.navi li#uns a:hover  , ul.navi li#uns_a a {
	background: url("../images/menue_ueber_uns.gif") 0 -91px no-repeat;
}

ul.navi li#verpackung a {
	background: url("../images/menue_verpackung.gif") 0 0 no-repeat;
}

ul.navi li#verpackung a:hover  , ul.navi li#verpackung_a a {
	background: url("../images/menue_verpackung.gif") 0 -90px no-repeat;
}

ul.navi li#akzidenz a {
	background: url("../images/menue_akzidenz.gif") 0 0 no-repeat;
}

ul.navi li#akzidenz a:hover  , ul.navi li#akzidenz_a a {
	background: url("../images/menue_akzidenz.gif") 0 -90px no-repeat;
}

ul.navi li#pharma a {
	background: url("../images/menue_pharma.gif") 0 0 no-repeat;
}

ul.navi li#pharma a:hover  , ul.navi li#pharma_a a {
	background: url("../images/menue_pharma.gif") 0 -90px no-repeat;
}

ul.navi li#service a {
	background: url("../images/menue_service.gif") 0 0 no-repeat;
}

ul.navi li#service a:hover  , ul.navi li#service_a a {
	background: url("../images/menue_service.gif") 0 -90px no-repeat;
}

ul.navi li#downloads a {
	background: url("../images/menue_downloads.gif") 0 0 no-repeat;
}

ul.navi li#downloads a:hover  , ul.navi li#downloads_a a {
	background: url("../images/menue_downloads.gif") 0 -63px no-repeat;
}

ul.navi li#kontakt a ,
ul.navi li#kontakt a:hover,
ul.navi li#kontakt_a a {
	width: 120px;
}

ul.navi li#kontakt a {
	background: url("../images/menue_kontakt.gif") 0 0 no-repeat;
}

ul.navi li#kontakt a:hover  , ul.navi li#kontakt_a a {
	background: url("../images/menue_kontakt.gif") 0 -90px no-repeat;
}

#navlinks_oben {
	position: absolute;
	top: 285px;
	left: 98px;
	margin: 0;
	padding: 0;
	width: 178px;
	height: 183px;
	font-size: 11px;
	border: 0 solid red;
}

#navlinks_oben ul.menu-1 {
	position: absolute;
	top: 40px;
	left: 0;
	width: 170px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border: 0 solid red;
}

#navlinks_oben ul.menu-1 li {
	margin: 0;
	padding: 0;
}

#navlinks_oben ul.menu-1 a {
	display: block;
	margin: 0;
	padding: 5px;
	width: 150px;
	text-decoration: none;
	color: #333;
	background: url("../images/anstrich_blau.gif") 0 8px no-repeat;
	padding-left: 38px;
}

#navlinks_oben ul.menu-1 a:hover ,
#navlinks_oben ul.menu-1 a.active {
	text-decoration: none;
	background: url("../images/anstrich_rot.gif") 0 6px no-repeat;
	padding-left: 38px;
	font-weight: bold;
	color: #90090D;
}

ul.navi2 {
	position: absolute;
	top: 5px;
	left: 740px;
	margin: 0;
	padding: 0;
	width: 130px;
	height: 20px;
	list-style: none;
	border: solid 0 red;
}

ul.navi2 li {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	height: 10px;
	list-style: none;
	border: solid 0 red;
}

ul.navi2 li,ul.navi2 li a {
	display: block;
	text-indent: -9999px;
	height: 20px;
	color: #f00;
	font-weight: bold;
	text-decoration: none;
	border: solid 0 blue;
	font-size: 5px;
}

ul.navi2 li#agb {
	left: 0;
	top: 0;
	width: 50px;
}

ul.navi2 li#impressum {
	left: 55px;
	top: 0;
	width: 75px;
}

