.header {
	background-image: url(../bilder/header.jpg);
	background-repeat: no-repeat;
	height: 124px;
	width: 100%;
	background-color: #AD3C10;
}
.topnav {
	height: 28px;
	text-align: center;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.title {
	font-size: 15pt;
	font-style: italic;
	border-bottom: 2px solid #B8582C;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.content {
	padding: 0px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.bottom {
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B8582C;
	height: 23px;
	text-align: center;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}