/* Standaard CSS */
* {
	margin: 0px;
	padding: 0px;
}
a img {
	border : none;
}
a {
	outline: none;
	background-repeat:no-repeat; /* om gezeur met IE te voorkomen die bepaalde hoogtes negeert *grr* */
}

html,body
{
	height:100%;
}

body 
{
	/* centreren*/
	text-align: center;
	background-color:#000000;
	background-image:url("../img/background-motive.jpg");
}

#bamboo
{
	/* opmaak */
	background-image:url("../img/bamboo.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	
	min-height:100%;
	height:auto !important;
	height:100%;
}

#container
{
	/* centreren*/
	margin: 0 auto;
	width: 885px;
	text-align: left;
	
	/*opmaak*/
	background-image:url("../img/background-repeat.jpg");
	background-repeat:repeat-y;
}

#backgroundTop
{
	/* opmaak */
	background-image:url("../img/background-top.jpg");
	background-position:top;
	background-repeat:no-repeat;
}

#backgroundBottom
{
	height:auto !important;
	height:635px;
	min-height:635px;;

	/* opmaak */
	background-image:url("../img/background-bottom.jpg");
	background-position:bottom;
	background-repeat:no-repeat;
}

#header
{
	position:relative;
	height:217px;
}

#header-print
{
	display:none;
}

#header a
{
	text-indent:-9999px;
}

#columnLeft
{
	float:left;
	width:158px;
	
	margin-left:13px;
	margin-top:8px;
	
	padding-left:5px;
	padding-right:5px;
	
	/* dubble margin hack */
	display:inline;
	
	/* Giga overflow hack */
	/* overflow:hidden;  */
}

#columnRight
{
	float:left;
	width:667px;
	
	margin-left:10px;
	margin-top:8px;
	
	padding-left:5px;
	padding-right:5px;
	
	/* dubble margin hack */
	display:inline; 
	
	/* Giga overflow hack */
	/* overflow:hidden;  */
}

#FormContent
{
	/* Terrarium Designer */
	height:auto !important;
	height:400px;
	min-height:400px;
	
	margin-bottom:20px;
}

#siteQuoin
{
	clear:both;
	height:50px;
}

.quoin
{
	clear:both;	
	height:1px;
}

#jdlink
{
	/* centreren*/
	margin: 0 auto;
	width: 885px;
	text-align: left;
	
	height:15px;
}

#jdlink a, #jdlink a:link
{
	color:#CCCCCC;
	text-decoration:underline;
	font-weight:normal;
	font-size:8pt;
	float:right;
	
	margin-right:5px;
}

/* JS generated */

#lbContent {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	background-color:#000000;
	border: 1em solid #B8B8B8;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#lbOverlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	background-color:#000000;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

#lbLoadingIndicator{
	display:none;
	position:absolute;
	
	height:16px;
	width:16px;
	background-image:url("../img/indicator.gif");
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-color:#FFFFFF;
	
	margin-left:-8px;
	margin-top:-8px;
	
	padding:10px; 
	left:50%;		
	top:50%;
	
	z-index:1003;
}
