/************  menu  **********/

div#menu {
	margin: 0 auto;
	width: 1026px;
	margin-bottom: 37px;
}

	div#menuLeft {
		float: left;
		width: 40px;
		height: 38px;
		background-image: url(../bilder/menuKPLinks.png);
		background-repeat: no-repeat;
	}

	div#menuRight {
		float: left;
		width: 40px;
		height: 38px;
		background-image: url(../bilder/menuKPRechts.png);
		background-repeat: no-repeat;
	}

	div#menuMiddle {
		float: left;
		height: 38px;
		width: 946px;
		background-image: url(../bilder/menu.png);
		background-repeat: repeat-x;
	}



