/* CSS Document */

body {
	background-color: #9f9898;
}

.container {
	background-color: #fefefe;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	height: 80em;
}

.container2 {
	background-color: #fefefe;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	height: 80em;
}

.container3 {
	background-color: #fefefe;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	height: 68em;
}

.container4 {
	background-color: #fefefe;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	height: 60em;
}

.container5 {
	background-color: #fefefe;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	height: 95em;
}



header {
	text-align: center;
	margin-top: 2%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

h1 {
	font-family: Times;
	color: #535353;
	font-weight: 200;
	padding: 20px 0 0 0;
}

nav {
	
}

ul#langmenu {
	list-style-type: none;
	font-size: 15px;
	float: right;
	margin-right: 25px;
	margin-top: -60px;
}

ul#langmenu a {
	text-decoration: none;
	color: #535353;
}

ul#langmenu li{
	display: inline;
}


ul#hoofdmenu {
	list-style-type: none;
	font-size: 22px;
}

ul#hoofdmenu a {
	text-decoration: none;
	color: #535353;
}

ul#hoofdmenu a:hover{
	color: #9f9898;
}

ul#hoofdmenu li {
	display: inline;
}

article {
	width: 960px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

article p a {
	text-decoration: none;
}

.recommend img{
	float: right;
	padding: 10px;
}

.leftarticle {
	width: 470px;
	display: inline;
	float:left;
    border-right: 1px solid #535353;
}

.leftarticle p{
	width: 95%;
}

.rightarticle p{
	width: 95%;
}

.rightarticle {
	width: 470px;
	display: inline;
	float: right;
}

.active {
	font-weight: 600;
}

footer {
	position: fixed;
	bottom: 0;
	background-color: #535353;
	height: 160px;
	width: 1024px;
}

ul#footermenu {
    float: left;
	list-style-type: none;
}

ul#footermenu li {
}

ul#footermenu li a {
	text-decoration: none;
	color: #fefefe;
	font-size: 20px;
}

#footerright {
    width: 450px;
	margin-top: 0px;
	color: #fefefe;
	font-size: 20px;
	float:right;
	display: inline;
}

#footerright p {
	margin-top: 12%;
	margin-right: 10%;
}

@media screen and (max-width: 1024px) {

header {
	width: 100%;
}

#photoslider {
/*	display: none;*/
}

.leftarticle {
	float:left;
}

.rightarticle {
	float:none;
}

}