
.box1_header, .box2_header, .boxliste_header {
	background-color: #1E0759;
	color: #CCCCE6;
}

.box1, .box2, .boxliste {
	background-color: #CCCCE6;
  color: #1E0759;
}

#nav li a {
	background-color: #4E3D81;
	color: #CCCCE6;
}

li#nav_wk a {
	background-color: #FFF09F;
	color: #000000;
}

.alles {
  position:absolute;
  width:1024px;
	height: 1000px;

  left:50%;
  margin-left:-512px;
}

.navi {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height:1500px;

	background-color: #CCCCE6;	
	overflow:auto;
	border:0px solid red;
}

.content {
	position: absolute;
	top: 0px;
	left: 150px;
	width:874px;
  height:1500px;

	background-color: #EFEFEF;
	overflow:auto;
	border:0px solid black;
}


.warenkorb {
  background-color: #EFEFEF;
}