@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	}

#start {
width: 863px;
height: 539px;
margin: auto;
margin-top: 20px;
}


a#eh {
	display: inline-block;
	width: 126px;
	height: 133px;
	background: url(../images/betriebsverpflegung.jpg);
	}
	
a#eh:hover {
	background:url(../images/betriebsverpflegunghover.jpg)
	}
	
a#gh {
	display: inline-block;
	width: 135px;
	height: 126px;
	background: url(../images/grosshandel.jpg);
	}
	
a#gh:hover {
	background:url(../images/grosshandelhover.jpg)
	}

