@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000000;
	background-color: #FFFFFF;
}

h1 {
	font-size: 3em;
	margin: 0;
	padding: 0;
	background: url(../../img/pietpeere.gif) no-repeat 0 0;
	text-indent: -9999px;
	width: 160px;
	height: 55px;
}

h2 {
	font-size: 1.25em;
	margin: .25em 0;
}

tr:hover {
	background-color: #E5E6E7;
}

td {
	border-bottom: #d3d4d5 1px solid;
}

#wrap {
	margin: 0;
	width: 990px;
}

#header {
	height: 55px;
	margin-left: 170px;
}

#main {
	line-height: 1.4em;
}

#footer {
	clear: both;
	font-size: .9em;
	color: #d3d4d5;
	margin-top: 186px;
}

.kolom {
	width: 160px;
	margin-right: 10px;
	float: left;
}

.content {
	float: left;
	width: 480px;
}

.content p {
	margin: 0;
	margin-bottom: 1em;
}

.content ul {
	margin: .5em 0 1.5em .5em;
	list-style: none;
}

.content img {
	margin: 5px;
}

#navigatie {
	padding: 0;
	margin: 0;
	margin-top: -9px;
	width: 160px;
	font-size: 3em;
}

* html #navigatie { /* IE6 hack voor navigatie */
	margin: 0;
}

ul#navigatie li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#navigatie li a:link, #navigatie li a:visited {
	color: #D3D4D5;
}

ul#navigatie li a:hover {
	color: #656667;
}

ul#navigatie li a {
	display: block;
	outline: none;
	width: 160px;
	height: 35px;
	text-decoration: none;
}

ul#navigatie li#artiest a {
	width: 158px;
	background-position: 0 0;
}

ul#navigatie li#artiest a:hover, ul#navigatie li#artiest a.current {
	background-position: -160px 0;
}

ul#navigatie li#werk a { 
	width: 158px;
	background-position: 0 -35px;
}

ul#navigatie li#werk a:hover, ul#navigatie li#werk a.current {
	background-position: -160px -35px;
}

ul#navigatie li#boek a {
	width: 158px;
	background-position: 0 -70px;
}

ul#navigatie li#boek a:hover, ul#navigatie li#boek a.current {
	background-position: -160px -70px;
}

ul#navigatie li#contact a {
	width: 158px;
	background-position: 0 -105px;
}

ul#navigatie li#contact a:hover, ul#navigatie li#contact a.current {
	background-position: -160px -105px;
}

ul.nl li a {
	background: url(../../img/navigatie-nl.gif) no-repeat 0 0;
	text-indent: -9999px;
}

ul.en li a {
	background: url(../../img/navigatie-en.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#subnavigatie {
	padding: 0;
	margin: 0;
	width: 160px;
}

#subnavigatie li {
	list-style: none;
	margin: 0;
	padding: .25em 0;
}

#subnavigatie li a:link, #subnavigatie li a:visited {
	text-decoration: none;
	color: #D3D4D5;
	display: block;
}

#subnavigatie li a:hover, #subnavigatie li a.current {
	text-decoration: none;
	color: #656667;
}

#sub2navigatie {
	padding: 0;
	margin: 0;
	font-size: .9em;
}

ul#thumb {
	margin: 0;
	padding: 0;
}

ul#thumb li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul#thumb li img {
	margin: 0 10px 10px 0;
}

ul#thumb li a:active, ul#thumb li a:focus {
	outline: none;
}

#taal {
	margin: 10px 0 10px 170px;
	height: 35px;
}

input {
	margin: .25em 0;
}

input[type=text] {
	background: #E5E6E7;
	padding: .25em;
	border: #E5E6E7 1px solid;
	width: 280px;
}

input[type=text]:hover, input[type=text]:focus {
	background: #E5E6E7;
	border-bottom: #A3A4A5 1px solid;
}

label {
	width: 160px;
	display: block;
	float: left;
	padding: .25em 0;
}

a:link {
	color: #656667;
}

a:visited, a:active {
	color: #D3D4D5;
}

a:hover {
	color: #000000;
}

blockquote {
	color: #656667;
	font-style: italic;
}

td {
	font-size: .9em;
}

hr {
	background-color: #D3D4D5;
	color: #D3D4D5;
	border: none;
	height: 1px;
	margin: 1em 0;
}

.jaar {
	color: #656667;
}

.quote{
	color: #656667;
}

#close
{
	float:right;
	width:50%;
	text-align:right;
}

#close #closeLink
{
	background:url("../../img/closelabel.gif") no-repeat top right;
}

#imageDetails #caption
{
	float:left;
	font-weight:normal;
}

#imageDetails #detailsNav
{
	clear:none;
}