/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/structure/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #000000;
}
table {
	border-spacing: 0;
}

tr {
	vertical-align: top;
}

img {
	border: 0;	
}

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: #000000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #0027a8;
}
h1 { 
	font-size: 18px;
	color: #000000;
	text-transform:uppercase;
}
h2 { 
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

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

#content {
	position: absolute;
	top: 289px;
	left: 0px;
	
	width: 732px;
	min-height: 291px;
	height: auto !important;
	height: 291px;
	
	margin: 0px;
	padding: 14px 37px 24px 192px;
	
	background-image: url(../../images/structure/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	
	z-index: 0;
}

#bottom {
	position: absolute;
	left: 0px;
	bottom: -61px;
}

#menu {
	position: absolute;
	top: 289px;
	left: 9px;
	z-index: 1;
}

#marquee {
	position: absolute;
	top: 251px;
	left: 0px;

	color: #0027a8;
	font-weight: bold;	
	text-transform: uppercase;
	
	width: 960px;
	height: 38px;
	line-height: 38px;
	z-index: 1;
}

#submenu {
	position: absolute;
	top: 251px;
	left: 179px;
	text-transform: uppercase;
	width: 770px;
	height: 38px;
	line-height: 38px;
	z-index: 2;
}

#submenu a {
	padding: 0px 12px;
	background-color: #ffffff;
	text-decoration: none;
}

#actie {
	position: absolute;
	top: 113px;
	left: 23px;
	width: 209px;
	height: 115px;
	padding-bottom: 23px;
}

#actie_kop {
	margin-bottom: 5px;
}

#actie strong {
	color: #0027a8;
}

#lees_verder {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#logos {
	position: absolute;
	top: 29px;
	right: 29px;
}

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