@font-face {
	 font-family: NotoSerif;
	 src: url(font/NotoSerif-Regular.ttf);
}

@font-face {
	 font-family: NotoSerif;
	 src: url(font/NotoSerif-Bold.ttf);
	 font-weight: bold;
}

@font-face {
	 font-family: NotoSerif;
	 src: url(font/NotoSerif-Italic.ttf);
	 font-style: italic;
}

@font-face {
	 font-family: NotoSerif;
	 src: url(font/NotoSerif-BoldItalic.ttf);
	 font-style: italic;
	 font-weight: bold;
}
 
body {
	margin: 0;
	padding: 0;
	font-family: NotoSerif;
	color: #565658;
}

/* @group div.header */

div.header {
	position: relative;
	width: 856px;
	margin: 38px auto 0;
	font: 26px/36px NotoSerif;
	height: 198px;
}

div.header > a,
div.header > a:visited {
	display: block;
	width: 198px;
	height: 198px;
	float: left;
	margin-right: 30px;
	margin-top: -8px;
}

div.header > a > img {
	border: 0;
}

div.header > a:hover {
	opacity: 0.75;
}

div.header > span {
	color: #94af97;
	line-height: 50px;
	font-size: 28px;
}

div.header > div.nav {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 634px;
	height: 35px;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 6px;
	text-align: right;
	padding: 0 5px;
	line-height: 24px;
}

div.header > div.nav > a {
	padding: 5px 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #565658;
	display: block;
	float: left;
	border-bottom: 1px solid #94af97;
	margin-bottom: -1px;
}

div.header > div.nav > a:first-child {
	padding-left: 10px;
}

div.header > div.nav > a:last-child {
	padding-right: 10px;
}

div.header > div.nav > a.active {
	color: #94af97;
}

div.header > div.nav > a:hover {
	color: #47604f;
	border-bottom: 1px solid #47604f;
}

/* @end */

/* @group div.main */

div.main {
	position: relative;
	width: 826px;
	margin: 28px auto 10px;
	height: auto;
	font: 16px/22px NotoSerif;
	padding: 25px;
}

div.main h1 {
	font-size: 33px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #94af97;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0;
	margin: 0 0 30px;
}

div.main h2 {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #94af97;
	line-height: 28px;
	padding: 0;
	margin: 40px 0 10px;
}

div.main p {
	margin-bottom: 30px;
	text-align: justify;
}

div.main p > a > img.sbb {
	height: 10px;
	width: 0;

}

div.main ul {
	margin-top: 4px;
	margin-bottom: 30px;
	font: 16px/22px NotoSerif;
}

div.main ul > li {
	font: 16px/22px NotoSerif;
}

div.main a,
div.main a:visited {
	text-decoration: none;
	color: #565658;
}

div.main a:hover {
	text-decoration: underline;
	color: #47604f;
}

div.main img {
	border-radius: 20px;
}

div.main img.left {
	float: left;
	margin: 20px 44px 20px 8px;
	border: none;
}

div.main img.right {
	float: right;
	margin: 20px 8px 20px 44px;
	border: none;
}

/* @end */

/* @group div.footer */

div.footer {
	clear: both;
	position: relative;
	width: 866px;
	margin: 0 auto;
	font-size: 14px;
	color: #47604f;
	padding: 0 5px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}

div.footer > span {
	padding: 0 8px;
}

div.footer > a,
div.footer > a:visited {
	color: #47604f;
	text-decoration: none;
}

div.footer > a:hover {
	color: #47604f;
	text-decoration: underline;
}


div.footer > img {
	position: relative;
	display: block;
	float: left;
	clear: both;
	margin: 6px 10px 0px;
	padding: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 157px;
	width: 846px;
}

/* @end */