


body,html{
	overflow:hidden;
	height:100%;
}




#head{
	position:absolute;
	width:100%;
	background-image:url(../img/grau_50.png);
	z-index:100;
}

#head .logo{
	margin:0.5em;
	display:inline-block;
}
#head .logo img{
	height:5em;
}
#head .forward{
	position:absolute;
	left:50%;
	margin:0 0 0 0.2em;
	top:1.3em;
	padding:0.4em;
	text-decoration:none;
	background-image:url(../img/grau_50.png);
}
#head .backward{
	position:absolute;
	right:50%;
	margin:0 0.2em 0 0;
	top:1.3em;
	padding:0.4em;
	text-decoration:none;
	background-image:url(../img/grau_50.png);
}


#head .gallery{
	position:absolute;
	right:1em;
	top:2em;
}



#mainpic{
}

#bottom{
	position:absolute;
	bottom:0;
	width:100%;
	border:1% solid #bfbfbf;
}

#bottom a{
	background-color:#bfbfbf;
}
#bottom a:hover{
	background-color:#6a222d;
}


#details{
	max-width:20%;
	position:absolute;
	left:0%;
	top:6em;
	background-color:#ffffff;
	padding:1%;
	z-index:100;
}


