#wrapper1 {
	width: 50%;
	padding-left: 10px;
	position: relative;
	min-width:800px;
}
#wrapper1 img {
	border: 1px solid #93C162;
}

#cyan, #magenta, #yellow {
	width:200px;
	height:150px;
	position:absolute;
	right:0px;
	background-image: url(c_FourBox.png);
}
#cyan {
	top: 0;
	background-position: 0 0;
}

#magenta {
	top: 152px;
	background-position: 200px 0;
}

#yellow {
	top: 306px;
	background-position: 0 -150px;
}

#cyan1, #magenta1, #yellow1, #black1 {
	width:50px;
	height:50px;
	position:absolute;
	bottom: 0;
	background-image: url(c_FourBox.png);
}
#cyan1 {
	left: 0;
	background-position: 0 0;
}

#magenta1 {
	left: 50px;
	background-position: 200px 0;
}

#yellow1 {
	left: 100px;
	background-position: 0 -150px;
}

#black1 {
	left: 150px;
	background-position: 200px -150px;
}

/* Tabelle */
.tabelle {
	border-collapse:collapse;
}

.tabelle td {
	border: 1px solid #000;
	padding:10px;
}
