#contentWrapper {
	margin-left:0;
}

#content {
	padding-top:1.9091em;
	border-top:1px #cbcbcb solid;
}

div.message {
	min-height:118px;
	height:auto !important;
	height:118px;
	padding:30px 33px 30px 175px;
	
	font-size:1.0909em;
	
	background-color:#f8fafa;
	background-repeat:no-repeat;
	background-position:33px 30px;
	border:1px #cbcbcb solid;
}

div.error {
	background-image:url(../img/sub/blad.jpg);
}

div.message h2 {
	margin:0 !important;
	padding:0 !important;
	border:none !important;
	color:#db212b;
	font-size:1.4545em;
	font-weight:normal !important;;
}

div.message p {
	margin:1em 0;
}


div.sitemap {
	overflow:hidden;
}

	div.sitemap dl {
	  padding:1em 0;
	  width:20%;
	  float:left;
	}
	  div.sitemap dl dt {
	    font-weight:bold;
		}
		  div.sitemap dl dt a {
		    padding-left:12px;
		    background:transparent url(../img/shared/bullet_link.png) 0 0.35em no-repeat;
		  }
		  
  	div.sitemap dl dd {
  	  padding-left:12px;
  	}
  	  div.sitemap dl dd ul {
  	    padding-left:12px;
  	  }
  	    div.sitemap dl dd ul li {
  	      padding:0.2em 0;
  	    }
  	      div.sitemap dl dd ul li:last-child {
  	        padding:0.2em 0 0 0;
  	      }
  	      
  	    div.sitemap dl dd ul li ul {
  	      display: none;
  	    }
  	      
