
body {
 background-color: #CDDDFD; 
}

*{
border:0px;
}

body, html {
 margin: 0px;
 padding: 0;
 height: 100%;
 width: 100%;
 border: 0;
}

/* ---------------------------------------------------------------*/
/*                                                                */
/* center page                                                    */
/* ---------------------------------------------------------------*/

div {
 border: 0;
 margin: 0;
 padding: 0;
 }

div#contain {
 position: absolute;
 height: 100%;
 width: 100%;
 background: #CDDDFD url(/images/bg_gradient.jpg) repeat-x;
}

div#siteinfo {
 display: none;
 z-index: -10; 
} 
 
/* ---------------------------------------------------------------*/
/*                                                                */
/* div style and position                                         */
/* ---------------------------------------------------------------*/

div#top {
 position: relative;
 clear:both; 
 height: 178px;
 width: 881px;
 top: 0px;
 left: 0px;
 margin: 0px auto;
 background: transparent url(/images/bg_top.jpg) no-repeat;
}

div#header {
 position: relative;
 clear:both; 
 height: 62px;
 width: 881px;
 top: 0px;
 left: 0px;
 margin: 0px auto;
 background: transparent url(/images/bg_header.jpg) no-repeat;
}

div#content {
 position: relative;
 clear:both;
 height: 317px;
 width: 881px;
 top: 0px;
 left: 0px;
 margin: 0px auto;
 background: transparent url(/images/bg_site.jpg) no-repeat;
}
	div#menu {
	 position: absolute;
	 display: block; 
	 width: 160px;
	 top: 144px;
	 left: 52px;
	 background-color: transparent;
	 z-index: 10;
	}
	div#submenu {
	 position: absolute;
	 display: none;
	 width: 160px;
	 top: 316px;
	 left: 52px;
	 text-align: right;
	 background-color: transparent;
	 z-index: 10;	 
	}	
	div#textborder {
	 position: absolute;
	 top: 0px;
	 left: 342px;
	 clear: both;
	 width: 481px; 
	 padding: 4px;
	 background: transparent url(/images/bg_textborder.jpg) repeat-x;
	 z-index: 20;
	}
	div#text {
	 position: relative;
	 top: 0px;
	 left: 0px;
	 clear: both;
	 width: 473px; 
	 padding-top: 20px;
	 padding-bottom: 60px;
	 background: #FFF286;
     border: 4px solid #FEFADC;	 
	 z-index: 20;
	 overflow: auto;
	}
		div#textbottom {
		 position: absolute;
		 clear:both;
		 height: 24px;
		 width: 481px;
		 bottom: 0px;
		 left: 0px;
		 text-align: right;
		 background: #FEFADC;
	 	 border-top: 2px solid #FF6D00		 
		} 

div#proximedia {
 position: absolute;
 display: none;  
 clear: both; 
 top: -16px;
 right: 18px; 
 height: 23px;
 width: 69px;
 background-color: transparent;
}

div#kuijper {
 position: absolute;
 clear: both; 
 top: -200px;
 left: 290px; 
 background-color: transparent;
}

div#language {
 position: absolute;
 display: block;  
 clear: both; 
 top: 15px;
 left: 17px; 
 background-color: transparent; 
}

#Info div {
 padding: 0px 10px 0px 20px;
}
