body { margin:0; padding:0; text-align: center; color: #666; background-color:black; min-height:602px; min-width:800px;}
/* Layout */
div#container {
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	text-align: center;
	overflow: visible;
}
div#main {
	position: absolute;
	text-align: center;
	height: 602px;
	width: 642px;
	left: 50%;
	top: -301px;
	margin-left: -321px;
	overflow: visible;
}
div#middle {
	position: absolute;
	left: 0;
	height: 440px;
	width: 640px;
	top: 50%;
	border: 1px solid lightblue;
	margin-top: -220px;
}
div#slidediv {
	position: relative;
}

div#info {
	right: 2px;
	top: 55px;
	position: absolute;
	width: 16px;
	height: 16px;
}
/* tooltip */
div#tool-tip {
	visibility: hidden;
	position: absolute;
	top: 77px;
	right: -120px;
	width: 150px;
	height: 50px;
	background-color: #666;
	border: white 1px solid;
	z-index: 2;
	opacity: 0.9;
}
div#tool-tip-text {
	visibility: hidden;
	position: absolute;
	top: 77px;
	right: -120px;
	width: 150px;
	height: 50px;
	z-index: 3;
	text-align: left;
	font-family: Arial;
}
div#tool-tip-text div.tt-title {
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bolder;
	color: black;
	margin-bottom: 4px;
	margin-left: 6px;
}
div#tool-tip-text div.tt-body {
	font-size: 11px;
	color: white;
	margin-left: 4px;
}
/* end tooltip */
div.stip {
	position: absolute;
	top: 108px;
	left: 305px;
	z-index: 1;
}
img.stip {
	width: 16px;
	height: 16px;
	display: block;
}
img.round {
	width: 96px;
	height: 96px;
	display: none;
	cursor: pointer;
}

h1 {
	font-family: Arial;
	font-size: 46px;
	text-align: center;
	margin-top: 10px;
	font-weight: lighter;
}
span#gekleurd {
	color: #78b4ce;
}
span#naakt {
	color: #ffd4a9;
}

.menubar {
	left: 0;
	color: #D1D1D1;
	background-color:#78B4CE;
	font-size: 11px;
	position: absolute;
	bottom: 20px;
	font-variant: small-caps;
	font-weight: bolder;
	text-align: left;
}

a { text-decoration: none;}
a:link { color: #D1D1D1;}
a:visited { color: #D1D1D1;}
a:active { color: #4B4545;}
a:hover { color: white;}

/* pagina's */
#close {
	position: absolute;
	top: 0px;
	right: -34px;
	width: 32px;
	height: 32px;
	background: #000 url(close.png) no-repeat center;
	cursor: pointer;
}
div#content {
	visibility: hidden;
	color: white; 
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
div#text-container {
	position: absolute;
	max-height: 570px;
	min-height: 500px;

/* mac hide \*/
* height:570px;
/* end hide */

	width: 642px;
	overflow: auto;
	overflow-x: hidden;
}
.kleiner { 
	font-size: 12px;
}
.underline {
	text-decoration: underline;
}
div#text {
	padding-left: 5px;
}
div#background {
	position: absolute;
	width: 642px;
	bottom: 0;
	z-index: -1;
}
div#background.top {
	top: 0;
}
div#text.large-line { 
	line-height: 1.5;
}

div#swaplink {
	margin-bottom:4px;
}

/* contact */
div#content h1, div#content h2 {
	text-align: left;
}
.indent {
	margin-left: 70px;
}

div#content h1 {
	font-size: 18px;
	font-family: Helvetica;
	font-weight: bolder;
	font-style: italic;
	color: #666666;
	margin-left: 0.3em;
}
div#content h2 {
	font-size: 14px;
}
div#content table {
	border-collapse: collapse;
	margin:0;
	padding:0;
}
div#content table td {
	margin:0;
	padding:0;
	padding-right: 14px;
}
.emph {
	font-weight: bold;
}
.link {
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}


/* hand in hand */
div#handen div img{
	margin: 2px;
}
div#handen {
	margin-left: 76px;
	padding-top: 25px;
}

/* plaatjes collecties */
div.collection {
	margin: auto 0;
	margin-top: 15px;
	text-align: center;
}
div.row {
	margin: auto 0;
	text-align: center;
	margin-top: 4px;
}
.colitem {
	
}
div.col_caption {
	position: absolute;
	right: 2px;
	color: #9e9e9e;
	font-size: 11px;
	font-style: italic;
	text-align: right;
}

/* verkoop */
div#tafel {
	border: ridge 1px #666;
	margin: 10px;
	float: right;
}

/* footer */
div#footer {
	position: absolute;
	bottom: 0;
	text-align: center;
	font-variant: normal;
	font-weight: normal;
	font-size: smaller;
}

.clickplane {
	position: absolute;
	background-color: transparent;
	border: 1px solid #666;
	opacity:0.5;
	cursor: pointer;
	cursor: hand;
}