#hg {
	display: block; position: absolute;
	left: 0px; top: 0px;
	width: 1024px; height: 768px;
	background: url('../img/hintergrund.jpg');
}

#headline {
	display: block; position: absolute;
	left: 424px; top: 25px;
	line-height: 60px !important;
}

#einleitung {
	display: block; position: absolute;
	left: 50px; bottom: 30px;
}

#verweis {
	display: block; position: absolute;
	left: 25px; top: 25px;
}

#button {
	display: block; position: absolute;
	right: 25px; top: 25px;
	width: 125px;
}

.button-rund {
	float: right;
	margin: 0 0 0 10px;
}

.button-label {
	margin: 10px 0 0 0;
}

#spielfeld {
	display: block; position: absolute;
	left: 524px; top: 105px;
	width: 500px; height: 500px;
}


/*****************************************/


#stifte {
	display: block; position: absolute;
	right: 20px; bottom: 0px;
	width: 510px; height: 140px;
	background: url('../img/stifte.png');
}

#hg .farbe1 {
	display: block; position: absolute;
	left: 509px; bottom: 0px;
	width: 65px; height: 135px;
}

#hg .farbe2 {
	display: block; position: absolute;
	left: 591px; bottom: 0px;
	width: 65px; height: 135px;
}

#hg .farbe3 {
	display: block; position: absolute;
	left: 672px; bottom: 0px;
	width: 65px; height: 135px;
}

#hg .farbe4 {
	display: block; position: absolute;
	left: 757px; bottom: 0px;
	width: 65px; height: 135px;
}

#hg .farbe5 {
	display: block; position: absolute;
	left: 840px; bottom: 0px;
	width: 65px; height: 135px;
}

#hg .farbe6 {
	display: block; position: absolute;
	left: 920px; bottom: 0px;
	width: 65px; height: 135px;
}

#farbeDrags .drag {
	display: block; position: absolute;
	width: 100px; height: 100px;
	bottom: 10px;
	border-radius: 50%;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}

#farbeDrags .ui-draggable-dragging {
	opacity: 1 !important;
}

#farbeDrags .farbe1 { left: 494px; }
#farbeDrags .farbe2 { left: 575px; }
#farbeDrags .farbe3 { left: 657px; }
#farbeDrags .farbe4 { left: 742px; }
#farbeDrags .farbe5 { left: 825px; }
#farbeDrags .farbe6 { left: 905px; }

.dose {
	display: block; position: absolute;
	left: 0px; top: 0px;
}

.dosen {
	display: block; position: absolute;
	left: 0px;top: 0px;
	width: 500px; height: 500px;
}

.dosen img {
	display: block; position: absolute;
}