/**
*********** Include standard CSS ************* 
*/
<!-- @import "cms.css"; -->

html, body
{
  margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
	font-family:Arial,Verdana; 
	vertical-align: baseline;
	color:#000000;
  width:100%;
  height:100%;
}

body
{
  background-image: url('../pics/backgroundBG.jpg'); 
  background-repeat:repeat-x;
}

/************* text ****************/
table
{
  font-size:11px;
  font-family:Arial,Verdana; 
}

.content, 
table.two_cols,
table.formarticle
{
  font-size:12px;
  font-family:Arial,Verdana;
}

.contentRight
{
  font-size:12px;
  font-family:Arial,Verdana;
}

.footer .slogan
{
  font-size:18px;
  font-family:Arial,Verdana;
}

.crumbs ul
{
  clear:right;
  width:500px;
  padding:0px;
  margin:10px 0px 10px 0px;
  border:0px solid #C3161C;
}

.crumb
{
  padding:0px;
  margin:0px;
  display:inline; 
}

.crumb a, .crumb
{
  font-size:12px;
  font-family:Arial,Verdana;
  font-weight:bold;
  color:#C3161C;
  text-decoration:none;
}

/****************** layout ****************/
.container
{
  width:1024px;
  padding:0px;
  margin:0px auto;
  background-color:#ffffff;
  border:0px solid #000000;
}

.printContainer
{
  width:700px;
  padding:0px;
  margin:0px auto;
  background-color:#ffffff;
  border:0px solid #000000;
}

.header
{
  clear:both;
  background-image: url('../pics/tabs-bg.gif'); 
  background-repeat:repeat-x;
  background-position:left bottom;
  background-color:#E6E6E6;
  height:30px;
  padding:0px;
  line-height:normal;
}

.content .header
{
  background-image: url('../pics/tabs-bgw1.gif');
  background-color:transparent;
}


.header ul
{
  padding:10px 0px 0px 0px;
  border:0px solid #000000;
  float:left;
  margin:0px;
  list-style:none;
}

.header ul li
{
  padding:0px;
  margin:0px;
  float:left;
  background-image: url('../pics/tabs-right-unactive.gif');
  background-repeat:no-repeat;
  background-position: right top;
}

.header a.tab
{
  color:#000000;
  display:block;
  margin: 0px;
  background-image: url('../pics/tabs-left-unactive.gif');
  background-repeat:no-repeat;
  background-position: left top;
  padding: 2px 15px;
  font-weight:bold;
  text-decoration:none;
}

.header #active 
{
  background-image:url("../pics/tabs-right-active.gif");
}
    
.header #active a.tab 
{
  background-image:url("../pics/tabs-left-active.gif");
  color:#ffffff;
}

.logo
{
  padding:0px;
  width:460px;
  border:0px solid #ff0000;
}

.logo a
{
  text-decoration:none;
}

.logo a img
{
  border:0px;
}

.content
{
  float:left;
  /*width:690px;*/
  padding:2px 0px 2px 0px;
  margin-left:5px;
  _height:700px;
  min-height:700px;
  border:0px solid #00ff00; 
}

.contentRight
{
  float:right;
  width:320px;
  _height:400px;
  min-height:400px;
  border:1px solid #0000ff;   
}

.contentRight ul
{
  width:180px;
  margin:15px auto 10px auto;
  padding:0px;
  list-style:none;
  border:1px solid #a6ce39; 
}

.contentRight ul li
{
  width:172px;
  border-bottom:1px solid #a6ce39;
  padding:0px 0px;
  line-height:16px;
  padding:4px;
}

.contentRight ul li#first
{
  background-color:#000000;
  background-image: url('../pics/huisje2.jpg');
  background-position:top left;
  background-repeat: no-repeat; 
  border:0px;
  color:#ffffff;
  font-size:16px;
  line-height:25px;
  text-align:center;
  padding:0px;
  padding-left:35px;
  width:145px;
}

.contentRight ul li a
{
  font-size:inherit;
  text-decoration:none;
	color:#393939;
  border:0px solid #0000ff; 
}

.contentRight ul li#active, .contentRight ul li:hover, .contentRight ul li.over
{
  background-color:#C3161C;
}

.contentRight ul li.last
{ 
  color:#C3161C;
  text-align:right;
}

.contentRight ul li.last a
{ 
  color:#C3161C;
}

.contentRight ul li#active a, .contentRight ul li:hover a, .contentRight ul li.over a
{
  color:#ffffff;
}

.contentRight .blok
{
  font-size:inherit;
  width:180px;
  height:250px;
  border:0px;
  margin:0px auto 10px auto;
  padding:0px;
  vertical-align:middle;
  text-align:center;
  border:0px solid #dd99aa;
}

.contentRight .blok img
{
  border:0px;
}

/*
.contentRight .blok a.brochure:hover
{
  background-image: url('../pics/brochures-rood.jpg');
}
*/

.footer
{
  clear:both;
  height:30px;
  color:#000000;
  padding:0px 10px;
  background-color:#FFFFFF;
  text-align:center;
  vertical-align:middle;
  line-height:30px;
  border-top: 1px solid #C1C1C1;
}

.footer ul
{
  padding:0px 10px;
  margin:0px;
  border:0px;
  display:inline;
}

.footer ul li
{
  list-style:none;
  display:inline;
}

.footer ul li a
{
  text-decoration:none;
	color: #000000;
}
.footer ul li#active a, .footer ul li:hover a, .footer ul li.over a
{
  text-decoration:underline;
}

.footer .slogan
{
  float:right;
  font-size:inherit;
}

.footer .slogan img
{
  margin:4px;
}

.footer .right
{
  float:right;
  font-size:10px;
  color:#ffffff;
}

.footer .right a
{
  font-size:10px;
  color:#ffffff;
  text-decoration:none;
}

.footer .right a:hover
{
  text-decoration:underline;
}
