html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../../images/structure/bg.jpg);
	background-repeat: repeat-x;
	background-color: #5DA008;
	color: #000000;
}
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: 11px;
	line-height: 17px;
	color: #000000;
}
a:link, a:active, a:hover, a:visited {
	text-decoration: underline;
	color: #FF0000;
}

h1, h1 a:link, h1 a:active, h1 a:hover, h1 a:visited { 
	font-size: 15px;
	color: #9D9797;
	font-weight: normal;
	
}
h1:first-letter, h2:first-letter, h3:first-letter {
	text-transform: uppercase;
}
h2, h2 a:link, h2 a:active, h2 a:hover, h2 a:visited { 
	font-size: 14px;
	color: red;
	font-weight: bold;
}
h3, h3 a:link, h3 a:active, h3 a:hover, h3 a:visited { 
	font-size: 13px;
	color: #9D9797;
	font-weight: bold;
	margin-bottom: 0px;
}

#wrapper {
	position: relative;
	width: 996px;
	margin: 22px auto;
	background-image: url(../../images/structure/bg_wrapper.jpg);
	background-repeat: repeat-y;
}

#top{
	height: 225px;
	width: 996px;

}


#midden {
	background-image: url(../../images/structure/bg_mid_verloop.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 996px;
}


#content { 
	padding: 20px;
}
#main {
	min-height: 430px;
	height: auto !important;
	height: 430px;

}

#bottom {
	background-image: url(../../images/structure/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-color: #5da008;
	text-align: center;
	padding-top: 15px;
}
#bottom_links {
	color: #ffffff;
}
#bottom_links a, #bottom_linkd a:active, #bottom_links a:hover, #bottom_links a:visited {
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
#bottom_logos {
	padding-top: 10px;
	width:996px;
	height:80px;
}
#bottom_logos img{
	padding-right: 15px;
}




.italic {
	font-style: italic;
}

