body {
	background-size: poster;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: absolute;
	}
	
h1{
	position: relative;
	top: -5px;
	padding: -3px;
	text-align: center;
	}

#Oben
{
	position: relative;
	left: 30px;
	top:  15px;
	font-weight: bold;	
	width:  1810px;
	height: 135px;
	border: 4px solid black;
	padding: 2px;
	background: orange;
}

#Einloggen
{
	position: absolute;
	left: 10px;
	top: -20px;
	float: left;	
	margin: 1cm 1cm 1cm 1cm;
}

#Warenkorb
{
	position: absolute;
	left: 1520px;
	top: 0px;
	float: right;	
	margin: 0.5cm 0.5cm 0.5cm 0.5cm;
}

#Hinweis
{
	position: relative;
	left: 130px;
	top: 20px;
	width:  1600px;
	height: 100px;
	border: 4px solid black;
	background: lightblue;
	
	text-align: center;
	font-size: 22px;
}

#Haupt
{
	position: relative;
	left: 30px;
	top:  40px;
	width:  1800px;
	height: 900px;
}

#Waren1
{
	position: relative;
	left: 100px;
	top: -30px;
	float: left;
	width:  230px;
	height: 230px;
	margin: 1cm 2cm 1cm 2cm;

	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

#Unten
{
	position: relative;
	left: 25px;
	top: 90px;
	font-weight: bold;	
	width:  1800px;
	height: 125px;
	border: 4px solid black;
	background: orange;
}

#Unten2
{
	position: absolute;
	left: 25px;
	top: 520px;
	font-weight: bold;	
	width:  1800px;
	height: 125px;
	border: 4px solid black;
	background: orange;
}


#Menge
{
	position: relative;
	left: 5px;
	top:  12px;
	float: right;
	border: 1px solid black;
	padding: 3px;
	background: white;
}