html, body {
	margin:0;
	width:100%;
}
body {
	background:url('../../images/structure/bg.jpg') repeat-x;
	background-color:#820606;
}

/* ////////////////////-----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: #000000;
}
a:link, a:visited {
	text-decoration: underline;
	color: #820606;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #820606;
}
	
h1 { 
	font-size: 13px;
	color: #820606;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #820606;
	margin: 0;
}
h2 { 
	font-size: 14px;
	color: #820606;
	font-weight: bold;
	margin: 0;
}
h3 { 
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.clear {
	clear: both;
}

/* ////////////////////----------\\\\\\\\\\\\\\\\\\\\\ */

div#wrapper{
	position: relative;
	margin: 0 auto;
	width:970px;
	background: url('../../images/structure/bg_wrapper.jpg') repeat-y;
}
div#header {
	width: 970px;
	height: 250px;
	background: url('../../images/structure/top.jpg') no-repeat;

}
div#header div#logo {
	position: absolute;
	top: 0px;
	left: -20px;
	z-index: 2;
}
div#header div#adres {
	position: absolute;
	top: 155px;
	left: 35px;
	color: #464646;
	line-height: 20px;
}
div#header div#slideshow_top{
	position:absolute;
	top: 29px;
	left: 225px;
	z-index: 1;
}
div#header div#branche_logos {
	position: absolute;
	top: 185px;
	left: 760px;
	z-index: 2;
}
div#header div#topmenu {
	position: absolute;
	top: 205px;
	left: 485px;
	z-index: 2;
	color: #525252;
	font-size: 18px;
}
div#header div#topmenu a {
	color: #525252;
	text-decoration: none;
	font-size: 14px;
}
div#marquee{
	width:950px;
	height:23px;
	margin-left: 10px;
	margin-right: 10px;
	background:url('../../images/structure/bg_marquee.jpg') repeat-x;
	color: #fff;
	font-size: 13px;
}
div#marquee span {
	color: #fff;
	padding-top: 3px;
}
div#shadow {
	position: absolute;
	top: 273px;
	left: 10px;
	z-index: 10;
}

div#midden {
	width: 950px;
	margin-left: 10px;
	margin-right: 10px;
	background: url('../../images/structure/bg_midden.jpg') repeat-y;
}
div#midden div#left {
	float: left;
	width: 204px;
}
div#midden div#left div#aktie_button {
	margin: 10px;
}
div#midden div#left div#aktie_button div#aktie_txt {
	background-color: #e6e6e6;
	padding: 10px;
}
div#midden div#left div#menu {
	
}
div#midden div#content_default {
	float: left;
	width: 746px;
}
div#midden div#content_home {
	float: left;
	width: 500px;
}
div#midden div#submenu {
	background-color: #f9f9f9;
	height: 23px;
	padding: 7px 0 0 10px;
	color: #525252;
	font-size: 11px;
}
div#midden div#submenu a,
div#midden div#submenu a:hover,
div#midden div#submenu a:visited {
	color: #525252;
	text-decoration: none;
	font-weight: normal;
}
div#midden div#content_default div#main,
div#midden div#content_home div#main {
	padding: 20px;
}

div#midden div#right {
	float: left;
	width: 236px;
	margin-right: 10px;
}
div#midden div#right div#rss {
	padding: 10px;
	font-size: 10px;
	background-color: #e6e6e6;
	border-right: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
} 
div#midden div#right div#rss a,
div#midden div#right div#rss a:hover,
div#midden div#right div#rss a:visited {
	color: #404040;
	text-decoration: none;
	font-weight: normal;
}

div#midden div#right div#rss img {
	width: 214px;
}


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



