*
{
  padding: 0px;
  margin: 0px;
  border: none;
  outline: none;
}

html, body {
height: 100%;
width: 100%;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	background: url('/images/footer-bg.gif') center 0px repeat-y;
	line-height: 18px;
}

#body-bg-x {
background: url('/images/body-bg.gif') repeat-x 0px 0px #d6e2e9;
width: 100%;
}

div#container
{
	width: 981px;
	margin: 0px auto 0px auto;
	padding-left: 0px;
	background: url('/images/main-bg-repeat.gif') repeat-y 00px 0px;
}

	/* ALLEEN ALS SKYSCRAPER WORDT GETOOND */
	div#container {
	padding-left: 135px;
	background: url('/images/main-bg-repeat.gif') repeat-y 135px 0px;
	}
 
	
	.ad-skyscraper {
	position: absolute;
	margin-left: -135px;
	height: 600px;
	margin-top: 10px;
	/*background: red;*/
	width: 120px;
	}
	
	/* EINDE SKYSCRAPER */

div#wrapper
{
	width: 981px;
	margin: 0px auto 0px auto;
	background: url('/images/main-bg.gif') no-repeat 0px 0px;
	min-height: 750px;
	height: auto !important;
	height: 750px;
	display: table;
}

/* HEADER */
div#header
{
	height: 195px;
	width: 981px;	
}
	#header-content /* beheerbare afbeelding */
	{
		width: 646px;
		height: 195px;
		overflow: hidden;
	}

	#header-appendix {
	position: absolute;
	width: 10px;
	height: 59px;
	background: url('/images/main-bg-apendix-left.gif') no-repeat 0px 0px; 
	margin-left: -10px;
	top: 63px;
	}
	
	#button-lid-worden {
	position: absolute;
	top: 22px;
	margin-left: 545px;
	width: 120px;
	height: 120px;
	}
	
		#memberlogin {
		DISPLAY: NONE; /* seperate page via meta */
		position: absolute;
		margin-left: 697px;
		top: 10px;
		color: #edf3f6;
		font-size: 11px;
		}
		
			#memberlogin .DataBoundText {
			width: 90px;
			}
			
			#memberlogin a,
			#memberlogin a:visited {
			color: #edf3f6;
			}




/* LEFT MENU */
div#rightColumn
{
	float: right;
	min-height: 333px;
	height: auto !important;
	height: 333px;
	width: 335px;
	
}

	#menu {
	width: 242px;
	margin-left: 50px;

	}
	
		#menu ul {
		list-style: none;		
		}
		
		#menu ul li a,
		#menu ul li a:visited {
		color: white;
		font-weight: bold;
		letter-spacing: 3px;
		font-size: 14px;
		padding-left: 16px;
		text-decoration: none;
		padding-top: 3px;
		padding-bottom: 3px;
		margin-bottom: 4px;
		display: block;
		}
		
			#menu ul li a:hover {
			text-decoration: underline;
			}
			
				#menu ul li.active a,
				#menu ul li.active a:visited {
				background: url('/images/mainmenu-active-bg.gif') repeat-y 0px 0px;
				color: #1d70a0;				
				}
				
					#menu ul li.active ul {
					margin-top: -4px;
					margin-bottom: 4px;
					}
				
					#menu ul li.active li a,
					#menu ul li.active li a:visited {
					letter-spacing: 1px;
					font-size: 12px;
					padding-top: 3px;
					padding-left: 25px;
					padding-right: 15px;
					border-top: 1px solid #bfddee;
					padding-bottom: 3px;
					background: white;
					margin-bottom: 0px;
					}
					
						#menu ul li.active li.active ul {
						margin-top: 0px;
						margin-bottom: 0px;
						}
					
						#menu ul li.active li.active a,
						#menu ul li.active li.active a:visited {
						background: #077dbf;
						color: white;
						}
						
							#menu ul li.active li.active li a,
							#menu ul li.active li.active li a:visited {
							color: #2f99d5;
							background: white;
							font-size: 11px;
							padding-left: 34px;
							letter-spacing: 0px;
							}
							
								#menu ul li.active li.active li.active a,
								#menu ul li.active li.active li.active a:visited {
								color: white;
								background: #2f99d5;
								}
					
	#polaroid {
	width: 381px;
	height: 303px;
	background: url('/images/polaroid-bg.png') 0px 0px no-repeat;
	margin-left: -21px;
	margin-top: 50px;
	margin-bottom: 30px;
	overflow: hidden;
	}
	
		#polaroid img {
		margin-left: 22px;
		margin-top: 20px;
		margin-bottom: 10px;
		}
	#adsense {
	width: 300px;
	height: 250px;
	margin-left: 18px;
	margin-top: 0px;
	margin-bottom: 18px;
	overflow: hidden;
	}
