.backgroundMenue {
	background-attachment: fixed;
	background-image: url(../Bilder/background.jpg);
	background-repeat: no-repeat;
	background-position: 70px 10px;
	background-color: #FFFFFF;
}

.backgroundMain {
	background-attachment: fixed;
	background-image: url(../Bilder/background.jpg);
	background-repeat: no-repeat;
	background-position: -130px 10px;
	background-color: #FFFFFF;
}.textMain {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000080;
	width: 600px;
	list-style-type: disc;
	list-style-position: outside;
}
.textHigh {
	font-family: Tahoma;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000080;
	margin-left: 30px;
}
.textLow {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	width: 600px;
	left: 30px;
}
.tableMenue {
	padding-bottom: 5px;
	margin-left: 5px;
}

.tableMain {
	line-height: 16px;
	font-size: 16px;
}
.box1 {
	position: absolute;
	top: 10px;
	left: 10px;
}
.box2 {
	position: absolute;
	top: 350px;
	left: 200px;
}
