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

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

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

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

h1 { 
	font-size: 14pt;
	color: #fff;
	text-transform:uppercase;
}

h2 { 
	font-size: 12pt;
	color: #fff;
	font-weight: bold;
}

h3 { 
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
}

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

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

#automerken {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 980px;
	height: 46px;
	background-color: #474747;
	text-align: center;
}

#automerken img {
	margin: 0px 3px;
}

#menu {
	position: absolute;
	top: 326px;
	left: 0px;
	z-index: 2;
	width: 950px;
	height: 19px;
	padding: 10px 15px;
	background-color: #000;
}

#menu span, #menu a {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 11pt;
	text-transform: uppercase;
	text-decoration: none;
	color: #a9a9a9;
}

#menu a:hover, #menu span.active a {
	font-weight: normal;
	color: #599dde;
	text-decoration: underline;
}

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

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

#main {
	position: absolute;
	top: 365px;
	left: 0px;
	width: 980px;
	background-image: url(../../images/structure/main_bg.jpg);
	background-repeat: no-repeat;
	background-color: #474747;
}

#content {
	width: 950px;
	padding: 15px;
}

#rss {
	width: 980px;
	background-color: #000;
}

#rss .item {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 153px;
	padding: 15px 15px 15px 158px;
	font-size: 7.5pt;
}

#rss .item a {
	font-size: 9pt;
	color: #599dde;
	text-decoration: none;
}

#rss .item img {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 128px;
	height: auto;
}

#naw {
	position: relative;
	top: 0;
	left: 0;
	width: 950px;
	height: 44px;
	padding: 15px;
	background-color: #474747;
	text-align: right;
}

#branchelogos {
	position: absolute;
	top: 20px;
	left: 20px;
}

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

#marquee {
	position: absolute;
	top: 370px;
	left: 0px;
	width: 980px;
	z-index: 1;
}

div.marquee span {
	color: #ffffff;
	font-size: 9pt;
}

#marquee span.marquee { 
	visibility: hidden;
}

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


