/* Default settings */
html { background : url(null) fixed no-repeat; }
/*a{ white-space:nowrap;}*/
element { overflow:hidden; }
a img { border: 0; }
element { margin:0 auto; }
element { text-align: center; }
html{ overflow:-moz-scrollbars-vertical; }
textarea{ overflow:auto; }

div#body {
  background-image: url('../img/poppetje_onder_vaag.gif');
  background-repeat: no-repeat;
  background-position: bottom right;
}

/* Layout settings */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-image: url('../img/back.jpg');
  background-repeat: repeat-x;
  color: #000;
  
}

* {
  padding: 0; 
  margin: 0;
}

#wrapper { 
  margin: 0 auto;
  width: 1005px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  /*background-image: url('../img/header.jpg');*/
  background-repeat: no-repeat;
  background-color: #FAFAFB;
  min-height: 650px;
  height: auto;
}

/* for Internet Explorer */
/*\*/
* html #wrapper {
  height: 650px;
}
/**/

#header {
  width: 1005px;
  float: left;
  height: 190px;
}

#navigation {
  float: left;
  width: 1005px;
  height: 30px;
  color: #FFF;
  margin: 160px 0px 0px 0px;
  background-image: url('../img/menu.png');
  background-repeat: repeat-x;
  position:relative;
  z-index:10;
}

#breadcrumbs { 
  margin: 0px 0px 20px 0px;
  padding: 5px;
  z-index: 3;
  float: right;
  /*width: 600px;*/
  text-align: right;
  border-bottom: 1px solid #02133E;
  border-left: 1px solid #02133E;
  border-right: 0;
  border-top: 0;
  background-color: #FAFAFB;
  filter:alpha(opacity=80);
  -moz-opacity:.80;
  opacity:.80;
}

#leftcolumn { 
  width: 700px;
  float: left;
}

#fullcolumn { 
  width: 1005px;
  float: left;
  position: relative;
}

#contentleft { 
  color: #000;
  background-color:#FAFAFB;
  margin: 0px 0px 20px 10px;
  padding: 0px;
  overflow: hidden;
  width: 700px;
  float: left;
  border: 1px solid #868A8B;
}

#content {
  color: #000;
  margin: 0px 15px 20px 15px;
  overflow: hidden;
  float: left;
  border: 1px solid #868A8B;
  width: 975px;
}

#socializedContent {
  color: #000;
  margin: 0px 15px 20px 15px;
  overflow: hidden;
  float: left;
  border: 1px solid #868A8B;
  width: 932px;
}

#innercontent {
  padding: 20px;
}

#contentbottom { 
  width: 700px; /*1005 - 10 - 10 - 2 - 2*/
  float: left;
  background-color: #FAFAFB;
  border: 1px solid #868A8B;
  margin: 0px 0px 20px 10px;
}

#rightcolumn { 
  float: right;
  color: #000;
  margin: 0px 10px 10px 0px;
  padding: 0px;
  width: 242px;
  display: inline;
}

#footer { 
  width: 1005px;
  clear: both;
  color: #FFF;
  background-image: url('../img/menu.png');
  background-repeat: repeat-x;
  /*background: #808080;*/
  margin: 0 auto 0 auto;
  height: 20px;
  border: 1px solid #000;
}

#footer #footerleft {
	float: left;
	padding-top: 3px;
}

#footer #footerright {
  float: right;
  margin-right: 20px;
  padding-top: 3px;
}

#shadow {
  background-image: url('../img/footer.gif');
  background-repeat: no-repeat;
  width: 1005px;
  height: 20px;
  clear: both;
  margin: auto;
}

#innerright { 
  float: left;
  background-color: #D3D3D3;
  color: #333;
  /*border: 5px solid #868A8B;*/
  margin-bottom: 10px;
  width: 90%;
}


/*printer styles*/ 
@media print {
	/*hide the left column when printing*/
	#leftcol{display:none;}
	#outer{border-left:0;}
	#breadcrumbs{display:none;}	
	
	#fullcolumn{width: 100%; margin: 0; float: none;}
	a:link, a:visited {color: #781351}
	
	/*hide the right column when printing*/
	#rightcol{display:none;}
	#outer{border-right:0;}
	#header{display:none;}
	#footer{display:none;}
	#rule{display:none;}
	#sitemap{display:none;}
	form, input, select {display:none;}
	#print_image {display:none;}
}
