#body{
	background-color:#FFFFE0;
	font-family:"Calisto MT";	
}

#header {
	width: 950px;
	height:337px;
	border 1px solid #eeeeee;
	clear: both;
	margin-left: auto;
	margin-right: auto;	
}
#kopinhoud{
	width: 946px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../afbeeldingen/kop.jpg");
	background-repeat:no-repeat;
}

#kopinhoudsteen{
	width: 946px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../afbeeldingen/kop1.jpg");
}
#kopinhoudschilderen{
	width: 946px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../afbeeldingen/schilderen1.jpg");
}
#kopinhoudinopdracht{
	width: 946px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../afbeeldingen/kop.jpg");
}
#kopportretschilderen{
	width: 946px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../afbeeldingen/portretschilderen.jpg");
}
#kopagenda{
	width: 946px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../afbeeldingen/agenda.png");
}
#section{
	width: 850px;
	height: 50px;
	color: 	#0c1d6a;
	margin-left: auto;
	margin-right: auto;
}
#article{
	width: 850px;
	height:350px;
	margin-left: auto;
	margin-right: auto;
	color: 	#4f798a;
	padding:5px;
}
#article1{
	width: 840px;
	height:300px;
	margin-left: auto;
	margin-right: auto;
	color: 	#4f798a;
	padding:5px;
}
#article2{
	width: 840px;
	height:600px;
	margin-left: auto;
	margin-right: auto;
	color: 	#4f798a;
	padding:5px;
}
#footer{
	width: 950px;
	height: 200px;
    margin-left: auto;
	margin-right: auto;
	background-color: #4f798a;
	opacity:1.3;
	color: white;
	text-align: center;
}
/*table{
    border: 3px solid #828282;
    background-color: #cbcbcb;
    font-weight: bold;
    padding: 0px;*/
}
	
#nav{
	width: 30px;
	float:left;
}
/*navigatiebalk*/

 header nav ul{
	list-style-type: none;
	position:fixed;
	top: 0;
	width: auto;
	margin: 0;
	padding: 0;	
}
section nav ul{
	list-style-type: none;
	position:inherit;
	width: auto;
	margin: 2px;
	padding: 0;	
}
header nav ul li{
	float: left;
	width: 158px;
	height: 3em;
	text-align: center;
	border-left: 1px solid #ffffff;
	box-sizing:border-box;
}
section nav ul li{
	float: left;
	width: 200px;
	height: 3em;
	text-align: center;
	border-left: 1px solid #ffffff;
	box-sizing:border-box;
}
header nav ul li a{
	background-color:#4f798a;
	display: block;
	color: #ffffff;
	padding: 0 2em;
	text-decoration: none;
	line-height: 3em;
	transition: blackground-color 500ms;
}
section nav ul li a{
	background-color:#938a9f;
	display: block;
	color: #ffffff;
	padding: 0 2em;
	text-decoration: none;
	line-height: 3em;
	transition: blackground-color 500ms;
}

header nav ul li a:hover, nav ul li a.active {
	background-color: #938a9f;
}

section nav ul li a:hover, nav ul li a.active {
	background-color: #4f798a;
}
/* het dropdown gedeelte */

nav ul ul {
	display: none;
}
nav ul li:hover ul {
	display: block;
	position: absolute;
	margin-left: 1.8em;
}
nav ul ul li {
	float: none;
	border-right: 0;
	border-top: 1px solid #ffffff;
	width: 200px;
	height: auto;
}
nav ul ul li a{
	transition: background-color 1500ms;
}
td{
	padding: 5px;
	font-weight: bold;
}

