nav {
	background-color: #000;

	color: #888;
	display: block;
	overflow: hidden;
	width: 800px;
	height: 23px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 0px;
}
nav ul {
	margin: 0;
	padding: 0;
}

	nav ul li {
		display: inline-block;
		list-style-type: none;
		
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s; 
	}
	
		nav > ul > li > a {
	color: #aaa;
	display: block;
	line-height: 23px;
	padding: 0 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		}
		nav > ul > li > a > .caret {
	border-top: 4px solid #aaa;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	  transition: color 0.1s linear; 
}
 nav > ul > li:hover {
	background-color: rgb(153,153,153);
        }

        nav > ul > li:hover > a {
          color: rgb( 255, 255, 255 );
        }

        nav > ul > li:hover > a > .caret {
          border-top-color: rgb( 255, 255, 255 );
        }
	


A{text-decoration:none}
.tekst {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 17px; font-weight: normal; font-variant: normal; text-transform: none; color: #333333}
.copyrigt {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #666666}
.kop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
.tussenkop {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #330066; font-style: normal; font-weight: bold}
.wittekst {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF}
a {  }

#oeuvrecontainer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 16px;
	width: 800px;
	background-color: #999999;
	}
#catalogus{
	position: absolute;
	height: 16px;
	width: 80px;
	left: 10px;
	top: 0px;
	text-align: left;	
	}
#tekst{
	position: absolute;
	height: 16px;
	width: 80px;
	left: 90px;
	top: 0px;
	text-align: left;	
	}
	

	
	
.linkkleur {
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
}

.linknormaalkleur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-align: center;
}
#jaarcontainer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 16px;
	width: 800px;
	background-color: #CCCCCC;
	}
	#jaar2015 {
	position: absolute;
	height: 16px;
	width: 45px;
	left: 0px;
	top: 0px;

	}
	#jaar2014 {
	position: absolute;
	height: 16px;
	width: 45px;
	left: 45px;
	top: 0px;
	
	}
	#jaar2012{
	position: absolute;
	height: 16px;
	width: 45px;
	left: 90px;
	top: 0px;
	
	}
	#jaar2011{
	position: absolute;
	height: 16px;
	width: 45px;
	left: 135px;
	top: 0px;
	
	}
	#jaar2010{
	position: absolute;
	height: 16px;
	width: 45px;
	left: 180px;
	top: 0px;
	
	}
#copyright{
	position: relative;
	height: 16px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(nav/copyrightwerken.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
