body {
	width: 1920px;
	color: #1D252C;
	font-family: 'Century Gothic', sans-serif;
	line-height: 1.5;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	font-size: 2.5em;
	color: #FFA400;
}
h2 {
	font-size: 2.0em;
	font-style: italic;
	border-bottom: 1px solid #A2A9AD;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
#navigatie {
	width: 100%;
	float: left;
	background-color: #FFF;
	height: 125px;
	line-height: 125px;
}
.logo {
	width: 500px;
	float: left;
	padding: 10px 0px 10px 25px;
}
.header-nav-link {
	text-align: right;
	font-size: 1.2em;
	text-transform: uppercase;
}
.header-nav-link a {
	color: #1D252C;
	text-decoration: none;
	padding: 25px;
}
.header-nav-link a:hover {
	color: #FFA400;
}

#header {
	float: left;
	width: 100%;
	height: 500px;
	border-top: 2px solid #FFA400;
	border-bottom: 2px solid #FFA400;
}
.container {
	width: 80%;
	margin: 0 auto;
}

#inhoud {
	float: left;
	margin-top: 50px;
}
.inleiding {
	text-align: center;
	margin-bottom: 50px; 
}
.artikel img {
	margin: 5px 0px 0px 20px;
	float: right;
}
.image img {
	margin-bottom: 15px;
}
.artikel {
	float: left;
	text-align: justify;
}

#footer {
	width: 100%;
	float: left;
	margin-top: 50px;
	color: #A2A9AD;
	height: 70px;
	background: #1D252C;
	border-top: 2px solid #FFA400;	
}
.text {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}
.text-separator {
	padding: 0 3px;
}
.voet-nav {
	float: left;
}
.voet-nav a {
	color: #A2A9AD;
	text-decoration: none;
}
.voet-nav a:hover {
	color: #FFF;
}
.right {
	float: right;
}
.artikel-voet {
	text-align: right;
	font-style: italic;
}

.nieuws {
	color: #1D252C;
}
.nieuws a {
	text-decoration: none;
	color: #1D252C;
	padding: 0px;
	margin: 0px;
}
.lees-meer a {
	font-style: italic;
}
.lees-meer a:hover {
	color: #FFA400;
}
.nieuws-afbeelding {
	float: left;
}
.nieuws-afbeelding a {
	padding-left: 10px;
	padding-right: 25px;
}

.link {
	width: 450px;
	height: 120px;
	padding: 10px;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  	text-align: center;
  	margin-left: auto;
  	margin-right: auto;
}
.link-naar a {
	color: #1D252C;
	font-size: 1.2em;
	text-decoration: none;
}
.link-naar a:hover {
	color: #FFA400;
}

/* Formulierkleur*/
.formulier table{
	color: #1D252C;
}

.formulier input{
	font-family: 'Century Gothic', sans-serif;
	font-size: 1.0em;
}

.formulier select {
	font-family: 'Century Gothic', sans-serif;
	font-size: 1.0em;
}

.formulier textarea {
	font-family: 'Century Gothic', sans-serif;
	font-size: 1.0em;
}