@charset "utf-8";
#content-kontakt {
	position:absolute;
	width:600px;
	height:200px;
	z-index:2;
	border: 1px solid #FFF;
	bottom: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#map_canvas {
	position:absolute;
	width:260px;
	height:200px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#kontakt-text {
	position:absolute;
	width:280px;
	height:130px;
	z-index:2;
	font-family: verdana;
	font-size: 12px;
	color: #FFF;
	top: 35px;
	right: 30px;
	line-height: 1.3em;
}
#team-pic {
	position:absolute;
	width:260px;
	height:200px;
	z-index:3;
	left: 0px;
	top: 0px;
	background-image: url(../images/team.jpg);
}
