
@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6 {
	color: #000000;
}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: color: #000000;
}

/* Stijl voor normale links */
a {
}

a:link {
	text-decoration: none;
	color: #696969; 
}

a:visited {
	text-decoration: none; 
	color: #696969;
}
	
a:hover {
	text-decoration: none; 
	color: #53ADA2;
}
	
a:active {
	text-decoration: none; 
	color: #696969;
}

a img {
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
}

#container {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 40px;
}

#logo {
	width: 318px;
	height: 105px;
	margin-left: 35px;
	margin-bottom: 10px;
	float: left;
}

#zoeken {
	float: right;
	margin-top: 80px;
	margin-right: 30px;
}

#menulinks {
	background-image: url(images/menulinks.png);
	width: 39px;
	height: 71px;
	float: left;
}

#menu {
	background-color: #53ADA2;
	width: 882px;
	height: 70px;
	font-size: 16px;
	color: #E9DBC0;
	float: left;
}

#menu_navbar ul {
	list-style: none;
	padding: 0px;
}

#menu_navbar li {
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	color: #E9DBC0;
}

#menu_navbar li a {
	color: #E9DBC0;
	text-decoration: none;
}

#talen {
	float: right;
	margin-top: 10px;
}

#menurechts {
	background-image: url(images/menurechts.png);
	width: 39px;
	height: 71px;
	float: left;
}

#account {
	height: 20px;
	color: white;
	font-size: 14px;
	font-style: italic;
	margin: 10px;
	margin-right: 30px;
	float: right;
}

#header {
	background-image: url(images/header.jpg);
	width: 960px;
	height: 469px;
}

#contentboven {
	background-image: url(images/contentboven.png);
	width: 960px;
	height: 29px;
	margin-top: 20px;
}

#content {
	background-color:#E9DBC0;
	padding: 20px 20px 30px 20px;
}

#left {
	float: left;
}

#left span {
	width: 315px;
	height: 50px;
	padding: 10px 195px 10px 20px;
	background-color: #53ADA2;
	color: #E9DBC0;
	font-weight: bold;
}

#left ul {
	list-style: none;
	padding-left: 20px;
}

#left li {
	width: 245px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

#left li ul li {
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}

#right {
	width: 580px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: right;
}

#categoriemenu {
	color: #666;
	margin-bottom: 20px;
}

#categoriemenu ul {
	list-style: none;
	padding: 0px;
}

#categoriemenu li {
	width: 20%;
	float: left;
}

#footer {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	font-size: 12px;
}

#footermenu {
	margin-top: -10px;
	color: #551F15;
}

#footermenu ul {
	list-style: none;
	padding: 0px;
}

#footermenu li {
	float: left;
	margin-right: 40px;
	font-size: 14px;
}

#socialmedia {
	float: right;
}

#footercopyright {
	margin-top: 15px;
}  


