	/* Photo galleries */
	
	body { width: 100%; height: 100%; margin: 0; padding: 0; font-size: 1em; font-family: 'Source Sans Pro', sans-serif; color: white; background-color: black; }
	h1 { padding: 0; margin: 60px 0 10px 20px; }
	a { float: left; color: #c2c2c2; text-decoration: none; }
	a:hover { color: white; }
	a.selected { color: white; }
	
	#menue { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; padding: 10px 20px; background-color: #4c4c4c; }
	#galleries { margin: 0 20px 0 120px; }
	#galleries a { float: left; margin: 0 20px 0 0; }
	.am-wrapper { float:left; position:relative; overflow:hidden; }
	.am-wrapper img { position:absolute; outline:none; }
	
	.nofloat { clear: both; }
	
	@media (max-width: 36em) {
		h1 { padding: 50px 0 0 0; }
	}
