/* standard elements */
html {min-height: 100%;}

* {
  margin: 0;
  padding: 0;
}

body {
  background-image: url('../pics_layout/jk_startseite.jpg');
  /*background-repeat: no-repeat;*/
  /*background-position:50% 70%;*/
}

img {
	border:0px;	
}

#hotspot1 {
	position: absolute;
	margin-top: 440px;
	margin-left: 380px;
}
#hotspot2 {
	position: absolute;
	margin-top: 570px;
	margin-left: 1100px;
}
#hotspot3 {
	position: absolute;
	margin-top: 450px;
	margin-left: 770px;
}
#hotspot4 {
	position: absolute;
	margin-top: 540px;
	margin-left: 250px;
}
#hotspot5 {
	position: absolute;
	margin-top: 440px;
	margin-left: 580px;
}
#hotspot6 {
	position: absolute;
	margin-top: 450px;
	margin-left: 980px;
}
#hotspot7 {
	position: absolute;
	margin-top: 600px;
	margin-left: 480px;
}
#hotspot8 {
	position: absolute;
	margin-top: 650px;
	margin-left: 730px;
}
#hotspot9 {
	position: absolute;
	margin-top: 300px;
	margin-left: 330px;
}

#hotspot1 a{
	font-size: 35px;
	color: transparent;
}
#hotspot2 a{
	font-size: 35px;
	color: transparent;
}
#hotspot3 a{
	font-size: 35px;
	color: transparent;
}
#hotspot4 a{
	font-size: 35px;
	color: transparent;
}
#hotspot5 a{
	font-size: 35px;
	color: transparent;
}
#hotspot6 a{
	font-size: 35px;
	color: transparent;
}
#hotspot7 a{
	font-size: 35px;
	color: transparent;
}
#hotspot8 a{
	font-size: 35px;
	color: transparent;
}
#hotspot9 a{
	font-size: 90px;
	color: transparent;
}











#browserhinweis {
/*   border: 1px solid red; */
  background-color: white;
  margin: 0 auto;
/*   padding-top: 7px; */
/*   width: 780px; */
  font:bold 10px Arial, sans-serif;  
  color: black;
  text-align:center;
/*   margin-bottom:4px; */
}