/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color:#B2B2B2;
	color: #3F3F3F;
	background-image: url(../../images/structure/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
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: 11px;
	line-height: 17px;
	color: #3F3F3F; /* donker grijs */
}
a:link, a:visited {
	text-decoration: underline;
	color: #04591A; /* groen */
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #04591A;
}
h1 { 
	font-size: 17px;
	color: #3F3F3F;
	font-weight: normal;
}
h2 { 
	font-size: 15px;
	color: #3F3F3F;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	color: #04591A;
	font-weight: bold;
}

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 984px;	
	background-color: #ffffff;
}
#top {
	background-image: url(../../images/structure/top.jpg);
	background-repeat: no-repeat;
	width: 984px;
	height: 316px; 
}
#logo {
	position: absolute;
	top: 19px;
	left: 27px;
}
#topmenu {
	position: absolute;
	top: 0;
	right: 26px;
}
#hoofdmenu {
	position: absolute;
	top: 174px;
	left: 280px;
}
#aanmelden_nieuwsbrief {
	position: absolute;
	top: 58px;
	left: 625px;
}

#midden {
	width: 984px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#submenu {
	width: 246px;
	padding: 20px 0 0 38px;
}
.arrow_submenu {
	color: #9EC33E;
	font-size: 19px;
	
}
a.submenu {
/*	color: #B2B2B2; */
	color: #222222;
	font-size: 14px;
	text-decoration: none;
	line-height: 23px;
	letter-spacing: 0.1em;
}
#downloads {
	margin-top: 40px;
	margin-left: -29px;
}
#content {
	width: 685px;
	padding: 0 35px 20px 0;
}

#bottom {
	position: relative;
	top: 0;
	left: 0;
	width: 959px;
	height: 90px;
	background-color: #D8D8D8;
	padding-left: 25px;
	border-top: 2px solid #B2B2B2;
}

#marquee {
	position: absolute;
	top: 0;
	left: 165px;
	width: 819px;
	height: 90px;
	white-space: nowrap;
 	overflow: hidden;
}

#marquee img {
	vertical-align: middle;
	padding: 1em;
}

#bottom .header {
	padding-top: 15px;
	vertical-align: top;
}

#aftiteling {
	width: 984px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #ffffff;
	background-color: #B2B2B2;
}
#aftiteling a, #aftiteling a:active, #aftiteling a:hover, #aftiteling a:visited {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-weight: normal;
}



.table_nieuws {
	width: 100%;
}
.heading_nieuws {
	font-size: 17px;
	color: #3F3F3F;
	font-weight: normal;
	margin-bottom: 0px;
	padding-top: 15px;
	border-bottom: 1px solid #999898;
}
a.leesmeer_nieuws {
	color: #999898;
	text-decoration: none;
}



#fotogallery {
	background-image: url(../../images/structure/bg_fotogallery.jpg);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	width: 670px;
}
#table_fotogallery tr { 
	vertical-align: bottom;
	text-align: right;
}
#table_fotogallery td {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 15px;
}
.thumb_fotogallery {
	border: 2px solid white;
}
#thumb_fotogallery img {
	border-right: 1px solid #B1B1B1;
	border-bottom: 1px solid #B1B1B1;
}
#vergrootglas {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}


#body_fotomodule {
	background-color: #000000;
	/* moet nog transparantie in!! */
}



.table_form td {
	vertical-align: middle;
}
.key_form {
	width: 150px;
}
.textarea_form {
	width: 280px;
	height: 60px;
	border: 1px solid #B1B1B1; 
}
.value_form {
	width: 280px;
}
.input_form {
	border: 1px solid #B1B1B1;
	width: 280px;
	height: 17px;
}


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


