HTML, BODY, #div_alles {
						 min-height : 100%;
						 			width : 100%;
								 height : 100%;
}
/*
The "height" above is a hack for IE5+/Win.  Below we adjust
it using the child selector to hide from IE5+/Win
*/
HTML>BODY, HTML>BODY #div_alles {
								 height : auto;
}

BODY { 
								 border : 0;
								 margin : 0;  /* Without this, Moz1.0 adds a vertical scrollbar */
								padding : 0;
}

IMG {
								display : block;	
								 border : 0;
						 margin-top : 3em;
						margin-left : 3em;
					margin-bottom : 3em;
						 text-align : right;						
}

IMG.rechtsboven {
								 border : 0;
								 margin : 0;
								padding : 0;
}

#div_alles {
							 position : absolute;
							 			top : 0;
									 left : 0;
}

#div_balkhelemaalboven {
								 height : 72px;
}

#div_balkboven {
								 border : 0;
								 margin : 0;
								padding : 0;
					 padding-left : 3px;
					padding-right : 3px;
								
						 			color : #E6DCCF;  
						 background : #806640;
						 
						font-family : "Trebuchet MS", Helvetica, Arial, Sans serif;
							font-size : 0.9em;
						font-weight : bold;
}

#div_menu {
									float : left;
		
									width : 156px;
								 height : 390px;
						padding-top : 10px;
					 padding-left : 2px;
					padding-right : 2px;
									
						 background : white;
			 background-image : url(./images/menu-background.jpg);
	
/*
						 text-align : right;
*/
}

#div_content {
						margin-left : 160px;
					  padding-top : 10px;
					 padding-left : 5px;
					 
						 background : white;
			 background-image : url(./images/content-background.jpg);
			background-repeat : no-repeat;
}

#div_footer {
							 position : absolute;
							 	 bottom : 0;
									width : 99%; /* See note below */
	p-adding: 0%;
	b-ackground-color: #BBBBBB;
						font-family : Helvetica, Arial, Sans serif;
						 text-align : right;
						 	font-size : 9px;
}

A.footer {
								display : block;
				text-decoration : none;
									color : #999999;
}

A.footer:hover {
									color : black;
}


P,H1,H2,H3,H4,H5,H6,TABLE,LI {
								 margin : 0;
						font-family : "Trebuchet MS", Helvetica, Arial, Sans serif;
}

H1 { 
							font-size : 1.4em;
						font-weight : bold;
}

H2 { 
							font-size : 1em;
						font-weight : bold;
}

P,LI {
							max-width : 30em;
					margin-bottom : 1em;
								 
						font-family : "Trebuchet MS", Helvetica, Arial, Sans serif;
						line-height : 1.4em;
						 text-align : justify;						
}

TD.prijslijst {
					 padding-left : 2em;
}

A.menu_item_nivo1, A.menu_item_nivo2, A.menu_item_act {
								display : block;
										
					padding-right : 9px;
								
						line-height : 1.4em;
				text-decoration : none;
						 text-align : right;						
								
						font-family : "Trebuchet MS", Helvetica, Arial, Sans serif;
							font-size : 1em;
						font-weight : bold;
						 			color : white;
}

A.menu_item_nivo2 {
	padding-right : 16px;
}

A.menu_item_act {
			 background-image : url(./images/bullet.gif);
			background-repeat : no-repeat;
		background-position : 100% 65%;
}

A.menu_item_nivo1:hover, A.menu_item_nivo2:hover, A.menu_item_act:hover {
			 background-image : url(./images/bullet.gif);
			background-repeat : no-repeat;
		background-position : 100% 65%;
}

A.menu_item_nivo2:hover {
		background-position : 96% 65%;
}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#div_foo-ter {
    \width: 100%;
    w\idth: 70%;
}

