html, body {
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;
	border: 0px;

	background-color: #fff;
	color: #000;
}

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: 9pt;
	color: #000;
}

a:link, a:visited {
	text-decoration: underline;
	color: #e3001b;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #0868af;
}

h1 { 
	font-size: 18px;
	color: #0868af;
	text-transform:uppercase;
}

h2 { 
	font-size: 16px;
	color: #0868af;
	font-weight: bold;
}

h3 { 
	font-size: 14px;
	color: #0868af;
	font-weight: bold;
}

#top_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 247px;
	z-index: 0;
	background-image: url(../../images/structure/top_bg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	z-index: 1;
}

#topslide {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 1;
	width: 960px;
	height: 210px;
	overflow: hidden;
}

#top_left {
	position: absolute;
	top: 0;
	left: -25px;
	z-index: 1;
}

#top_right {
	position: absolute;
	top: 0;
	right: -25px;
	z-index: 1;
}

#bottom_left {
	margin: 0 !important;
	position: absolute;
	top: -7px;
	left: -25px;
	z-index: 1;
}

#bottom_right {
	margin: 0 !important;
	position: absolute;
	top: -7px;
	right: -25px;
	z-index: 1;
}

#autocrew {
	position: absolute;
	top: 10px;
	left: 59px;
	z-index: 2;
}

#bosch {
	position: absolute;
	top: 79px;
	left: 80px;
	z-index: 2;
}

#naw {
	position: absolute;
	top: 26px;
	left: 0;
	z-index: 2;
	font-size: 12pt;
	font-weight: bold;
	line-height: 20pt;
}

#naw a {
	font-size: 32pt;
	color: #0653b3;
	font-weight: normal;
	line-height: 26pt;
	text-decoration: none;
}

#actie {
	position: absolute;
	top: 30px;
	right: 78px;
	z-index: 2;
}

#marquee {
	position: absolute;
	top: 182px;
	left: 0px;
	width: 960px;
	height: 30px;
	z-index: 3;
}

div.marquee span {
	color: #fff;
	font-size: 13pt;
}

#marquee span.marquee { 
	visibility: hidden;
}

#menu {
	position: absolute;
	top: 221px;
	left: 0px;
	width: 960px;
	z-index: 3;
	text-align: center;
}

#menu a img {
	border: 0;
	margin-right: 20px;
}

#menu span.item img.hover, #menu span.item:hover img.nohover, #menu span.item.active img.nohover {
	display: none;
}

#menu span.item:hover img.hover, #menu span.item.active img.hover {
	display: inline;
}

#main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	height: 100%;
	height: auto;
	background-image: url(../../images/structure/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#content {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	width: 929px;
	padding: 289px 15px 70px;
	margin: 0 auto;
	background-image: url(../../images/structure/top.jpg);
	background-repeat: no-repeat;
}

#content_left {
	float: left;
	width: 680px;
}

#rss {
	float: right;
	width: 218px;
	padding: 0 20px;
	background-image: url(../../images/structure/nieuws_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#rss .item {
	padding: 10px 0;
	border-bottom: 1px dotted #fff;
}

#rss a:link, #rss a:visited {
	color: #0653b3;
	text-decoration: none;
}

#rss a:hover {
	text-decoration: underline;
}

#rss .item img {
	float: left;
	width: 100px;
	margin: 0 5px 5px 0;
}

#footer_wrapper {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 37px;
	background-image: url(../../images/structure/bottom_bg.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
}

#footer {
	position: relative;
	top: 7px;
	left: 0;
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#footer, #footer a {
	font-size: 9pt;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer img.left {
	margin-left: 56px;
	float: left;
}

#footer img.right {
	margin-right: 56px;
	float: right;
}

#right_col {
	float: right;
	width: 244px;
}

#right_col .kader {
	width: 182px;
	min-height: 136px;
	height: 136px;
	height: auto;
	padding: 27px 31px;
	background-image: url(../../images/structure/kader.jpg);
	background-repeat: no-repeat;
}

#right_col h4 {
	margin: 0 0 0.5em;
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #0868af;
}

.separator {
	color: #fff;
	margin: 0 10px;
}

.rss_item {
	clear: both;
	margin-bottom: 1em;
}

.rss_item h3 {
	margin-bottom: 0;
}

.rss_item img {
	width: 150px;
	float: left;
	margin: 0 0.5em 0 0;
}

/* =========== KEEP THIS LAST, OTHERWISE WEBKIT BASED BROWSERS WILL FAIL */
img
{
      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) : "") ) : "");
}


