body, html {
	color: #972520;
	font-family: Verdana;
	font-size: 11px;
}

#b1 {
	width: 20px;
	height: 20px;
	background-image:url(../images/kreise.png);
	background-position:top left;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 100;
	left: 329px;
	top: 383px;
}
#b2 {
	width: 38px;
	height: 39px;
	background-image:url(../images/kreise.png);
	background-position:top -28px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 100;
	left: 327px;
	top: 91px;
}
#b3 {
	width: 54px;
	height: 54px;
	background-image:url(../images/kreise.png);
	background-position:top -64px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 100;
	left: 408px;
	top: 96px;
}

.rounded-corners {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
input, textarea, select  {
	border: 1px solid gray;
}
.texteffect {
	text-shadow: 1px 1px 0px #FFF;
}