/* stylesheet transport de jong 1.1 */
html, body {
	background: #615E59;
	font: normal 1em/1.2em Arial, Verdana, sans-serif;
	color: #CCCCCC;
	height: 100%;
	min-height: 100%;
	margin: 0;
}

#websitebox {
position: relative;
min-height: 100%;
}

#box1 {
	min-height: 100%;
}

#box2 {
  position: absolute;
  bottom: 0;
	width: 100%;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	vertical-align: top;
}

/* HEADER */
#topbox {
	height: 310px;
	width: 100%;
	background: transparent url(../img/topbg.jpg) repeat-x 0px -7px;	
}

#header {
	background: transparent url(../img/header.jpg) no-repeat center;
	height: 310px;	
	width: 900px;
	margin: auto;
}

#menuholder {
	
}

/* CONTENT */
#container {
	padding-bottom: 100px;	
	width: 900px;
	margin: auto;
}

h1, h2, h3, h4 {
	color: #E9F85F;
	font-size: 1.6em;
	font-style: italic;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.4em;
}


/* FOOTER */
#footer {
	background: #38352E;
	color: #A3A099;
	font-size: 0.8em;
  width: 100%;
}

#footer table {
	width: 880px;
	margin: auto;
	padding: 10px;
}

#footer a {
	color: #A3A099;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* hoofdmenu */
#menu {
	height: 66px;
}

/* menu items */
#menuholder {
	margin-left: 555px;
	padding-top: 110px;
}
ul#menu  {
	list-style-type:  none;
	margin:0; 
	padding:0;  
}

ul#menu li {
	position: relative;
	width: 200px; 
	line-height: 25px;
	background: transparent url(../img/menubg.jpg) repeat-x bottom;
	padding-left: 10px;
	z-index: 1;
}

ul#menu li a {
	color: #3D2D19; 
	text-decoration: none;	
	width: 100%;
	height: 100%;
	display: block;
}

ul#menu li a:hover {
	background: #7C7760 url(../img/menubg.jpg) repeat-x bottom;
	color: #FFFFFF;
}

* Holly Hack. IE Requirement \*/
* html ul#menu li { float: left; height: 1%; }
* html ul#menu li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */															

/* sub menu */
li ul {
	list-style-type:  none;
	position: absolute;
	left: 120px; /* Set 1px less than menu width */
	top: 0px;
	display: none;
	margin:0; 
	padding:0; 
	float:left;
}

ul#menu li ul li {
	float: left;
	position: relative;
	width: 150px;
	line-height: 25px;
	z-index: 2;
	padding: 0;
	margin: 0;
	background: #BFB18E url(../img/menubg.jpg) repeat-x bottom;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding-left: 10px;
	display: block;	
	
}	

ul#menu li ul li a {
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
}		
/* eind hoofdmenu */

#fotoslider {
	border: 2px ridge #E9F85F;
}

