html, body {
	width: 100%;
	margin: 0px;

	background-color: #8D8D8D;
	background-image: url(../../images/structure/bg.jpg);
	background-repeat: repeat-x;
}

table {
	border-spacing: 0;
}
tr {
	vertical-align: top;
}
img {
	border: 0px;
}
td,th, div, span, p, h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
a:link, a:visited {
	text-decoration: underline;
	color: #FF1800;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF1800;
}
h1 { 
	font-size: 18px;
	color: #FF1800;
	text-transform:uppercase;
	margin: 0 0 15px 0;
}
h2 { 
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.clear {
	clear: both;
}
div#wrapper {
	position: relative;
	margin: 0  auto;
	width: 959px;
}
div#top {
	width: 959px;
	height: 196px;
	background-image: url(../../images/structure/top.jpg);
	background-repeat: no-repeat;
}
div#menu {
	width: 185px;
	float: left;
}
div#logotjes {
	/* background-image: url(../../images/structure/bg_logotjes.jpg); */
	background-repeat: no-repeat;
	background-color: #A7A4A4;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 185px;
	text-align: center;
	/* height: 100px; */
}
div#logotjes img {
	width: 80px;
	background-color: #dcdbdb;
	padding: 2px 38px;
}
div#logo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 200px;
	height: 150px;
}
div#midden {
	width: 959px;
}

div#adres {
	background-image: url(../../images/structure/bg_adres.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 752px; 
	padding: 5px 10px 0 0;
	text-align: right;
	font-size: 13px;
	color: #fff;
}
div#content {
	float: left;
	width: 762px;
}
div#main {
	min-height: 430px;
	height: auto !important;
	height: 430px;
	padding: 20px;
	/* background-image: url(../../images/structure/bg_mid.jpg); */
	background-repeat: no-repeat;
	background-color: #7E7E7E;
}
div#tussen {
	float: left;
}
div#bottom {
	background-image: url(../../images/structure/bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 762px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding-top: 2px;
}
div#bottom a {
	color: #fff;
	text-decoration: underline;
}
div#submenu a, div#submenu a:hover, div#submenu a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
	padding-left: 8px;
	
}
div#marquee {

}
.marquee span{
	color:#fff;
	font-size: 14px;
	font-weight: bold;
}
.marquee { 
	visibility: hidden;
} 

