html, body {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
    /* height: 100%; */
}

body {
	/*
	background: url(./images/steg_morgensonne_gross.jpg) no-repeat center center;
	background-attachment: fixed;
	*/
	background: url("./../images/steg_morgensonne_gross.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

nav {
	width: 100%;
	text-align: center;
}

nav a {
	padding: 10px;
	text-decoration: none;
	color: white;
	white-space: nowrap;
	border-radius: 3px;
	position: relative;
    top: -25px;
    line-height: 2.5em;
    background-color: rgba(89, 69, 52, 0.5);
}
nav a:hover {
	background: #172f5d;
}
nav a.stamp {
	background: transparent;
	position: relative;
    top: 7px;
}
nav a.active {
	background: #172f5d;
}

#content {
	padding: 20px;
}
#content a {
	/* text-decoration: none; */
	color: #172f5d;
}

header {
	color: #172f5d;
	font-weight: bold;
	font-size: 1.7em;
	margin-bottom: 20px;
}

ul {
	list-style-image: url("./../images/list_bullet.png");
}
p, li {
	line-height: 1.5em;
	color: #403125;
}
.images {
	text-align: center;
}
.images img {
	border: 1px solid #e1d5c9;
	border-radius: 3px;
	margin: 2px;
	height: 100px;
}

