html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #094485;
	color: #fff;
}

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: 8pt;
	color: #000000;
}

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

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

h1, h3, h3 {
	margin-top: 0;
	color: #042b76;
}

h1 { 
	font-size: 14pt;
	font-weight: normal;
}

h2 { 
	font-size: 12pt;
}

h3 { 
	font-size: 11pt;
}

.title {
	color: #042b76;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

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

#logo {
	position: absolute;
	top: 45px;
	left: 40px;
	z-index: 1;
}

#logos {
	position: absolute;
	top: 61px;
	right: 60px;
	z-index: 1;
}

#logos img {
	margin-left: 26px;
}

#menu {
	position: absolute;
	top: 182px;
	left: 0px;
	z-index: 1;
	width: 980px;
	height: 44px;
	text-align: center;
}

#menu span, #menu a {
	text-decoration: none;
}

#menu a img {
        border: 0;
		margin: 0px 18px;
}

#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;
}

#topslide {
	position: absolute;
	top: 226px;
	left: 0px;
	z-index: 0;
	width: 980px;
	height: 216px;
	overflow: hidden;
}

#marquee {
	position: absolute;
	top: 444px;
	left: 0px;
	width: 980px;
}

div.marquee span {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
}

#marquee span.marquee { 
	visibility: hidden;
}

#main {
	position: absolute;
	top: 462px;
	left: 0px;
	z-index: 0;
	width: 980px;
}

#content_wrapper {
	position: relative;
	top: 0;
	left: 0;
	background-color: #fff;
	padding: 15px 20px;
}

#content.homepage {
	margin-bottom: 180px;
}

#homepage_footer {
	position: absolute;
	bottom: 15px;
	right: 10px;
	width: 760px;
}

#links {
	float: left;
	width: 166px;
	margin-right: 25px;
}

#aktie {
	position: relative;
	top: 0;
	left: 0;
	width: 306px;
	min-height: 150px;
	height: 150px;
	height: auto;
	padding: 10px 15px;
	border: 1px solid #000;
}

#aktie img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

img#autohopper {
	float: right;
}

#naw {
	position: relative;
	top: 0;
	left: 0;
	width: 136px;
	padding: 10px 15px;
	border: 1px solid #000;
}

#content {
	float: left;
	width: 745px;
}

#footer {
	margin: 20px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 980px;
	background-image: url(../../images/structure/bg_bottom.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#social {
	position: absolute;
	top: 0px;
	left: 34px;
	padding-top: 59px;
	z-index: 0;
}

#social img {
	margin-right: 5px;
}

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

#rss {
	position: absolute;
	top: 0px;
	left: 281px;
}

#rss .item {
	float: left;
	margin-right: 50px;
	width: 200px;
}

#rss .item, #rss .item span, #rss .item a {
	color: #042b76;
	
}

#rss .item span {
	display: block;
	margin-top: 1em;
	font-style: italic;
}

#web1on1 {
	position: relative;
	float: right;
	margin: 10px 10px 0px;
	width: 168px;
	min-height: 150px;
}

#web1on1 .cb_title {
	color: #042b76;
}

#web1on1 a.cb_chatbutton, #web1on1 a.cb_chatbutton:hover {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	background: none;
	background-color: #042b76;
}

#social_rss {
	position: absolute;
	top: 50%;
	margin-top: -30%;
	left: -782px;
	width: 790px;
}

.rounded_corners, .w1_container {
	behavior: url(/inc/PIE.htc);
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* KHTML browsers */
	border-radius: 10px; /* CSS3 */
}

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


