*{ margin: 0; padding: 0; }*
body { 
/* background-image:url(/images/goedvoorbarneveld-bg.jpg);
background-repeat: repeat-x; */
font:10pt/12pt Arial, Helvetica, sans-serif;
color:blue;
}

#header {
background: transparent;
height: 75px;
}

#menu {
/* background-image:url(/images/menubg.png);
background-repeat: no-repeat;
height: auto; */

/*border-bottom: blue ridge 4px; */
}

#container
{
	position: relative;
	width: 1000px; 
	background-color: #fff;
/*	border-right: 28px solid #cbc8b5;
	border-left: 28px solid #cbc8b5;
	border-bottom: 20px solid #cbc8b5;
*/
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}


#wrap {
position: relative;
min-height: 600px;
}

#left { position: relative;
float: left; width: 135px; padding: 0px; border: 0px dotted #FF8B1E;
display: table;

font:9pt/11pt Arial, Helvetica, sans-serif;
color:blue;
}

#right { 
position: relative;
top:0px;
left:77px;
padding-top:5px;
width: 875px; 
overflow:auto;
border: blue solid 0px; 
min-height:  600px;

}


#footer
{
position: relative;
padding-bottom: 4px;
clear: both;
margin: 0;
padding: 5px;
color: blue;
text-align: right;
border-top: blue ridge 1px;
}


a.link {
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	line-height: 20px;
	color: #00325c;	
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial;
}

a.link:hover {
	padding-left: 0px;
	padding-right: 0px;
	text-transform: none;
	line-height: 20px;
	color: #ff0000;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial;
}

.bgtable {
	background-image:url(/images/hr.png);
	background-repeat: no-repeat;

}
