html, body {
	margin:0;
	width:100%;
}
body {
	background-color:#1a4b97;

}
/* ////////////////////-----STANDAARD OPMAAK-----\\\\\\\\\\\\\\\\\\\\\ */

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: 12px;
	line-height: 18px;
	color: #000000;
}
a:link, a:visited {
	text-decoration: underline;
	color: #1A4B97;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #1A4B97;
}
	
h1 { 
	font-size: 24px;
	color: #1A4B97;
	font-weight: bold;
}
h2 { 
	font-size: 16px;
	color: #1A4B97;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

/* ////////////////////-----SITE CONTENT-----\\\\\\\\\\\\\\\\\\\\\ */
.clear {
	clear: both;
}
#wrapper{
	position: relative;
	margin: 0 auto;
	width: 960px;
	background-image:url(../../images/structure/bg_wrapper.jpg);
	background-repeat:repeat-y;
}
#logo {
	position: absolute;
	top: 38px;
	left: 350px;
}
#top {
	height: 209px;
}
#adres{
	position: absolute;
	top: 38px;
	right: 50px;
	text-align: right;
	font-size:12px;
	color:#FFFFFF;

}
div#aktiebutton {
	padding: 20px 0 0 25px;
}
#marquee {
	position: absolute;
	top: 0px;
	left: 0;
	width: 955px;
	font-weight:bold;
}
.marquee span{
	color:#ffffff;
	font-size: 15px;
}
.marquee { 
	visibility: hidden;
} 
div#left {
	float: left;
	width: 182px;
}
div#menu {
	width: 169px;
	margin-left: 13px;
}
div#menu img {
	margin-bottom: 2px;
}
div#logotjes {
	padding-top: 20px;
	padding-left: 35px;
}
div#content{
	background-image: url(../../images/structure/bg_mid.jpg);
	background-repeat: no-repeat;

	float:left;
	width: 708px;
	
	padding: 10px 40px 0 30px;
	
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
div#bottom {

	background-image:url(../../images/structure/bottom.jpg);
	background-repeat:no-repeat;
	
	width:960px;
	height: 48px;
	padding-top: 40px;
	
	color:#fff;
	font-size:11px;
	text-align: center;
}
div#bottom a {
	color: #fff;
	text-decoration: none;
}

div#submenu {
	position: absolute;
	top: 182px;
	left: 220px;
	color: #fff;
}
div#submenu a {
	color: #fff;
	text-decoration: none;
}

