/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color:#FCFCFF;
	color: #000000;
	background-image: url(../../images/structure/bg.jpg);
	background-repeat: repeat-x;
}
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: #314a82;
}
a:hover {
	text-decoration: underline;
	color: #314a82;
}
h1 { 
	font-size: 18px;
	color: #314a82;
	text-transform:uppercase;
}
h2 { 
	font-size: 16px;
	color: #314a82;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;	
}
#top {
	height: 226px;
	background-image: url(../../images/structure/top.jpg);
	background-repeat: no-repeat;
}
#link_logo {
	position: absolute;
	top: 0;
	left:0;
	width: 400px;
	height: 120px;
}
#slide_top {
	position: absolute;
	top: 0;
	right: 0;
}
#adres {
	position: absolute;
	top: 120px;
	left: 30px;
	width: 650px;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #7c94c2;
}
#marquee {
	position: absolute;
	top: 147px;
	left:0;
	width:650px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#midden {
	width: 960px;
}
#menu {
	background-image: url(../../images/structure/bg_menu.jpg);
	background-repeat: repeat-y;
}
#submenu {
	position: absolute;
	top: 200px;
	left: 200px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
.submenu a {
	background-color: #7c94c2;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 5px;
	padding: 3px 6px 4px 6px;

}
.submenu a:hover {
	color: #324b81;
	text-decoration: none;
}
#content {
	background-image: url(../../images/structure/bg_mid.jpg);
	background-repeat: no-repeat;
	width: 780px;
}
#main {
	padding: 5px 20px 10px 20px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#actie {
	padding-left: 20px;
}
