/*

*, html {
	margin: 0;
	padding: 0;
}

*/

/**************************************************************

	Image Menu
	v 2.3

**************************************************************/


.imageMenu {
	position: relative;
	width: 810px;
	height: 400px;
	overflow: hidden;
	border: 3px solid #FFFFFF;
	right: auto;
	top: 100px;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 400px;
	width: 1000px;
	padding: 0;
	}

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:160px;
	height: 400px;
}
/*die Breite für das Aufklappmenü wird in der HTML Datei gesetzt - DeiM*/

.imageMenu ul li.hochleistungskunststoff a {
	background:  url(../img/hochleistungskunststoff.jpg) repeat scroll 0%;
}

.imageMenu ul li.gleitfuehrungen a {
	background:  url(../img/gleitfuehrungen.jpg) repeat scroll 0%;
}

.imageMenu ul li.lohnfertigung a {
	background:  url(../img/lohnfertigung.jpg) repeat scroll 0%;
}

.imageMenu ul li.maschinenbau a {
	background:  url(../img/maschinenbau.jpg) repeat scroll 0%;

}

.imageMenu ul li.laserschweissgeraete a {
	background:  url(../img/schweissen.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/


