/* ------------------------------------------------------------- */
/* => navi
/* ------------------------------------------------------------- */

#navi ul#navigation li a {
	background:url(../images/en/navi.png) 0 0 no-repeat;
}

/* ------------------------------------------------------------- */
/* => navi-lang
/* ------------------------------------------------------------- */
	
	#navi-lang ul li a {
		display:block;
		height:12px;
		text-decoration:none;
		font-size:0.00001em;
        line-height:0.00001em;
   	    text-indent:-9999px;
		background:url(../images/en/navi-lang.png) 0 0 no-repeat;
	}
		#navi-lang ul li a.german {
			width:52px;
			background-position:0 0;
		}
		#navi-lang ul li a.german:hover {
			background-position:0 -12px;
		}
		* html #navi-lang ul li a.german:hover { /* IE hack */
			background-position:0 -11px;
		} 
		#navi-lang ul li a.english {
			width:56px;
			background-position:-76px 0;
		}
		#navi-lang ul li a.english:hover {
			background-position:-76px -12px;
		}
		* html #navi-lang ul li a.english:hover { /* IE hack */
			background-position:-76px -11px;
		}


/* ------------------------------------------------------------- */
/* => navi-impressum
/* ------------------------------------------------------------- */

	#content-box a.imprint {
		width:12px;
		height:67px;
		position:absolute;
		top:30px;
		left:975px;
		font-size:0.00001em;
   		line-height:0.00001em;
  		text-indent:-9999px;
		background:url(../images/en/navi-imprint.png) 0 0 no-repeat;
	}	
	#content-box a.imprint:hover {
		background-position:-12px 0;
	}
	* html #content-box a.imprint:hover { /* IE hack */
		background-position:-11px 0;
	}	
		

/* ------------------------------------------------------------- */
/* => headlines
/* ------------------------------------------------------------- */

.h2-home {
	background:url(../images/en/h2/h2-home.jpg) 0 0 no-repeat;
}
.h2-products {
	background:url(../images/en/h2/h2-products.jpg) 0 0 no-repeat;
}
.h2-company-history {
	background:url(../images/en/h2/h2-company-history.jpg) 0 0 no-repeat;
}
.h2-company-philosophy {
	background:url(../images/en/h2/h2-company-philosophy.jpg) 0 0 no-repeat;
}
.h2-location {
	background:url(../images/en/h2/h2-location.jpg) 0 0 no-repeat;
}
.h2-contact {
	background:url(../images/en/h2/h2-contact.jpg) 0 0 no-repeat;
}
.h2-imprint {
	background:url(../images/en/h2/h2-imprint.jpg) 0 0 no-repeat;
}
.h2-error {
	background:url(../images/en/h2/h2-error.jpg) 0 0 no-repeat;
}


.h4-contact-information {
	background:url(../images/en/h4/h4-contact-information.png) 0 0 no-repeat;	
}


.seprarator {
	width:1px;
	height:14px;
	margin:0 12px 0 6px;
	background:url(../images/separator.jpg) 0 1px no-repeat;
}
