
*	{
	margin: 0;
	padding: 0;
}

body	{
	color: white;
	background-color: #333;
}

.galerie img	{
	max-width: 98%;
	max-height:98%;
}

/*
.galerie	{
	
	top: 0;
	border-style: solid;
	border-color: white;
	border-width: 3px;
	padding: 1em;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	
}
* */

.galerie	{
	display: table-cell;
	background-color: #333;
	text-align: center;
	vertical-align: middle;
}

.control	{
	background-color: #333;
	text-align: center;
	width: 80%;
	left: 50%;
	margin-left: -40%;
	bottom: 0;
	position: fixed;
	padding: 0.3em;
}

.control img	{
	padding: 3px;
	margin: 0 0.6em;
	cursor: pointer;
	filter: 25;
	opacity: .25;
}

.control img:hover	{
	filter: 75;
	opacity: .75;
}

#backbutton	{
	position: fixed;
	left: 0;
	top: 50%;
	margin-top: -50px;
}

#nextbutton	{
	position: fixed; 
	right: 0;
	top: 50%;
	margin-top: -50px;
}

#stopbutton	{
	position: fixed; 
	right: 0;
	top: 0%;
}

#startbutton	{
	position: fixed;
	right: 0; 
	bottom: 0;	
}

#pausebutton	{
	position: fixed;
	right: 0; 
	bottom: 0;	
}

#imageList	{
	display: none;
}
#galerieTable	{
	height: 99%;
	width: 100%;
	display: block;
	border-style: solid;
	border-color: white;
	border-width: 0px;
	
}

#bezeichnung	{
bottom: 2em;
    display: inline;
    font-family: serif;
    font-size: x-large;
    left: 50%;
    margin-left: -25em;
    position: fixed;
    text-align: center;
    width: 50em;	
    text-shadow: 0 1.5px 0 #444;
}
