/* Positioning * * * * * * * * */
#page {
	width: 700px;
	align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#headername {
	position: relative;
	top: -43px; /* one pixel from bottom of image */
	left: 38px; /* mathematically incorrect, but visually better than 40px */
}
#content {
	position: relative;
	top: -43px; /* to follow the headername upwards ;-) */
	padding: 0 40px 0 40px;
}
#footer {
	margin-bottom: 40px;
}
.morecontent {
	position: relative;
	padding: 0 40px 0 40px;
}
/* Styling * * * * * * * * * * */
body {
	background: #F5F4F4;
	color: #333333;
    font-family: 'Helvetica Neue', 'Arial', 'sans-serif';
    font-size: 1em;
    margin: 0;
}
h1, h2, a, a:visited, em {
	color: #9C6534;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.2em;
}
a:hover {
	color: #FFFFFF;
    background-color: #9C6534;
    text-decoration: underline;
}
img {
    border: none;
}
ul li {
	margin-bottom: 0.5em;
}
em {
	font-weight: bold;
}

#navigationbar {
	line-height: 30px;
	font-size: 0.8em;
}
#navigationbar a:hover {
	color: #FFFFFF !important;
}
#navigationbar a, #navigationbar a:visited {
	color: #666666;
	text-decoration: none;
}
#headername {
	color: #FFFFFF;
	font-size: 42px;
}
#headername a, #headername a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: none;
}
#footer p {
	border-top: 1px solid #666666;
	line-height: 1.7em;
	font-size: 0.7em;
	font-style: italic;
	color: #333333;
	text-align: center;
}
.small {
	font-size: 0.7em;
}
.addition {
	color: #999999;
	font-size: 0.9em;
	font-style: italic;
}
