body, div, h1, p {
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	font-weight: normal;
	font-family: "Book Antiqua", Georgia, Serif;
	color: #FFFFFF;
}

body {
	background-color: #2E1200;
	width: 100%;
	height: 100%;
}

h1 {
	font-size: 43px;
	padding-right: 123px;
	padding-left: 123px;
	padding-top: 60px;
}

p {
	font-size: 18px;
}
p.indent {
	text-indent: 24px;
}
p.center {
	text-align: center;
}
.fright {
	float: right;
}
.initial {
	font-size: 23px;
	font-weight: bold;
}

a, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover, a.active {
	color: #E7E8C4;
}

div#container {
	background: url(background.jpg) top left no-repeat;
	width: 960px;
	height: 720px;
	margin: 20px auto;
}

div#header {
	height: 169px;
	text-align: right;
}

div#menu {
	font-size: 24px;
	float: left;
	width: 255px;
}
div#menu div {
	height: 65px;
	margin-left: 70px;
}

div#footer {
	clear: both;
}
div#footer p {
	padding-top: 17px;
	text-align: center;
	font-size: 26px;
}
div#footer a {
	color: #E4E860;
}
div#footer a:hover {
	color: #E7E8C4;
}

div#content {
	float: left;
	height: 500px;
	overflow: auto;
	width: 635px;
	padding-right: 15px;
}

img.text {
	margin: 10px 0 10px 10px;
}

div.pic {
	text-align: center;
	margin: 0 auto;
	height: 410px;
	width: 635px;
	margin: 15px 0;
}

div.pic img {
	border: none;
}

div.nav, div.nav p {
	text-align: center;
}

div.nav a {
	border: 1px solid #FFFFFF;
	margin: 0 6px;
	padding: 3px;
	font-size: 13px;
}
div.nav a:hover {
	border-color: #E7E8C4;
}

div.nav a.braun {
	border-color: #2E1200;
	color: #2E1200;
}
div.nav a.braun:hover {
	border-color: #2E1200;
	color: #2E1200;
}