html, body {
	margin:0;
	width:100%;
}
body {
	background-color:#34933f;
}
body.intro {
	background-color: #000;
}

body.site {
	background-image: url('../../images/structure/bg_wrapper.gif');
	background-repeat: repeat-y;
	background-position: center;
}
/* ////////////////////-----STANDAARD OPMAAK-----\\\\\\\\\\\\\\\\\\\\\ */

table {
	border-spacing: 0;
}
tr {
	vertical-align: top;
}
img {
	border: 0px;
}

td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #515152;
}
a:link, a:visited {
	text-decoration: underline;
	color: #34933f;
}
a:hover {
	text-decoration: underline;
	color: #34933f;
}
	
h1 { 
	font-size: 40px;
	color: #000;
	font-weight: normal;
	line-height:40px;
}
h2 { 
	font-size: 15px;
	color: #000;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	color: #34933f;
	font-weight: bold;
}
.clear {
	clear: both;
}

.page_nav  {
text-align:center;
}
td.page_nav {
text-align:right;
}
.page_nav a {

padding:3px;
text-decoration:underline;
}
.page_nav a.current {
border:1px solid #959595;
text-decoration:none;
}
.page_nav a.previous {
float:left;
}
.page_nav a.next {
float:right;
}
/* ////////////////////----------\\\\\\\\\\\\\\\\\\\\\ */

div#wrapper{
	position: relative;
	margin: 0 auto;
	width:970px;


}

div#wrapper_intro{
	position: relative;
	margin: 0 auto;
	width:970px;
}
div#wrapper_intro div#logo {
	position: absolute;
	top: 43px;
	left: 0;
}
div#wrapper_intro div#menu {
	padding-top: 140px;
	width: 630px;
	margin: 0 auto;
}
div#header {
	width: 970px;
	height: 117px;
}
div#header div#logo {
	float: left;
	padding: 24px 0 0 59px;
	width: 186px;
}
div#header div#submenu {
	float: left;
	width: 597px;
	padding-left: 42px;
	padding-top: 77px;
}
div#header div#submenu ul {
	margin: 0;
	padding: 0;
}
div#header div#submenu li {
	padding: 0;
	float: left;
	padding-right: 20px;
	list-style: none;

}
div#header div#submenu li a{
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding-left: 15px;
}
div#header div#submenu li a:active,
div#header div#submenu li a:hover  {
	color: #7d7e82;
	background: left no-repeat url('../../images/structure/stroke_submenu.gif');
	font-weight: bold;
	text-decoration: none;
}
div#header div#branche_logo {
	position: absolute;
	top: 22px;
	right: 30px;
}
div#midden {
	width: 970px;
}
div#midden div#left {
	width: 245px;
	float: left;
}
div#midden div#left div#menu {
	padding-bottom: 30px;
}
div#midden div#content {
	float: left;
	width: 669px;
	padding: 0 0 20px 56px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}



/* =========== KEEP THIS LAST, OTHERWISE WEBKIT BASED BROWSERS WILL FAIL */
img.fixable
{
      filter:expression( typeof XMLHttpRequest == "undefined" ? ( (typeof this.src == "string" && this.src.match(".png") == ".png" ? this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')" + (this.src="/images/spacer.gif").substr(0,0) : "") ) : "");
}



