body {
 background-image: url(../images/bg_gradient.gif);
 background-repeat: repeat-x;
 background-position: bottom left; 
 background-color: #FDF4EA; 
}

body, html {
 margin: 0px;
 padding: 0;
 min-height: 100%;
 width: 100%;
 border: 0;
}


/* ---------------------------------------------------------------*/
/*                                                                */
/* center page                                                    */
/* ---------------------------------------------------------------*/

div {
 border: 0;
 margin: 0;
 padding: 0;
 }

div#contain {
 position: relative;
 display: block;
 clear: both;
 top: 0px;
 margin-top: 40px;
 margin-left: auto;
 margin-bottom: 40px; 
 margin-right: auto;
 width: 741px;
 height: auto;
 border: 1px solid #CCC6AA;
 background-color: #fff; 
}

div#siteinfo {
 display: none;
 z-index: -10; 
} 
 
/* ---------------------------------------------------------------*/
/*                                                                */
/* div style and position                                         */
/* ---------------------------------------------------------------*/

div#top {
 position: relative;
 display: block;
 top: 0px;
 left: 0px;
 height: 155px;
 width: 739px;
 border-width: 1px 1px 0px 1px;
 border-color: #fff;
 border-style: solid;
 background-image: url(../images/bg_top.gif);
 background-repeat: no-repeat;
 background-position: top left; 
 background-color: transparent; 
}

div#content {
 position: relative;
 display: block;
 left: 0px;
 height: auto;
 width: 739px;
 padding-bottom: 160px;
 border-width: 0px 1px 0px 1px;
 border-color: #fff;
 border-style: solid;
 background-image: url(../images/bg_content.gif);
 background-repeat: repeat-y;
 background-position: top left;    
 background-color: transparent; 
}

div#bottom {
 position: relative;
 display: block;
 left: 0px;
 height: 21px;
 width: 739px;
 border-width: 0px 1px 1px 1px;
 border-color: #fff;
 border-style: solid;
 background-image: url(../images/bg_content.gif);
 background-repeat: repeat-y;
 background-position: top left;    
 background-color: transparent; 
}

/* nested divs */

div#menu {
 position: relative;
 display: block;
 clear: both;
 top: 0px;
 left: 0px;
 height: 33px;
 width: 588px;
 margin-left: 139px;
 padding: 6px;
 background-image: url(../images/bg_menu.gif);
 background-repeat: repeat-x;
 background-position: top left;   
 background-color: #DAE8EE; 
}

div#text {
 position: relative;
 display: block;
 clear: both;
 top: 0px;
 left: 0px;
 height: auto;
 width: 580px;
 margin-left: 139px;
 padding: 30px 10px 10px 10px; 
 background-color: #FAEFE1; 
}

div#tijden {
 position: absolute;
 top: 0px;
 left: 0px;
 height: 293px;
 width: 139px;
 padding-top: 30px;
 background-image: url(../images/bg_tijden.gif);
 background-repeat: no-repeat;
 background-position: top left;   
 background-color: #FDB153;   
}

div#babor { 
 position: absolute;
 top: 23px;
 left: 3px;
 height: 108px;
 width: 132px;

}

div#proximedia {
 position: absolute;
 display: block; 
 bottom: 1px;
 left: 4px;
 background-color: transparent;
}

div#adres {
 position: absolute;
 display: block; 
 bottom: 1px;
 right: 4px; 
 background-color: transparent;
}

