body {
	max-width: 100%;
	min-height: 100%;
	background-color: #fff;
	background-image: url(files/background2.png);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	overflow-y: auto;
	overflow-x: auto;
	font-family: 'TeX Gyre Adventor', arial;
	font-size: 20px;
	color: #000;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

header {
	background-color: rgb(255,255,255,0.75);
	display: inline-block;
	text-align: center;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}

#logo-header {
	display: inline-block;
	height: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: auto;
}

.topnav {
	overflow: hidden;
	background-color: #000;
}

.topnav a {
	float: left;
	color: #fff;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
	background-color: #fff;
	color: #000;
}

.topnav a.active {
	background-color: #d60600;
	color: #fff;
}

div.content {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	height: auto;
}

div.content a {
	text-decoration: none;
	color: #d60600;
}

div.content a:hover {
	text-decoration: underline;
}

.image_left {
	float: left;
	margin-right: 15px;
}

.image_center {
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.image_right {
	float: right;
	margin-left: 15px;
}

footer {
	/*display: block;*/
	bottom: 0;
	width: 100%;
	color: #fff;
	background: #000;
	padding-top: 15px;
	padding-bottom: 15px;
}

footer p {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer_contact a {
	text-decoration: none;
	color: #fff;
}

#footer_contact a:hover {
	text-decoration: none;
	color: #8d8d8d;
}

#footer_extra p {
	font-size:15px;
	color: #8d8d8d;
}

#footer_extra a {
	text-decoration: none;
	color: #8d8d8d;
}

#footer_extra a:hover {
	color: #fff;
}