/* ZOEKEN */
#search {
position: absolute;
width: 250px;
margin-left: 695px;
margin-top: 67px;
}

#searchform
{
  padding: 4px;
 
}

	#searchform #searchstring
	{
	
	  color: #555555;
	  width: 210px;
	  background: none;
	  float: left;
	}
	


	#searchform input#ZoekString:focus
	{
	  
	}

	#searchform #searchbutton
	{
	  cursor: pointer;
	  width: 30px;
	  background: none;
	  height: 20px;
	  float: right;
	}


/* KRUIMELPAD */
#breadcrumb
{
	position: absolute;
	top: 5px;
	margin-left: 190px;	
	padding: 4px 4px 4px 20px;
	height: 15px;	
	font-size: 11px;
}

	#breadcrumb a,
	#breadcrumb a:visited {
	color: #2586bd;
	text-decoration: none;
	}
	
		#breadcrumb a:hover {
		color: black;
		text-decoration: underline;
		}

/* CONTENT */
div#content
{
	height: auto !important;
	height: 300px;
	min-height: 1015px;
	margin-right: 335px;	
	padding-left: 37px;
	padding-right: 37px;
	padding-bottom: 30px;
	
}
div.standaardcontent, div#content div.contact {
	float:left;
	width:100%;
}
#homecontent div.standaardcontent {
	float:none;
	width:auto;
}

/* FOOTER */
div#footer
{

min-height: 100px;
width: 100%;
border-top: 1px solid #053550;
}

	#footer-center {
	margin: 0px auto;
	width: 981px;
	padding-left: 208px;
	margin-top: 20px;
	padding-bottom: 20px;
	display: table;
	color: #cde1ec;
	}
	
		#footer-center h3 {
		color: white;
		font-size: 12px;
		}
		
		#footer-center a,
		#footer-center a:visited {
		color: #cde1ec;
		}
	
		#footer-left {
		width: 643px;
		float: left;
		
		}
		
		#footer-right {
		width: 285px;
		float: right;
		margin-right: 36px;
		
		
		}
		
			#footer-right .postadres {
			float: left;
			margin-bottom: 15px;
			margin-right: 10px;
			}
			
			#footer-right .pandadres {
			float: left;
			width: 150px;
			margin-bottom: 15px;
			}
			
			#footer-right .overig {
			float: left;
			}
		
		
		
		

/* LanguageSelector */
#language  {
position: absolute;
margin-left: 896px;
top: 39px;
}

	ul.language
	{
	  font-size: 10px;
	  
	  margin: 0px;
	
	}
		ul.language li
		{
		  display: inline;
		  padding: 2px;
		}

			ul.language li.active a,
			ul.language li.active a:visited
			{
			  text-decoration: none;
			  font-weight: bold;
			}

fieldset
{
  border: none;
}

/*MetaMenu*/
div#metamenu
{
  position: absolute;
  margin-left: 695px;
  top: 35px;
  color: white;
  width: 200px;  
}

	ul.metamenu
	{
	  font-size: 12px;	 
	  margin: 0px;
	}
		ul.metamenu li
		{
		  display: inline;		  
		}

			ul.metamenu li a,
			ul.metamenu li a:visited
			{
			 
			  padding-left: 6px;
			  padding-right: 3px;
			  color: white;		
			font-size: 11px;			  
			  text-transform: lowercase;			  
			  text-decoration: none;
			background: url('/images/sitemap-seperator.gif') no-repeat left 3px;
			}
			
			ul.metamenu li a:hover {
			text-decoration: underline;
			}

			ul.metamenu li.first a,
			ul.metamenu li.first a:visited
			{
			  background: none;
			  padding-left: 0px;
			}

