/* commented backslash hack to hide from ie5 mac \*/ 
html, body	{
	height:100%;
	} 
/* end hack */
html,body {
	margin:0;
	padding:0;
}


body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width:775px;/* stop mozilla sliding off the edge */
	font-family:Arial, Verdana, sans-serif;
	font-size:0.8em;
	background-color:#000000;
	background-position:center;
	overflow-x : hidden; 
		
}

.container {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	text-align: left;
	min-height:100%;
	margin-bottom:-30px;
	height:auto;
}

* html .container {height:100%;} /* for ie to resize */

.header {
	width: 900px;
	height: 105px;
	background-image:url(../afbeeldingen/header.jpg);
	background-repeat: no-repeat;
}

.text {
	margin-left: 47px;
	display: block;
	height: 500px;
	width: 853px;
	background-color: #001530;
	overflow: auto;
	overflow-x : hidden;
	scrollbar-3dlight-color:#525a60; 
	scrollbar-arrow-color:#525a60; 
	scrollbar-highlight-color:#000000; 
	scrollbar-shadow-color:#000000; 
	scrollbar-darkshadow-color:#000000; 
	scrollbar-track-color:#001530; 
	scrollbar-face-color:#001530; 
}

.inner {
	padding-top: 102px;
	padding-left: 110px;
	padding-right: 100px;
	padding-bottom: 50px;
	color: #f4f7d8;
	
	width: 642px;
	font-size: 12px;
	
}

.collectie {
	color: #f4f7d8;
	font-weight: bold;
	font-size: 13px;
	font-variant: small-caps;
}

.menu {
	color: #000000;
	background-color: #000000;
	width: 144px;
	position: absolute;
	top: 100px;
	z-index: 10;
}

.menu a {
	color: #950d11;
	font-weight: bold;
	font-size: 13px;
	font-variant: small-caps;
	text-decoration: none;
}

.inner a {
	color: #950d11;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}

.menu1 {
	text-indent: 10px;
	padding: 5px;
	border: solid 5px #001530;
}

.menu2 {
	text-indent: 10px;
	padding: 5px;
	border: solid 5px #001530;
}

.menu3 {
	text-indent: 10px;
	padding: 5px;
	border: solid 5px #001530;
}

.footer {
	width: 900px;
	height: 36px;
	background-image:url(../afbeeldingen/footer.jpg);
	background-repeat: no-repeat;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {
	background:url(../afbeeldingen/macFFBgHack.png) repeat;
}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: black;
	z-index: 102;
	display:none;
	border: 4px solid #001530;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
	color: white;
	height:27px;
	font-variant: small-caps;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
	font-variant: small-caps;
	color: white;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	color: white;
}

#TB_closeWindow a:hover {
	 color: #e5e5e5;
}

#TB_prev a:hover {
	color: #e5e5e5;
}

#TB_next a:hover {
	color: #e5e5e5;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	color: white;
	height:27px;
}

#TB_title{
	background-color:red;
	font-variant: small-caps;
	color: white;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#content {width:500px; font:76.1% Verdana, arial, sans-serif;}

/* note that by using an id on each form that it is is individually controllable
 use a general class for consistency and refer via the id for unique properties */

#simplecontactform                {margin:0 0 2em 0; text-align:left}
#simplecontactform *              {font:inherit}
#simplecontactform div            {margin:0.5em 0}
#simplecontactform p              {margin-bottom:0.8em}
#simplecontactform label          {font-weight:bold}
#simplecontactform input.text     {background:#FFF0D0; border:2px inset #ccc; width:500px; margin-left:1em; background:#dde; padding:2px 3px 2px 5px; vertical-align:middle}
#simplecontactform textarea       {overflow: auto; x-overflow: hidden; background:#FFF0D0; border:2px inset #ccc; width:500px; margin-left:1em; background:#fff; font-size:100%; padding:2px 3px 2px 5px; vertical-align:middle}
#simplecontactform input.button   {border:2px outset #ccc; color:#fff; font-variant: small-caps; background:#001530; vertical-align:bottom; height:2em; width:120px}
