body  { color: #bbb; font-family: sans-serif ; background-color: black; text-align: center; width: 100%; margin: 1em auto; position: relative; }

a { color: #666; text-decoration: none }
	a:hover { color: #de2f00 }

.small { font-size: .8em; color: #999}

div#rahmen { width: 90%; height: 500px; border: 0px solid white; position: relative; margin:0 5% 0 5%;}
	div#rahmen img { height:500px; width:auto; }
	div#rahmen .prev { left: 0; }
	div#rahmen .next { right: 0; }
	div#rahmen .browse { position: absolute; top: 40%; color: #000; font-size: 4em; z-index: 2; }

div.galpreview { text-align: left; width:90%; margin:1em 5% 0 5%; overflow-x: auto; white-space: nowrap; }
	div.galpreview img { border: 2px solid #000; width: 60px; height: 45px; }
		div.galpreview img#active { border-color: #de2f00; }
		
@media all and (max-width: 720px)
{
	div#rahmen { height: auto; }
		div#rahmen img { height:auto; width:100%; }
}
