html {
	height:100%;
	overflow:hidden;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#330033;
}
body {
  height: 100%;
  overflow:hidden;
	background-color:#FF6600;
	background-image:url(../images/achtergrond.jpg);
	background-position: top;
	background-attachment:fixed;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
 	scrollbar-arrow-color: #CC3300;
	scrollbar-face-color: #FFCC00;
	scrollbar-highlight-color: #CC3300;
	scrollbar-3dlight-color: #CC3300;
	scrollbar-shadow-color: #CC3300;
	scrollbar-darkshadow-color: #CC3300;
	scrollbar-track-color: #CC3300;
}
a:link {
	color:#003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#003366;
}
a:hover {
	text-decoration:underline;
	color:#0066FF;
}
a:active {
	text-decoration:underline;
	color:#0066FF;
}
li {
	position:relative;
	left:-22px;
	list-style-image:url(../images/bullet.gif);
}

#table_center {
	width:100%;
	height:100%;
}

#main_container {
	position:absolute;
	margin:0px;
	padding:0px;
	top: 10px;
	left: 50%;
	width: 760px;
	margin-left: -380px; /*set to a negative number 1/2 of your width*/
	z-index:7;
}

#jutkoffer {
	position:absolute;
	text-align:center;
	left:20px;
	width:100%;
	top:-8px;
	z-index:10;
}

#drol {
	position:absolute;
	left:660px;
	top:10px;
	visibility:visible;
	z-index:5;
}

#tekst_mask {
	position:absolute;
	left:50%;
	width:400px;
	margin-left: -200px; /*set to a negative number 1/2 of your width*/
	top:0px;
	height:100px;
	background-image:url(../images/achtergrond.jpg);
	background-position: top;
	background-attachment:fixed;
	background-repeat:repeat-x;
	z-index:4;
}
#tekst_container {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	overflow:auto;
	overflow-x:hidden;
	z-index:2;
}
#tekst_hoog, #tekst {
	position:absolute;
	left:50%;
	margin-left: -120px; /*set to a negative number 1/2 of your width*/
	width:300px;
	overflow:hidden;
	z-index:3;
}
#tekst_hoog {
	top:110px;
}
#tekst {
	top:340px;
}
#trans {
	position:absolute;
	left:0px;
	width:100%;
	height:400px;
/*	border-style:solid; */
	top:-5px;
	z-index:-1;
}
#koffer_vogel {
	position:absolute;
	left:50%;
	margin-left:-280px; /*set to a negative number 1/2 of your width*/
	top:125px;
	z-index:0;
}
#foto, #foto_border {
	text-align:center;
	position:absolute;
	left:50%;
	margin-left: -120px; /*set to a negative number 1/2 of your width*/
	width:300px;
	height:225px;
	top:110px;
	z-index:9;
}
#foto_border {
	z-index:10;
}
#hidden {
	visibility:hidden;
	text-align:center;
}

