/********************************************************
*
*	stylesheet initializing Rijkevorsel website
*
********************************************************/

/* Main Structural Elements & init
-------------------------------------------- */	

/* Elements */

* { margin:0; padding:0; } /*apply default to all elements*/

HTML {border: 0;}

BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;/*12px;*/ /* Sets base font size for site to 10px (because 62.5% of 16px [default browser font size] = 10px)   */
	background-color: #807D6A;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	text-align: center;
	color: fff;
}

FORM
{
}

IMG
{
	border: 0;
}

A
{
	color: #FFCF3E;
}

OL, UL, LI {list-style-type: none; font-size: 1em; /*12px*/}

TABLE, TR, TD {font-size: 1em; /*12px*/}



/* Classes */


/* IDs */

DIV#wrapper
{
	font-size: 1.2em; /*12px*/
	margin: 0 auto;
	clear: both;
	text-align: center;
	border-left: solid 1px #969384;
	/*border-top: solid 1px #969384;
	border-right: solid 1px #969384;*/
	background-image: url(../images/pattern.gif);
	background-repeat: repeat;
	width: 733px;
	voice-family: "\"}\"";   /*Box Model Hack*/
    voice-family:inherit;
	width: 732px;
}

DIV#header
{
	clear: both;
	margin: 0 auto;
	border-right: solid 1px #C0AC93;
	height: 132px;
	width: 702px;
	voice-family: "\"}\"";   /*Box Model Hack*/
    voice-family:inherit;
	width: 701px;
}

DIV#headertop
{
	background-color: Red;
	font-size: 0;
	height: 8px;
	width: 702px;
	background-image: url(../images/topstrip.jpg);
	background-repeat: repeat-y;
	background-position: left center;
}

DIV#logo
{
	float:left;
	height: 94px;
	width: 206px;
	border-right: solid 1px #C0AC93;
/*	background-position: right top;
	background-image: url(../images/logo.png);
	background-repeat: repeat;*/
}

DIV#headerbox
{
	float: left;
	height: 30px;
	border: solid 1px #DEDED2;
	width: 703px;
	voice-family: "\"}\"";   /*Box Model Hack*/
    voice-family:inherit;
    width: 701px;
}

HTML>BODY DIV#headerbox
{
	width: 701px;   /*Be nice to Opera*/
}

DIV#search { background-color : #5F5C49; float: left; width: 206px; height: 30px; }

#menulist { padding: 0 0 0 15px; background-color : #5E5B48; float: left; height: 30px; opacity: 0.75; filter:alpha(opacity=75); -moz-opacity:0.75; width: 494px; voice-family: "\"}\""; /*Box Model Hack*/ voice-family:inherit; width: 479px; }
html>body #menulist { width: 479px; /*Be nice to Opera*/ }

#subheader { float: left; padding: 0 0 0 220px; width: 730px; voice-family: "\"}\""; /*Box Model Hack*/ voice-family:inherit; width: 510px; }
html>body #subheader { width: 510px;   /*Be nice to Opera*/ }

#breadcrumb { padding: 4px 0 4px 15px; float: left; text-align: left; border-right: solid 1px #C0AC93; border-bottom: solid 1px #43402D; border-left: solid 1px #C0AC93; background-image: url(../images/pattern_broodkruimel.gif); background-repeat: repeat; height: 14px; width: 497px; voice-family: "\"}\""; /*Box Model Hack*/ voice-family:inherit; width: 480px;  /* actual value*/ }
html>body #breadcrumb { width: 480px;   /*Be nice to Opera*/ }

#pageContainer { clear: both; margin:0 auto; border-right: solid 1px #C0AC93; background-color : #807D6A; width: 701px; voice-family: "\"}\"";   /*Box Model Hack*/ voice-family:inherit; width: 702px; }

#tree { float: left; clear: both; border-top: solid 8px #902A25; background-color : #635C4A; background-image: url(../images/bkgtree.gif); background-repeat: repeat-y; background-position: left center; padding: 10px 0 0 0; text-align: right; height: 100%; min-height: 100%; width: 206px; }

#content { float: left; clear: both; margin: 10px 15px 0 25px; background-color : #807D6A; color: #FFF; height:100%; min-height: 100%; width:455px; text-align: left; 	overflow: visible; }

#footer { float: left; margin: 20px 0 0 0; }


