
* { margin:0; padding:0; font-size: 1em;} /*apply default to all elements*/

HTML {border: 0;}

BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 68.75%; /* Sets base font size for site to 11px (because 68.75% of 16px [default browser font size] = 11px)   */
	background-color: #CCCD67;
	color: #474B64;
}

DIV#wrapper
{
	width: 750px;
	height: auto;
	background-image: url(../media/shade.JPG);
	background-repeat: repeat-y;
	background-position: top right;
}

DIV#main_body
{
	width: 740px;
	background-color: #FFF;
}

DIV#header
{
	margin-right: 8px;
	width: 732px;
	height: 190px;
}

DIV#header_top
{
	height: 154px;
	width: 732px;
}

DIV#menu_top
{
	padding: 8px 10px 4px 10px;
	background-color: #E17618;
	color: #FFF;
	float: right;
	font-size: 1.1em;
}

DIV#menu_top A
{
	color: #FFF;
	text-decoration: none;
}

DIV#menu_top A:hover
{
	text-decoration: underline;
}

DIV#menu_top .seperator
{
	margin: 0 4px 0 4px;
}

DIV#flower_top
{
/*	background-image: url(../media/imgBloem.gif);*/
	height: 128px;
	width: 270px;
	float: right;
	clear: both;
}

DIV#flower_mid
{
	/*background-image: url(../media/wittestrook.jpg);*/
	width: 732px;
	height: 6px;
	font-size: 0;
}

TABLE#header_bottom
{
	margin: 0;
	padding: 0;
	height: 30px;
	width: 732px;
	background-color: #AAAB4D;
	/*background-image: url(../media/groenestrook.jpg);*/
}

TD#menu_bottom
{
	/*border-bottom: solid 1px #FFF;*/
	width: 216px;
	background-color: #C2C67C;
}

TD#menu_search
{
	width: 516px;
	text-align: right;
}

#menu_search INPUT
{
	vertical-align: middle;
	margin-top: 4px;
}

DIV#breadcrumb
{
	padding: 6px 8px 6px 0;
}

.breadcrumb_text
{
	margin: 2px 0 2px 150px;
}

/* rule section
-----------------------------------  */
div.rule { height: 1px; background-image: url(../media/stippellijn.gif); background-repeat: repeat-x; }
div.rule hr { display: none; }

div.clear { clear: both; height: 0; overflow: hidden; }

DIV#content
{
	margin-right: 8px;
	width: 732px;
	clear: both; overflow: hidden; display: inline-block;
}

#tree
{
	background-color: #EFEFCD;
	background-image: url(../media/tree.jpg);
	background-position: left top;
	width: 216px;
}

#page
{
	width: 516px;
}

#footer
{
	width: 732px;
}

#logo_anaxis, #footer_space_left
{
	background-image: url(../media/bgFooter.jpg);
	background-repeat: repeat-y;
	border-right: solid 1px #CED1B2;
	width: 216px;
	voice-family: "\"}\"";   /*Box Model Hack*/
    voice-family:inherit;
    width: 215px; 
}

#footer_info
{
	padding: 0 8px 4px 34px;
	width: 474px;
	font-size: 1em;
	text-align: center;
	color: #515F2A;
}

A
{
	color: #E2750E;
}

#footer_info A
{
	text-decoration: none;
}

P#footer_text
{
	padding: 6px 0 4px 0;
	
}

