html {
    background: url(images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
	font-family: 'Puritan', sans-serif;
	line-height: 1.6em;
	font-size: 16px;
	color: #fff;
}

#nav {
	position: absolute;
	top: 40px;
	left: 0;
	height: 30px;
	background-color: #000;
	min-width: 300px;
	padding: 5px 5px 5px 50px;
	font-size: 20px;
	font-weight: 700;
}

#nav ul {
	margin-top: 4px;
}

#nav ul li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
}

#nav a {
	color: #eee;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
}

#home-link {
	position: absolute; top: 40px; right: 0px;
}

#home-link.hp {
	position: absolute; bottom: 100px; right: 0px; top: auto;
}

#home-link img {
	width: 400px;
}

#home-link.hp img {
	width: 600px;
}

#content {
	width: 600px;
	background-color:rgba(0,0,0,0.85);
	background-opacity: .85;
	margin-left: 80px;
	margin-top: 150px;
	padding: 20px;
}

#content.galerie {
	width: 950px;
}

a {
	font-weight: 700;
	color: #fff;
}

#footer {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 10px;
/*	width: 200px;*/
	text-align: right;
	background-color: #000;
	padding: 0 20px;
	height: 20px;
}

#gallery img {
	width: 200px;
	margin: 20px;
	/*float: left;*/
}
