body {
	font: 0.8em Arial, Helvetica, sans-serif;
	background: #FBF8F8;
	margin: 20px 10px 10px 10px;
}
* {
	padding: 0;
	margin: 0;
}

div#wrapper {
	margin: 0 auto;
	background: White;
	width: 865px;
	height: 650px;
	position: relative;
}
div#copyright {
	margin: 0 auto;
	width: 865px;
	text-align: right;
	font-size: 0.8em;
}
div#copyright a {
	color: #666666;
}
div.divider {
	clear: both;
	font-size: 1px;
}
a {
	color: #FF3047;
	text-decoration:none;
	border: 0;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color: #FF3047;
}
a img {
	border: 0;
}
div#logo {
	top: 25px;
	left: 125px;
	position: absolute;
}
div#header_address {
	top: 60px;
	left: 515px;
	position: absolute;
}
div#main_navigation {
	top: 140px;
	left: 70px;
	position: absolute;
}
div#main_navigation ul {
	list-style-type: none;
}
div#main_navigation li {
	margin-bottom: 1em;
}
div#main_navigation a {
	font-weight: bold;
	font-style: italic;
	color: Black;
	text-decoration: none;
	font-size: 1.1em;
}
div#main_navigation a:hover, div#main_navigation a.active {
	color: #FF3047;
}
div#admin_navigation {
	top: -30px;
	left: 0;
	position: absolute;
	border: 1px solid Navy;
	background: White;
	padding: 0.2em 0.5em;
}
div#admin_navigation ul {
	list-style-type: none;
}
div#admin_navigation li {
	display: inline;
	margin-right: 1em;
}
div#admin_navigation a {
	text-decoration: none;
}
div#admin_navigation a:hover {
	text-decoration: underline;
}
div#select_language {
	top: 510px;
	left: 70px;
	position: absolute;
}
div#content {
	top: 100px;
	left: 240px;
	position: absolute;
	padding: 0 10px 0 0;
	width: 600px;
	height: 540px;
	overflow: auto;
} 
div#content ul {
	margin-left: 1.5em;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 2px;
}
h2 {
	font-size: 1.3em;
	margin-bottom: 2px;
}
h3 {
	font-size: 1.1em;
	margin-bottom: 2px;
}
div.gallery {
}
div.gallery-thumbnails {
	margin-bottom: 5px;
}
div.gallery-thumbnails a {
	margin-right: 5px;
}

div.kunstenaar {
	position: relative;
	clear: both;
}
div.kunstenaar-content {
	position: absolute;
	top: 0;
	left: 320px;
	width: 230px;
	height: 470px;
	padding: 0 1em 0 0;
	overflow: auto;
}
div.kunstenaar-title-wrapper {
	float: left;
	padding-bottom: 10px;
}
div.kunstenaar-select {
	float: left;
	width: 320px;
}
div.kunstenaar-title {
	height: 1.5em;
	padding-bottom: 0.5em;
	float: left;
}
th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, table {
	margin-bottom: 1em;
}

div#gallery {
	float: left;
}
div#gallery div#gallery_thumbnails {
	width: 580px;
	overflow: auto;
	height: 100px;
	white-space: nowrap;
	margin-bottom: 10px;
}
div#gallery div#gallery_thumbnails div {
	display: inline;
	margin-right: 5px;
}
div#gallery_navigation {
position: absolute;
left: 520px;
top: 0;
z-index: 1000;
}
div.kunstenaar div#gallery_thumbnails {
	border-top: 1px solid Black;
	padding-top: 10px;
	width: 300px;
}
div.kunstenaar  div#gallery_thumbnails div {
	margin-right: 5px;
	float: left;
}
div#gallery_image {
	position: relative;
}
div.kunstenaar div#gallery_image {
height: 330px;
clear: both;
}
div#zoek_werk_in_stock {
	clear: both;
	padding: 10px 0;
}

select#set_language, select#select_navigation {
	border: 1px solid #FF3047;
}
div#gallery_title {
padding: 3px 0;
font-size: 1.1em;
color: #FF3047;
font-weight: bold;
}

table.exposities {
	border-collapse: collapse;
}
table.exposities td {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

div.image_box {
	position: relative;
}
div.verkocht {
	position: absolute;
	top: 10px;
	left: 310px;
	width: 15px;
	height: 15px;
}
div.verkocht a {
}