﻿body{
		display:flex;
		justify-content:center;
		align-items:center;
		height: 100vh;
		margin: 0;
		font-family:helvetica, Arial , sans-serif;
		font-size:large;
		color:#FFFFFF;
		background-color:#333333;
}

		.container{
		width:60vw;
		height:88vh;
		position:relative;

		
}
			.picture{
			position:absolute;
			top:0;
			right:0;
			bottom:0;
			left:0;
			overflow:hidden;
					
}
			.bild{
			width:100%;
			height:auto;
									
}
		.pfeil{
			position:absolute;
			top:0;
			bottom:0;
			display:flex;
			justify-content:center;
			align-items:center;
			width:15%;					
}
			.pfeil-links{
					left:0;

}		
			.pfeil-rechts{
					right:0;
}
		#close{
		position:absolute;
		top:0;
		right:0;
		display:flex;
		width:51px;
		height:51px;
		background-color:transparent;
		opacity:0.5;
	
}

			
		.navdia{
			position:absolute;
			bottom: 0;
			left:0;
			right:0;
			display:flex;
			justify-content:center;
			align-items:center;
		
}
		
			#idRueck{
			width:51px;
			height:51px;
			border-color:transparent;
			background:url('buttons/zurueck.png') no-repeat center;
			opacity:0.5;
}

			#idVor{
			width:51px;
			height:51px;
			border-color:transparent;
			background:url('buttons/vor.png') no-repeat center;
			opacity:0.5;

}
			#idAnfang{
			width:51px;
			height:51px;
			border-color:transparent;
			background:url('buttons/nach_vorne.png') no-repeat center;
			opacity:0.5;

}
			#idEnde{
			width:51px;
			height:51px;
			border-color:transparent;
			background:url('buttons/nach_hinten.png') no-repeat center;
			opacity:0.5;

}
			#dia{
			position:relative;
			left:0px;
			
}
			#idStarten{
			width:51px;
			height:51px;
			border-color:transparent;
			background-color:transparent;
			background:url('buttons/play.png') no-repeat center;
			opacity:0.5;

}

			#idStoppen{
			width:51px;
			height:51px;
			border-color:transparent;
			background:url('buttons/stop.png') no-repeat center;
			opacity:0.5;

}
												
			#close a:hover{
			opacity:1;
}
			#idRueck:hover, #idVor:hover, #idAnfang:hover, #idEnde:hover, #idStarten:hover, #idStoppen:hover, #close:hover{
			opacity:1;

}





