html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../../images/structure/bg.jpg);
	background-repeat: repeat-x;
	background-color: #c2c1c1;
	color: #000000;
}

table {
	border-spacing: 0;
}

tr {
	vertical-align: top;
}

img {
	border: 0px;
}

td,th, div, span, p, h1, h2, h3 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 9pt;
	color: #000000;
}

a:link, a:visited {
	text-decoration: none;
	color: #680c0c;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

h1 { 
	margin-top: 0px;
	font-size: 15pt;
	color: #680c0c;
	text-transform:uppercase;
}

h2 { 
	font-size: 13pt;
	color: #000000;
	font-weight: bold;
}

h3 { 
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}

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

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

#menu {
	position: absolute;
	top: 184px;
	left: 0px;
	z-index: 1;
	width: 980px;
	background-image: url(../../images/structure/menu_bg.jpg);
	background-repeat: repeat-x;
}

#menu span.item, #menu img {
	float: left;
}

#menu span.item {
	margin-left: 15px;
}

#menu span.item:first-child {
	margin-left: 2px;
}

#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: 230px;
	left: 0px;
	width: 980px;
	height: 294px;
	overflow: hidden;
	z-index: 0;
}

#marquee {
	position: absolute;
	top: 547px;
	left: 0px;
	width: 980px;
	height: 23px;
}

div.marquee span {
	text-transform: uppercase;
	color: #680c0c;
	font-size: 12pt;
	font-weight: bold;
}

#marquee span.marquee { 
	visibility: hidden;
}

#main {
	position: absolute;
	top: 590px;
	left: 0px;
}

#content, #footer, div.box {
	border: 1px solid #333333;
	background-color: #c2c1c1;
}

#content p {
	margin: 0;
	padding: 0;
}

#content, #footer {
	clear: both;
	width: 948px;
	padding: 15px;
}

#footer {
	margin-top: 20px;
	padding: 37px 15px 20px;
}

#footer img {
	margin-right: 20px;
}

#footer span.right {
	float: right;
}

#footer #youtube {
	margin-right: 10px;
}

#footer #naw {
	margin-right: 0px;
}

div.column {
	float: left;
	width: 300px;
	margin-bottom: 20px;
}

div.column+div.column {
	margin-left: 40px;
}

div.box {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 64px 10px 10px;
	margin-bottom: 10px;
}

div.box img.header {
	position: absolute;
	top: -1px;
	left: -1px;
}

div.box .title {
	display: block;
	color: #680c0c;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
}

.center {
	text-align: center;
}

div.column .actie {
	height: 146px;
	overflow: hidden;
	font-weight: bold;
}

div.column .actie img.thumb {
	float: left;
	margin: 0px 10px 10px 0px;
	width: 100px;
	height: auto;
}

div.column .contact {
	padding: 79px 15px 25px;
	height: 285px;
}

div.column .contact img {
	margin-bottom: 15px;
}

div.column .rss {
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 103px;
	min-height: 82px;
	height: 82px;
	height: auto;
	line-height: 14px;
}

.rss .item {
	height: 68px;
	overflow: hidden;
}

.rss strong {
	color: #680c0c;
}

.rss img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 92px;
	height: auto;
}

.rss a {
	color: #0d84b6;
}

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


