#bild1 {background-image:url(../images/impressionen/bild1.jpg); background-repeat:no-repeat;background-size:cover;background-position: center;}
#bild2 {background-image:url(../images/impressionen/bild2.jpg); background-repeat:no-repeat;background-size:cover;background-position: center;}
#bild3 {background-image:url(../images/impressionen/bild3.jpg); background-repeat:no-repeat;background-size:cover;background-position: center;}
#bild4 {background-image:url(../images/impressionen/bild4.jpg); background-repeat:no-repeat;background-size:cover;background-position: center;}
#bild5 {background-image:url(../images/impressionen/bild5.jpg); background-repeat:no-repeat;background-size:cover;background-position: center;}
#bild6 {background-image:url(../images/impressionen/bild6.jpg); background-repeat:no-repeat;background-size:cover;background-position: center;}
#bild7 {background-image:url(../images/impressionen/bild7.jpg); background-repeat:no-repeat;background-size:cover;background-position: center;}
#bild8 {background-image:url(../images/impressionen/bild8.jpg); background-repeat:no-repeat;background-size:cover;background-position: center;}
#bild9 {background-image:url(../images/impressionen/bild9.jpg); background-repeat:no-repeat;background-size:cover;background-position: center;}
#bild10{background-image:url(../images/impressionen/bild10.jpg);background-repeat:no-repeat;background-size:cover;background-position: center;}
#bild11{background-image:url(../images/impressionen/bild11.jpg);background-repeat:no-repeat;background-size:cover;background-position: center;}
#bild12{background-image:url(../images/impressionen/bild12.jpg);background-repeat:no-repeat;background-size:cover;background-position: center;}
#bild13{background-image:url(../images/impressionen/bild13.jpg);background-repeat:no-repeat;background-size:cover;background-position: center;}
#bild14{background-image:url(../images/impressionen/bild14.jpg);background-repeat:no-repeat;background-size:cover;background-position: center;}
#bild15{background-image:url(../images/impressionen/bild15.jpg);background-repeat:no-repeat;background-size:cover;background-position: center;}
/*#bild16{background-image:url(../images/impressionen/bild16.jpg);background-repeat:no-repeat;background-size:cover;background-position: center;}
#bild17{background-image:url(../images/impressionen/bild17.jpg);background-repeat:no-repeat;background-size:cover;background-position: center;}
#bild18{background-image:url(../images/impressionen/bild18.jpg);background-repeat:no-repeat;background-size:cover;background-position: center;}
#bild19{background-image:url(../images/impressionen/bild19.jpg);background-repeat:no-repeat;background-size:cover;background-position: center;}
#bild20{background-image:url(../images/impressionen/bild20.jpg);background-repeat:no-repeat;background-size:cover;background-position: center;}*/

.album{
	display:none;
	position:absolute;
	border:none;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}
.album:target{
	display:table;
}
.ballbox{
	position:absolute;
	bottom:3.25em;
	right:25px;
	z-index:5;
	height:2em;
	
}
.ballbox ul{
	list-style-type:none;
	white-space:nowrap;
	margin:0px;
	padding:0px;
	height:100%;
}
.ballbox li{
	display:inline-block;
	margin:0px;
	margin-left:1.5em;
}
.screen{
	position:fixed;
	height:80px;
	width:142px;
	bottom:50px;
	right:160px;
	display:none;
	opacity:1;
	box-shadow: 3px 3px 30px #000000;
}
.ball{
	width:1.5em;
	height:1.5em;
	border-radius:0.75em;
	background-color:#000000;
	opacity:0.5;
	position:absolute;
	bottom:-40px;
}
.ball:hover +.screen{
	display:block;
}
.ball:hover{
	background-color:#ffffff;
}
.next{
	position:fixed;
	right:0px;
	top:50%;
	margin-top:-4em;
	height:8em;
	width:2em;
	background-color:#000000;
	border-radius:5px 0px 0px 5px;
	opacity:0.6;
}
.previous{
	position:fixed;
	left:0px;
	top:50%;
	margin-top:-4em;
	height:8em;
	width:2em;
	border-radius:0px 5px 5px 0px;
	background-color:#000000;
	opacity:0.6;
}
