html, body {
	width: 100%;
	margin: 0px;
	color: #000000;
	background-color:#d1d1d0;
}

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: 18px;
	color: #000000;
}
a:link, a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

h1 { 
	font-size: 18px;
	color: #000000;
	text-transform:uppercase;
}
h2 { 
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

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

}


/*Custom content*/


.header
{
	background-image:url(../../images/structure/heading.gif);
	background-repeat:no-repeat;
	width:987px;
	height:144px;
}
#logo {
	position: absolute;
	top: 10px;
	left: 30px;
	width: 450px;
	height: 120px;
}

.slide
{
	width:483px;
	height:144px;
	position:absolute;
	top:0;
	right:0;
}

.navbar
{
	width: 987px;
	height: 125px;
}
.navbar img 
{
	vertical-align:top;
}



.midden
{
	width:987px;
}

.left_content
{
	width:161px;
}
.content 
{
	background-image:url(../../images/structure/cont_bg.jpg);
	background-repeat:no-repeat;
	width: 826px;
}

.sub_nav {
	width:816px;
	height:19px;
	background-image:url(../../images/structure/subnav_bg.jpg);
	background-repeat:repeat-x;
	padding:5px;
}
a.submenu {
	text-decoration:none;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:13px;
}

a.submenu:hover {
	color:#878787;
}

.main {
	min-height: 350px;
	height: auto !important;
	height: 350px;
	padding: 20px;
}

.footer
{
	background-image:url(../../images/structure/footer.jpg);
	background-repeat:no-repeat;
	width:987px;
	height:34px;
}

.adres
{
	position:absolute;
	top:290px;
	left:20px; 
	width:125px;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:14px;
}

.logos
{
	position:absolute;
	left:20px;
	top:380px;
	width:120;
}

.logos img
{
	margin:6px;
}

/*Einde custom content*/


#marquee {
	width: 100%;
}
.marquee span{
	text-transform: uppercase;
	color:#000;
	font-size: 14px;
}

