#sub-submenu-empty
{
  float: left;
  width: 135px;
  list-style: none;
  margin: 3.5em 15px 0 0;
  padding: 1px 0 0 0;
}

#sub-submenu 
{
  float: left;
  width: 145px;
  list-style: none;
  margin: 3.5em 8px 0 0;
  padding: 1px 0 0 0;
  background: url(/img/blauwe-seperator-puntje.gif) top left repeat-x;
}

  #sub-submenu li {
    background: url(/img/blauwe-seperator-puntje.gif) bottom left repeat-x;
    padding: 0 0 1px 0;
  }
  
    #sub-submenu li a {
      display: block;
      padding: .3em .2em;
    }
    
      #sub-submenu li a:hover, #sub-submenu li.selected a {
        background-color: #f5f5fa;
      }

			#sub-submenu li a.sub {
				background-image: url(/img/dash.gif);
				background-repeat:no-repeat;
				background-position:10px center;
				padding-left:18px;
			}

			#sub-submenu li a.main {
				background-image:url("/img/orange-bullet.gif");
				background-repeat:no-repeat;
				background-position:2px center;
				padding-left:15px;
				font-weight:bold;
			}

#primary-content-box {
  padding: 0 0 0 150px;
  width: 580px;
}

	#preview #primary-content-box {
		width: 732px;
	}
	
	  #preview #primary-content-box div.text {
		  font-size: 13px !important;
		}
		
    #preview div.right {
      float:right;
    }
    
    #preview div.left {
      float: left;
    }

	#primary-content-box h2 {
		font-size: 150%;
		color: #353896;
		font-weight: bold;
	  margin: 0;
	}

	#primary-content-box h3
	{
		font-size: 130%;
	  color: #99c;
		font-weight: bold;
		margin: 0 0 .2em 0;
	}

		#primary-content-box h2#page-title {
			font-size: 150%;
			color: #353896;
			font-weight: bold;
			background: url(/img/blauwe-seperator-puntje.gif) bottom left repeat-x;
			margin: 1em 0 .4em 0; 
			padding: 0 0 .2em 0;
		}
	
	#primary-content-box h4 {
		font-size: 1.1em;
		color: #353896;
		font-weight: bold;
		margin: 0 0 .2em 0;
	}

	#primary-content-box h5 {
		color: #646464;
		font-weight: bold;
		font-size: 1em;
		margin: 0;
	}

	#primary-content-box p {
		margin: 0 0 1em 0;
		line-height: 1.4em;
		color: #444;
	}

	#primary-content-box ul {
		margin: 1em 0;
	}

		#primary-content-box ul li {
			list-style-type: square;
			list-style-position: inside;
			margin: 0 0 0 3em;
			color: #444;
			line-height: 1.4em;
		}

	#primary-content-box img {
		margin: 0 .5em .5em .5em;
	}

	#primary-content-box a {
		text-decoration: none;
	}
	
		#primary-content-box a:hover {
			text-decoration: underline;
		}
		
/* Editorials */
.author {
  float: right;
  margin: 0 .5em .5em 0; padding: 1em;
  color: white;
  background-color: #353896;
}

#page-title small {
  color: #646464;
  font-size: .7em;
}

img.float-left {
  float: left;
  margin: 0 1em 1em 0;
}

img.float-right {
  float: right;
  margin: 0 0 1em 1em;
}

img.float-inline {
  margin: 0 0 0 0 !important;
}

#primary-content-box ol {
  margin-left: 2em;
}

#primary-content-box ol li {
  list-style: decimal;
  line-height: 1.4em;
}

#primary-content-box ul li {
  list-style: disc;
  line-height: 1.4em;
}

/*BreadCrumbs*/

#primary-content-box .breadCrumbBox 
{
	padding:0 0 0 0; 
	margin:-5px -9px 0 -150px;
	height:2em;
	line-height:2em;
}
