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

/* ////////////////////-----STANDAARD OPMAAK-----\\\\\\\\\\\\\\\\\\\\\ */

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: #fff;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
	
h1 { 
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
h2 { 
	font-size: 15px;
	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:960px;
}

div#wrapper_intro {
	position: relative;
	margin: 120px auto;
	width:694px;
}
div#wrapper_intro div#content {
	background-color: #000;	
}
div#wrapper_intro div#content div#button {
	float: left;	
}
div#wrapper_intro div#content div#slide_intro {
	float: left;
}
div#wrapper_intro div#adres {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	line-height: 26px;
	padding-top: 20px;
}
div#wrapper_intro div#adres span.telefoon {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}

div#header {
	width: 960px;
	height: 164px;
	border-bottom: 1px solid #5f5f5f;
}
div#header div#logo {
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 2;
}
div#header div#topslideshow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


div#midden {
	width: 960px;
	background: url('../../images/structure/bg_wrapper.jpg') repeat-y;
}
div#midden div#left {
	width: 199px;
	float: left;
}
div#midden div#left div#menu ul{
	margin: 0;
	padding: 0;
}
div#midden div#left div#menu li{
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
}
div#midden div#left div#menu div.submenu a{
	padding-left: 15px;
	text-decoration: none;
	display: block;
	padding-bottom: 6px;
}
div#midden div#left div#menu div.submenu a:hover{
	font-weight: bold;
}


div#midden div#content {
	float: left;
	width: 701px;
	
	padding: 20px 30px 20px 30px;
	
	min-height: 450px;
	height: auto !important;
	height: 450px;
}
div#midden div#content div#marquee {
	width: 100%;
}
div#midden div#content div#marquee .marquee span{
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
}
div#midden div#content div#maquee span.marquee { 
	visibility: hidden;
}



div#bottom {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	width: 960px;
	border-top: 1px solid #5f5f5f;
}


/* =========== 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) : "") ) : "");
}


