html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#mid ul li
{
	margin			: 8px 0;
}
#mid ul.merken, #mid ul.collectie
{
	margin			: 25px 0 0 0;
	padding			: 0px;
	float			: left;
	list-style-type	: none;
	width			: 100px;
	line-height		: 30px;
}
#mid ul.merken li, #mid ul.collectie li
{
	margin			: 0px;
}
#mid ul.collectie
{
	margin			: 25px 0 65px 0;
	width			: 200px;
}
#mid table
{
	width			: 95%;
}

body {
	background-color: black;
	color: white;
	font-family: Arial;
	font-size: 12px;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #333333;
}

h2 {
	font-size: 23px;
	line-height: 48px;
	margin: 0;
	padding: 0;
}

li {
	margin-left: 15px;
}

td, th {
	vertical-align: top;
}

th {
	text-align:right;
}

a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: white;
}

a:hover {
	text-decoration:none;
}

/************************
* zut
*************************/

#container {
	position: absolute;
	left: 50%;
	margin-left: -380px;	/*35px meer naar links*/
	top: 50%;
	margin-top: -280px;	/*40px meer naar boven*/

	width: 750px;
	height: 493px;
}

h1 {
	height			: 115px;
	width			: 169px;
	background		: url('/img/bg/logo.png') left top no-repeat;
	margin: 0;
	padding: 0;
}
h1 a
{
	display			: block;
	border			: none;
	text-decoration	: none;
	height			: 82px;
	width			: 169px;
}
h1 span
{
	font-size		: 1px;
	visibility		: hidden;
}

#left {
	position: relative;
	float: left;
	width: 166px;
	height: 374px;
	overflow: auto;
	text-align: right;
	padding: 2px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial;
	font-size: 18px;
	font-weight: bold;
	text-transform:lowercase;
}

#left a, #left a:hover {
	text-decoration: none;
}

#left #thumb {
	position: absolute;
	bottom: 1px;
	right: 1px;
	width: 45px;
	height: 60px;
}
a.sitemap
{
	font-size	: 10px;
}

#mid {
	float: left;
	width: 425px;
	height: 378px;
	margin-left: 20px;
	overflow: auto;
}
#mid p
{
	margin-top	: 0px;
	padding-top	: 0px;
}

#right {
	float: left;
	width: 125px;
	height: 365px;
	margin-left: 10px;
}

#right img {
	width: 125px;
	margin-bottom: 10px;
}

div#footer {
	text-align: center;
	clear: both;
	font-size: 10px;
	color: gray;
}

div#footer a, div#footer a:hover {
	color: gray;
}

p#merken
{
	clear: both;
	margin-top: 25px;
	line-height: 15px;
}

.selected {
	font-style: italic;
	color: #999;
}

/* sitemap landingspage */
div.sitemap
{
	background-color	: #333;
	color				: #fff;
	margin-top			: 0px;
	padding				: 0px 0 5px 0;
}
div.sitemap h2
{
	color				: #980f08;
	border-top			: 2px solid #333; 
	margin				: 0; 
	padding				: 3px;
	line-height			: 25px;
	background-color	: #000;
}

/* artikelen table */
table#artikelen h3, table#artikelen h3 a
{
	color				: #980f08;
	border-top			: 2px solid #333; 
	margin				: 15px 0 0 0; 
	padding				: 3px;
	text-decoration		: none;
}
table#artikelen tr.gray
{
	background-color	: #333; 
}
table#artikelen td span.right
{
	float				: right;
}
table#artikelen img
{
	margin				: 0 5px 0 0;
}
div#mid a.terug
{
	font-size			: 1px;
	color				: #999;
	display				: block;
	height				: 19px;
	width				: 44px;
	background			: url('/img/bg/terug.jpg') no-repeat top center;
}
div#mid h2 a.terug
{
	line-height			: 19px;
	margin				: 15px 6px 0 0;
	float				: right;
	color				: #000;
}
div#mid a.terug:hover
{
	background-position	: bottom center;
}
